Html Css Color HEX #9FCC00 Citrus

📋 copy color: '#9FCC00'

red 159 ◦ green 204 ◦ blue 0

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

Shades of Citrus #9FCC00

Tints of Citrus #9FCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.8%
G = 56.2%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#9FCC00 (or 0x9FCC00) is known color: Citrus. HEX triplet: 9F, CC and 00. RGB value is (159,204,0). Sum of RGB (Red+Green+Blue) = 159+204+0=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC00 is #6033FF. Grayscale: #A8A8A8. Windows color (decimal): -6304768 or 52383. OLE color: 52383.

HSL color Cylindrical-coordinate representation of color #9FCC00: hue angle of 73.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCC00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 0 -
CMYK 0.22 0 1 0.2
HSL 73.24º 1% 0.4% -
HSV(B) 73.24º 1% 0.8% -
XYZ 35.89 50.56 7.87 -
YUV 167.29 33.59 122.09 -
System Red Green Blue C M Y K H S L
Decimal 159 204 0 0.22 0 1 0.2 73.24 1 0.4
Hex 9F CC 0 16 0 64 14 49 64 28
Octal 237 314 0 26 0 144 24 111 144 50
Binary 10011111 11001100 0 10110 0 1100100 10100 1001001 1100100 101000

Color Harmonies of #9FCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC00

Black with #9FCC00

Text Example


Text Example

White with #9FCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,0); }

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

background-color css

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

 a { background-color: rgb(159,204,0); }

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

border-color css

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

 span { border-color: rgb(159,204,0); }

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