Shades of Citrus #9CC411
Tints of Citrus #9CC411
RGB
CMYK
RGB Variations
Color information
#9CC411 (or 0x9CC411) is known color: Citrus. HEX triplet: 9C, C4 and 11. RGB value is (156,196,17). Sum of RGB (Red+Green+Blue) = 156+196+17=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC411 is #633BEE. Grayscale: #A4A4A4. Windows color (decimal): -6503407 or 1164444. OLE color: 1164444.
HSL color Cylindrical-coordinate representation of color #9CC411: hue angle of 73.41º 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 #9CC411 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 17 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.23 |
| HSL | 73.41º | 0.84% | 0.42% | - |
| HSV(B) | 73.41º | 0.91% | 0.77% | - |
| XYZ | 33.55 | 46.59 | 7.75 | - |
| YUV | 163.63 | 45.25 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 17 | 0.20 | 0 | 0.91 | 0.23 | 73.41 | 0.84 | 0.42 |
| Hex | 9C | C4 | 11 | 14 | 0 | 5B | 17 | 49 | 54 | 2A |
| Octal | 234 | 304 | 21 | 24 | 0 | 133 | 27 | 111 | 124 | 52 |
| Binary | 10011100 | 11000100 | 10001 | 10100 | 0 | 1011011 | 10111 | 1001001 | 1010100 | 101010 |
Color Harmonies of #9CC411
Complementary color
Monochromatic Colors of #9CC411
Black with #9CC411
Text Example
Text Example
White with #9CC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC411; }
p { color: rgb(156,196,17); }
H1.HeaderClassName
{
color: #9CC411;
}
.AnyTagClassName
{
color: #9CC411;
}
</style>
background-color css
<style>
a { background-color: #9CC411; }
a { background-color: rgb(156,196,17); }
div.DivClassName
{
background-color: #9CC411;
}
.BgClassName
{
background-color: #9CC411;
}
</style>
border-color css
<style>
span { border-color: #9CC411; }
span { border-color: rgb(156,196,17); }
td.TdClassName
{
border-color: #9CC411;
}
.TagClassName
{
border-color: #9CC411;
}
</style>