Shades of Citrus #9CC005
Tints of Citrus #9CC005
RGB
CMYK
RGB Variations
Color information
#9CC005 (or 0x9CC005) is known color: Citrus. HEX triplet: 9C, C0 and 05. RGB value is (156,192,5). Sum of RGB (Red+Green+Blue) = 156+192+5=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC005 is #633FFA. Grayscale: #A0A0A0. Windows color (decimal): -6504443 or 376988. OLE color: 376988.
HSL color Cylindrical-coordinate representation of color #9CC005: hue angle of 71.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9CC005 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.25 |
| HSL | 71.55º | 0.95% | 0.39% | - |
| HSV(B) | 71.55º | 0.97% | 0.75% | - |
| XYZ | 32.59 | 44.78 | 7.07 | - |
| YUV | 159.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 5 | 0.19 | 0 | 0.97 | 0.25 | 71.55 | 0.95 | 0.39 |
| Hex | 9C | C0 | 5 | 13 | 0 | 61 | 19 | 48 | 5F | 27 |
| Octal | 234 | 300 | 5 | 23 | 0 | 141 | 31 | 110 | 137 | 47 |
| Binary | 10011100 | 11000000 | 101 | 10011 | 0 | 1100001 | 11001 | 1001000 | 1011111 | 100111 |
Color Harmonies of #9CC005
Complementary color
Monochromatic Colors of #9CC005
Black with #9CC005
Text Example
Text Example
White with #9CC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC005; }
p { color: rgb(156,192,5); }
H1.HeaderClassName
{
color: #9CC005;
}
.AnyTagClassName
{
color: #9CC005;
}
</style>
background-color css
<style>
a { background-color: #9CC005; }
a { background-color: rgb(156,192,5); }
div.DivClassName
{
background-color: #9CC005;
}
.BgClassName
{
background-color: #9CC005;
}
</style>
border-color css
<style>
span { border-color: #9CC005; }
span { border-color: rgb(156,192,5); }
td.TdClassName
{
border-color: #9CC005;
}
.TagClassName
{
border-color: #9CC005;
}
</style>