Shades of Citrus #9CC412
Tints of Citrus #9CC412
RGB
CMYK
RGB Variations
Color information
#9CC412 (or 0x9CC412) is known color: Citrus. HEX triplet: 9C, C4 and 12. RGB value is (156,196,18). Sum of RGB (Red+Green+Blue) = 156+196+18=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CC412 is #633BED. Grayscale: #A4A4A4. Windows color (decimal): -6503406 or 1229980. OLE color: 1229980.
HSL color Cylindrical-coordinate representation of color #9CC412: hue angle of 73.48º degrees, saturation: 0.83, 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 #9CC412 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.23 |
| HSL | 73.48º | 0.83% | 0.42% | - |
| HSV(B) | 73.48º | 0.91% | 0.77% | - |
| XYZ | 33.56 | 46.59 | 7.8 | - |
| YUV | 163.75 | 45.75 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 18 | 0.20 | 0 | 0.91 | 0.23 | 73.48 | 0.83 | 0.42 |
| Hex | 9C | C4 | 12 | 14 | 0 | 5B | 17 | 49 | 53 | 2A |
| Octal | 234 | 304 | 22 | 24 | 0 | 133 | 27 | 111 | 123 | 52 |
| Binary | 10011100 | 11000100 | 10010 | 10100 | 0 | 1011011 | 10111 | 1001001 | 1010011 | 101010 |
Color Harmonies of #9CC412
Complementary color
Monochromatic Colors of #9CC412
Black with #9CC412
Text Example
Text Example
White with #9CC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC412; }
p { color: rgb(156,196,18); }
H1.HeaderClassName
{
color: #9CC412;
}
.AnyTagClassName
{
color: #9CC412;
}
</style>
background-color css
<style>
a { background-color: #9CC412; }
a { background-color: rgb(156,196,18); }
div.DivClassName
{
background-color: #9CC412;
}
.BgClassName
{
background-color: #9CC412;
}
</style>
border-color css
<style>
span { border-color: #9CC412; }
span { border-color: rgb(156,196,18); }
td.TdClassName
{
border-color: #9CC412;
}
.TagClassName
{
border-color: #9CC412;
}
</style>