Skip to content

Slot: color_code

Hex color code for visualization (without # prefix). 6-character RGB code for consistent color schemes.

URI: https://w3id.org/kbase/nmdc_core/color_code Alias: color_code

Applicable Classes

Name Description Modifies Slot
CogCategories COG functional categories with descriptions and colors no

Properties

  • Range: String

  • Regex pattern: [A-F0-9]{6}

Examples

Value
FCCCFC
CCFCCC
FCFCAC

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/kbase/nmdc_core

Mappings

Mapping Type Mapped Value
self https://w3id.org/kbase/nmdc_core/color_code
native https://w3id.org/kbase/nmdc_core/color_code

LinkML Source

name: color_code
description: 'Hex color code for visualization (without # prefix). 6-character RGB
  code for consistent color schemes.'
examples:
- value: FCCCFC
  description: Pink - Category J
- value: CCFCCC
  description: Light green - Category C
- value: FCFCAC
  description: Yellow - Category T
from_schema: https://w3id.org/kbase/nmdc_core
rank: 1000
alias: color_code
owner: CogCategories
domain_of:
- CogCategories
range: string
pattern: '[A-F0-9]{6}'