Html Css Color HEX #9FC206 Citrus

📋 copy color: '#9FC206'

red 159 ◦ green 194 ◦ blue 6

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

Shades of Citrus #9FC206

Tints of Citrus #9FC206

RGB

 RED value IS 159 (62.5% from 255) = 44.29%

 GREEN value IS 194 (76.17% from 255) = 54.04%

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

R = 44.29%
G = 54.04%
B = 1.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#9FC206 (or 0x9FC206) is known color: Citrus. HEX triplet: 9F, C2 and 06. RGB value is (159,194,6). Sum of RGB (Red+Green+Blue) = 159+194+6=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC206 is #603DF9. Grayscale: #A2A2A2. Windows color (decimal): -6307322 or 443039. OLE color: 443039.

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

Color convert

RGB 159 194 6 -
CMYK 0.18 0 0.97 0.24
HSL 71.17º 0.94% 0.39% -
HSV(B) 71.17º 0.97% 0.76% -
XYZ 33.62 45.97 7.27 -
YUV 162.1 39.9 125.79 -
System Red Green Blue C M Y K H S L
Decimal 159 194 6 0.18 0 0.97 0.24 71.17 0.94 0.39
Hex 9F C2 6 12 0 61 18 47 5E 27
Octal 237 302 6 22 0 141 30 107 136 47
Binary 10011111 11000010 110 10010 0 1100001 11000 1000111 1011110 100111

Color Harmonies of #9FC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC206

Black with #9FC206

Text Example


Text Example

White with #9FC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,6); }

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

background-color css

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

 a { background-color: rgb(159,194,6); }

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

border-color css

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

 span { border-color: rgb(159,194,6); }

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