Html Css Color HEX #9FCC0C Citrus

📋 copy color: '#9FCC0C'

red 159 ◦ green 204 ◦ blue 12

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

Shades of Citrus #9FCC0C

Tints of Citrus #9FCC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 42.4%
G = 54.4%
B = 3.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#9FCC0C (or 0x9FCC0C) is known color: Citrus. HEX triplet: 9F, CC and 0C. RGB value is (159,204,12). Sum of RGB (Red+Green+Blue) = 159+204+12=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCC0C is #6033F3. Grayscale: #A9A9A9. Windows color (decimal): -6304756 or 838815. OLE color: 838815.

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

Color convert

RGB 159 204 12 -
CMYK 0.22 0 0.94 0.2
HSL 74.06º 0.89% 0.42% -
HSV(B) 74.06º 0.94% 0.8% -
XYZ 35.96 50.58 8.22 -
YUV 168.66 39.59 121.11 -
System Red Green Blue C M Y K H S L
Decimal 159 204 12 0.22 0 0.94 0.2 74.06 0.89 0.42
Hex 9F CC C 16 0 5E 14 4A 59 2A
Octal 237 314 14 26 0 136 24 112 131 52
Binary 10011111 11001100 1100 10110 0 1011110 10100 1001010 1011001 101010

Color Harmonies of #9FCC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC0C

Black with #9FCC0C

Text Example


Text Example

White with #9FCC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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