Html Css Color HEX #9FC004 Citrus

📋 copy color: '#9FC004'

red 159 ◦ green 192 ◦ blue 4

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

Shades of Citrus #9FC004

Tints of Citrus #9FC004

RGB

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

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

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

R = 44.79%
G = 54.08%
B = 1.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#9FC004 (or 0x9FC004) is known color: Citrus. HEX triplet: 9F, C0 and 04. RGB value is (159,192,4). Sum of RGB (Red+Green+Blue) = 159+192+4=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC004 is #603FFB. Grayscale: #A1A1A1. Windows color (decimal): -6307836 or 311455. OLE color: 311455.

HSL color Cylindrical-coordinate representation of color #9FC004: hue angle of 70.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FC004 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 4 -
CMYK 0.17 0 0.98 0.25
HSL 70.53º 0.96% 0.38% -
HSV(B) 70.53º 0.98% 0.75% -
XYZ 33.17 45.08 7.07 -
YUV 160.7 39.57 126.79 -
System Red Green Blue C M Y K H S L
Decimal 159 192 4 0.17 0 0.98 0.25 70.53 0.96 0.38
Hex 9F C0 4 11 0 62 19 47 60 26
Octal 237 300 4 21 0 142 31 107 140 46
Binary 10011111 11000000 100 10001 0 1100010 11001 1000111 1100000 100110

Color Harmonies of #9FC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC004

Black with #9FC004

Text Example


Text Example

White with #9FC004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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