Shades of Citrus #9CC011
Tints of Citrus #9CC011
RGB
CMYK
RGB Variations
Color information
#9CC011 (or 0x9CC011) is known color: Citrus. HEX triplet: 9C, C0 and 11. RGB value is (156,192,17). Sum of RGB (Red+Green+Blue) = 156+192+17=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC011 is #633FEE. Grayscale: #A1A1A1. Windows color (decimal): -6504431 or 1163420. OLE color: 1163420.
HSL color Cylindrical-coordinate representation of color #9CC011: hue angle of 72.34º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CC011 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 17 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.25 |
| HSL | 72.34º | 0.84% | 0.41% | - |
| HSV(B) | 72.34º | 0.91% | 0.75% | - |
| XYZ | 32.66 | 44.81 | 7.46 | - |
| YUV | 161.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 17 | 0.19 | 0 | 0.91 | 0.25 | 72.34 | 0.84 | 0.41 |
| Hex | 9C | C0 | 11 | 13 | 0 | 5B | 19 | 48 | 54 | 29 |
| Octal | 234 | 300 | 21 | 23 | 0 | 133 | 31 | 110 | 124 | 51 |
| Binary | 10011100 | 11000000 | 10001 | 10011 | 0 | 1011011 | 11001 | 1001000 | 1010100 | 101001 |
Color Harmonies of #9CC011
Complementary color
Monochromatic Colors of #9CC011
Black with #9CC011
Text Example
Text Example
White with #9CC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC011; }
p { color: rgb(156,192,17); }
H1.HeaderClassName
{
color: #9CC011;
}
.AnyTagClassName
{
color: #9CC011;
}
</style>
background-color css
<style>
a { background-color: #9CC011; }
a { background-color: rgb(156,192,17); }
div.DivClassName
{
background-color: #9CC011;
}
.BgClassName
{
background-color: #9CC011;
}
</style>
border-color css
<style>
span { border-color: #9CC011; }
span { border-color: rgb(156,192,17); }
td.TdClassName
{
border-color: #9CC011;
}
.TagClassName
{
border-color: #9CC011;
}
</style>