Shades of Citrus #9CA10A
Tints of Citrus #9CA10A
RGB
CMYK
RGB Variations
Color information
#9CA10A (or 0x9CA10A) is known color: Citrus. HEX triplet: 9C, A1 and 0A. RGB value is (156,161,10). Sum of RGB (Red+Green+Blue) = 156+161+10=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA10A is #635EF5. Grayscale: #8E8E8E. Windows color (decimal): -6512374 or 696732. OLE color: 696732.
HSL color Cylindrical-coordinate representation of color #9CA10A: hue angle of 61.99º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9CA10A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.37 |
| HSL | 61.99º | 0.88% | 0.34% | - |
| HSV(B) | 61.99º | 0.94% | 0.63% | - |
| XYZ | 26.51 | 32.58 | 5.18 | - |
| YUV | 142.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 10 | 0.03 | 0 | 0.94 | 0.37 | 61.99 | 0.88 | 0.34 |
| Hex | 9C | A1 | A | 3 | 0 | 5E | 25 | 3E | 58 | 22 |
| Octal | 234 | 241 | 12 | 3 | 0 | 136 | 45 | 76 | 130 | 42 |
| Binary | 10011100 | 10100001 | 1010 | 11 | 0 | 1011110 | 100101 | 111110 | 1011000 | 100010 |
Color Harmonies of #9CA10A
Complementary color
Monochromatic Colors of #9CA10A
Black with #9CA10A
Text Example
Text Example
White with #9CA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA10A; }
p { color: rgb(156,161,10); }
H1.HeaderClassName
{
color: #9CA10A;
}
.AnyTagClassName
{
color: #9CA10A;
}
</style>
background-color css
<style>
a { background-color: #9CA10A; }
a { background-color: rgb(156,161,10); }
div.DivClassName
{
background-color: #9CA10A;
}
.BgClassName
{
background-color: #9CA10A;
}
</style>
border-color css
<style>
span { border-color: #9CA10A; }
span { border-color: rgb(156,161,10); }
td.TdClassName
{
border-color: #9CA10A;
}
.TagClassName
{
border-color: #9CA10A;
}
</style>