Shades of Citrus #9CC511
Tints of Citrus #9CC511
RGB
CMYK
RGB Variations
Color information
#9CC511 (or 0x9CC511) is known color: Citrus. HEX triplet: 9C, C5 and 11. RGB value is (156,197,17). Sum of RGB (Red+Green+Blue) = 156+197+17=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC511 is #633AEE. Grayscale: #A4A4A4. Windows color (decimal): -6503151 or 1164700. OLE color: 1164700.
HSL color Cylindrical-coordinate representation of color #9CC511: hue angle of 73.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9CC511 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 17 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.23 |
| HSL | 73.67º | 0.84% | 0.42% | - |
| HSV(B) | 73.67º | 0.91% | 0.77% | - |
| XYZ | 33.78 | 47.04 | 7.83 | - |
| YUV | 164.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 17 | 0.21 | 0 | 0.91 | 0.23 | 73.67 | 0.84 | 0.42 |
| Hex | 9C | C5 | 11 | 15 | 0 | 5B | 17 | 4A | 54 | 2A |
| Octal | 234 | 305 | 21 | 25 | 0 | 133 | 27 | 112 | 124 | 52 |
| Binary | 10011100 | 11000101 | 10001 | 10101 | 0 | 1011011 | 10111 | 1001010 | 1010100 | 101010 |
Color Harmonies of #9CC511
Complementary color
Monochromatic Colors of #9CC511
Black with #9CC511
Text Example
Text Example
White with #9CC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC511; }
p { color: rgb(156,197,17); }
H1.HeaderClassName
{
color: #9CC511;
}
.AnyTagClassName
{
color: #9CC511;
}
</style>
background-color css
<style>
a { background-color: #9CC511; }
a { background-color: rgb(156,197,17); }
div.DivClassName
{
background-color: #9CC511;
}
.BgClassName
{
background-color: #9CC511;
}
</style>
border-color css
<style>
span { border-color: #9CC511; }
span { border-color: rgb(156,197,17); }
td.TdClassName
{
border-color: #9CC511;
}
.TagClassName
{
border-color: #9CC511;
}
</style>