Shades of Citrus #9CCC04
Tints of Citrus #9CCC04
RGB
CMYK
RGB Variations
Color information
#9CCC04 (or 0x9CCC04) is known color: Citrus. HEX triplet: 9C, CC and 04. RGB value is (156,204,4). Sum of RGB (Red+Green+Blue) = 156+204+4=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCC04 is #6333FB. Grayscale: #A7A7A7. Windows color (decimal): -6501372 or 314524. OLE color: 314524.
HSL color Cylindrical-coordinate representation of color #9CCC04: hue angle of 74.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CCC04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.2 |
| HSL | 74.4º | 0.96% | 0.41% | - |
| HSV(B) | 74.4º | 0.98% | 0.8% | - |
| XYZ | 35.33 | 50.26 | 7.95 | - |
| YUV | 166.85 | 36.1 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 4 | 0.24 | 0 | 0.98 | 0.2 | 74.4 | 0.96 | 0.41 |
| Hex | 9C | CC | 4 | 18 | 0 | 62 | 14 | 4A | 60 | 29 |
| Octal | 234 | 314 | 4 | 30 | 0 | 142 | 24 | 112 | 140 | 51 |
| Binary | 10011100 | 11001100 | 100 | 11000 | 0 | 1100010 | 10100 | 1001010 | 1100000 | 101001 |
Color Harmonies of #9CCC04
Complementary color
Monochromatic Colors of #9CCC04
Black with #9CCC04
Text Example
Text Example
White with #9CCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC04; }
p { color: rgb(156,204,4); }
H1.HeaderClassName
{
color: #9CCC04;
}
.AnyTagClassName
{
color: #9CCC04;
}
</style>
background-color css
<style>
a { background-color: #9CCC04; }
a { background-color: rgb(156,204,4); }
div.DivClassName
{
background-color: #9CCC04;
}
.BgClassName
{
background-color: #9CCC04;
}
</style>
border-color css
<style>
span { border-color: #9CCC04; }
span { border-color: rgb(156,204,4); }
td.TdClassName
{
border-color: #9CCC04;
}
.TagClassName
{
border-color: #9CCC04;
}
</style>