#9ccc06

Color #9CCC06 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9CCC06

Tints of Citrus #9CCC06

Color information

#9CCC06 (or 0x9CCC06) is unknown color: approx Citrus. HEX triplet: 9C, CC and 06. RGB value is (156,204,6). Sum of RGB (Red+Green+Blue) = 156+204+6=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 204 (80.08% from 255 or 55.74% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC06 is #6333F9. Grayscale: #A7A7A7. Windows color (decimal): -6501370 or 445596. OLE color: 445596.

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

Color convert

RGB1562046-
CMYK0.2400.970.2
HSL74.55º94.29%41.18%-
HSV(B)74.55º97.06%80%-
XYZ35.3450.278.01-
YUV167.0837.1120.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 204 (80.08% from 255) = 55.74%
BLUE value IS 6 (2.73% from 255) = 1.64%
R=42.62%
G=55.74%
B=1.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15620460.2400.970.274.5594.2941.18
Hex9CCC618061144b5e29
Octal23431463001412411313651
Binary100111001100110011011000011000011010010010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ccc06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,6); }

 H1.HeaderClassName
 {
   color: #9ccc06;
 }
 .AnyTagClassName
 {
   color: #9ccc06;
 }
</style>
background-color css

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

 a { background-color: rgb(156,204,6); }

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

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

 span { border-color: rgb(156,204,6); }

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