Shades of Citron #9CA118
Tints of Citron #9CA118
RGB
CMYK
RGB Variations
Color information
#9CA118 (or 0x9CA118) is known color: Citron. HEX triplet: 9C, A1 and 18. RGB value is (156,161,24). Sum of RGB (Red+Green+Blue) = 156+161+24=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA118 is #635EE7. Grayscale: #909090. Windows color (decimal): -6512360 or 1614236. OLE color: 1614236.
HSL color Cylindrical-coordinate representation of color #9CA118: hue angle of 62.19º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9CA118 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 24 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.37 |
| HSL | 62.19º | 0.74% | 0.36% | - |
| HSV(B) | 62.19º | 0.85% | 0.63% | - |
| XYZ | 26.62 | 32.62 | 5.76 | - |
| YUV | 143.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 24 | 0.03 | 0 | 0.85 | 0.37 | 62.19 | 0.74 | 0.36 |
| Hex | 9C | A1 | 18 | 3 | 0 | 55 | 25 | 3E | 4A | 24 |
| Octal | 234 | 241 | 30 | 3 | 0 | 125 | 45 | 76 | 112 | 44 |
| Binary | 10011100 | 10100001 | 11000 | 11 | 0 | 1010101 | 100101 | 111110 | 1001010 | 100100 |
Color Harmonies of #9CA118
Complementary color
Monochromatic Colors of #9CA118
Black with #9CA118
Text Example
Text Example
White with #9CA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA118; }
p { color: rgb(156,161,24); }
H1.HeaderClassName
{
color: #9CA118;
}
.AnyTagClassName
{
color: #9CA118;
}
</style>
background-color css
<style>
a { background-color: #9CA118; }
a { background-color: rgb(156,161,24); }
div.DivClassName
{
background-color: #9CA118;
}
.BgClassName
{
background-color: #9CA118;
}
</style>
border-color css
<style>
span { border-color: #9CA118; }
span { border-color: rgb(156,161,24); }
td.TdClassName
{
border-color: #9CA118;
}
.TagClassName
{
border-color: #9CA118;
}
</style>