Html Css Color HEX #9FC204 Citrus

📋 copy color: '#9FC204'

red 159 ◦ green 194 ◦ blue 4

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

Shades of Citrus #9FC204

Tints of Citrus #9FC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 44.54%
G = 54.34%
B = 1.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#9FC204 (or 0x9FC204) is known color: Citrus. HEX triplet: 9F, C2 and 04. RGB value is (159,194,4). Sum of RGB (Red+Green+Blue) = 159+194+4=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC204 is #603DFB. Grayscale: #A2A2A2. Windows color (decimal): -6307324 or 311967. OLE color: 311967.

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

Color convert

RGB 159 194 4 -
CMYK 0.18 0 0.98 0.24
HSL 71.05º 0.96% 0.39% -
HSV(B) 71.05º 0.98% 0.76% -
XYZ 33.61 45.96 7.22 -
YUV 161.88 38.9 125.95 -
System Red Green Blue C M Y K H S L
Decimal 159 194 4 0.18 0 0.98 0.24 71.05 0.96 0.39
Hex 9F C2 4 12 0 62 18 47 60 27
Octal 237 302 4 22 0 142 30 107 140 47
Binary 10011111 11000010 100 10010 0 1100010 11000 1000111 1100000 100111

Color Harmonies of #9FC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC204

Black with #9FC204

Text Example


Text Example

White with #9FC204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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