Shades of Citrus #9CC910
Tints of Citrus #9CC910
RGB
CMYK
RGB Variations
Color information
#9CC910 (or 0x9CC910) is known color: Citrus. HEX triplet: 9C, C9 and 10. RGB value is (156,201,16). Sum of RGB (Red+Green+Blue) = 156+201+16=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC910 is #6336EF. Grayscale: #A7A7A7. Windows color (decimal): -6502128 or 1100188. OLE color: 1100188.
HSL color Cylindrical-coordinate representation of color #9CC910: hue angle of 74.59º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9CC910 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.21 |
| HSL | 74.59º | 0.85% | 0.43% | - |
| HSV(B) | 74.59º | 0.92% | 0.79% | - |
| XYZ | 34.69 | 48.88 | 8.1 | - |
| YUV | 166.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 16 | 0.22 | 0 | 0.92 | 0.21 | 74.59 | 0.85 | 0.43 |
| Hex | 9C | C9 | 10 | 16 | 0 | 5C | 15 | 4B | 55 | 2B |
| Octal | 234 | 311 | 20 | 26 | 0 | 134 | 25 | 113 | 125 | 53 |
| Binary | 10011100 | 11001001 | 10000 | 10110 | 0 | 1011100 | 10101 | 1001011 | 1010101 | 101011 |
Color Harmonies of #9CC910
Complementary color
Monochromatic Colors of #9CC910
Black with #9CC910
Text Example
Text Example
White with #9CC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC910; }
p { color: rgb(156,201,16); }
H1.HeaderClassName
{
color: #9CC910;
}
.AnyTagClassName
{
color: #9CC910;
}
</style>
background-color css
<style>
a { background-color: #9CC910; }
a { background-color: rgb(156,201,16); }
div.DivClassName
{
background-color: #9CC910;
}
.BgClassName
{
background-color: #9CC910;
}
</style>
border-color css
<style>
span { border-color: #9CC910; }
span { border-color: rgb(156,201,16); }
td.TdClassName
{
border-color: #9CC910;
}
.TagClassName
{
border-color: #9CC910;
}
</style>