Html Css Color HEX #9EC006 Citrus

📋 copy color: '#9EC006'

red 158 ◦ green 192 ◦ blue 6

#9EC006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9EC006

Tints of Citrus #9EC006

RGB

 RED value IS 158 (62.11% from 255) = 44.38%

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 44.38%
G = 53.93%
B = 1.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9EC006 (or 0x9EC006) is known color: Citrus. HEX triplet: 9E, C0 and 06. RGB value is (158,192,6). Sum of RGB (Red+Green+Blue) = 158+192+6=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC006 is #613FF9. Grayscale: #A1A1A1. Windows color (decimal): -6373370 or 442526. OLE color: 442526.

HSL color Cylindrical-coordinate representation of color #9EC006: hue angle of 70.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EC006 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 6 -
CMYK 0.18 0 0.97 0.25
HSL 70.97º 0.94% 0.39% -
HSV(B) 70.97º 0.97% 0.75% -
XYZ 32.98 44.98 7.12 -
YUV 160.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 158 192 6 0.18 0 0.97 0.25 70.97 0.94 0.39
Hex 9E C0 6 12 0 61 19 47 5E 27
Octal 236 300 6 22 0 141 31 107 136 47
Binary 10011110 11000000 110 10010 0 1100001 11001 1000111 1011110 100111

Color Harmonies of #9EC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC006

Black with #9EC006

Text Example


Text Example

White with #9EC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EC006; }

 p { color: rgb(158,192,6); }

 H1.HeaderClassName
 {
   color: #9EC006;
 }
 .AnyTagClassName
 {
   color: #9EC006;
 }
</style>

background-color css

<style>
 a { background-color: #9EC006; }

 a { background-color: rgb(158,192,6); }

 div.DivClassName
 {
   background-color: #9EC006;
 }
 .BgClassName
 {
   background-color: #9EC006;
 }
</style>

border-color css

<style>
 span { border-color: #9EC006; }

 span { border-color: rgb(158,192,6); }

 td.TdClassName
 {
   border-color: #9EC006;
 }
 .TagClassName
 {
   border-color: #9EC006;
 }
</style>