Shades of Citrus #9CC905
Tints of Citrus #9CC905
RGB
CMYK
RGB Variations
Color information
#9CC905 (or 0x9CC905) is known color: Citrus. HEX triplet: 9C, C9 and 05. RGB value is (156,201,5). Sum of RGB (Red+Green+Blue) = 156+201+5=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC905 is #6336FA. Grayscale: #A5A5A5. Windows color (decimal): -6502139 or 379292. OLE color: 379292.
HSL color Cylindrical-coordinate representation of color #9CC905: hue angle of 73.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9CC905 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.21 |
| HSL | 73.78º | 0.95% | 0.4% | - |
| HSV(B) | 73.78º | 0.98% | 0.79% | - |
| XYZ | 34.62 | 48.85 | 7.75 | - |
| YUV | 165.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 5 | 0.22 | 0 | 0.98 | 0.21 | 73.78 | 0.95 | 0.4 |
| Hex | 9C | C9 | 5 | 16 | 0 | 62 | 15 | 4A | 5F | 28 |
| Octal | 234 | 311 | 5 | 26 | 0 | 142 | 25 | 112 | 137 | 50 |
| Binary | 10011100 | 11001001 | 101 | 10110 | 0 | 1100010 | 10101 | 1001010 | 1011111 | 101000 |
Color Harmonies of #9CC905
Complementary color
Monochromatic Colors of #9CC905
Black with #9CC905
Text Example
Text Example
White with #9CC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC905; }
p { color: rgb(156,201,5); }
H1.HeaderClassName
{
color: #9CC905;
}
.AnyTagClassName
{
color: #9CC905;
}
</style>
background-color css
<style>
a { background-color: #9CC905; }
a { background-color: rgb(156,201,5); }
div.DivClassName
{
background-color: #9CC905;
}
.BgClassName
{
background-color: #9CC905;
}
</style>
border-color css
<style>
span { border-color: #9CC905; }
span { border-color: rgb(156,201,5); }
td.TdClassName
{
border-color: #9CC905;
}
.TagClassName
{
border-color: #9CC905;
}
</style>