Shades of Citrus #9CC40B
Tints of Citrus #9CC40B
RGB
CMYK
RGB Variations
Color information
#9CC40B (or 0x9CC40B) is known color: Citrus. HEX triplet: 9C, C4 and 0B. RGB value is (156,196,11). Sum of RGB (Red+Green+Blue) = 156+196+11=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC40B is #633BF4. Grayscale: #A3A3A3. Windows color (decimal): -6503413 or 771228. OLE color: 771228.
HSL color Cylindrical-coordinate representation of color #9CC40B: hue angle of 72.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CC40B is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 11 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.23 |
| HSL | 72.97º | 0.89% | 0.41% | - |
| HSV(B) | 72.97º | 0.94% | 0.77% | - |
| XYZ | 33.51 | 46.57 | 7.54 | - |
| YUV | 162.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 11 | 0.20 | 0 | 0.94 | 0.23 | 72.97 | 0.89 | 0.41 |
| Hex | 9C | C4 | B | 14 | 0 | 5E | 17 | 49 | 59 | 29 |
| Octal | 234 | 304 | 13 | 24 | 0 | 136 | 27 | 111 | 131 | 51 |
| Binary | 10011100 | 11000100 | 1011 | 10100 | 0 | 1011110 | 10111 | 1001001 | 1011001 | 101001 |
Color Harmonies of #9CC40B
Complementary color
Monochromatic Colors of #9CC40B
Black with #9CC40B
Text Example
Text Example
White with #9CC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC40B; }
p { color: rgb(156,196,11); }
H1.HeaderClassName
{
color: #9CC40B;
}
.AnyTagClassName
{
color: #9CC40B;
}
</style>
background-color css
<style>
a { background-color: #9CC40B; }
a { background-color: rgb(156,196,11); }
div.DivClassName
{
background-color: #9CC40B;
}
.BgClassName
{
background-color: #9CC40B;
}
</style>
border-color css
<style>
span { border-color: #9CC40B; }
span { border-color: rgb(156,196,11); }
td.TdClassName
{
border-color: #9CC40B;
}
.TagClassName
{
border-color: #9CC40B;
}
</style>