Shades of Citrus #9CA811
Tints of Citrus #9CA811
RGB
CMYK
RGB Variations
Color information
#9CA811 (or 0x9CA811) is known color: Citrus. HEX triplet: 9C, A8 and 11. RGB value is (156,168,17). Sum of RGB (Red+Green+Blue) = 156+168+17=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA811 is #6357EE. Grayscale: #939393. Windows color (decimal): -6510575 or 1157276. OLE color: 1157276.
HSL color Cylindrical-coordinate representation of color #9CA811: hue angle of 64.77º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9CA811 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 168 | 17 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.34 |
| HSL | 64.77º | 0.82% | 0.36% | - |
| HSV(B) | 64.77º | 0.9% | 0.66% | - |
| XYZ | 27.81 | 35.11 | 5.84 | - |
| YUV | 147.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 168 | 17 | 0.07 | 0 | 0.90 | 0.34 | 64.77 | 0.82 | 0.36 |
| Hex | 9C | A8 | 11 | 7 | 0 | 5A | 22 | 41 | 52 | 24 |
| Octal | 234 | 250 | 21 | 7 | 0 | 132 | 42 | 101 | 122 | 44 |
| Binary | 10011100 | 10101000 | 10001 | 111 | 0 | 1011010 | 100010 | 1000001 | 1010010 | 100100 |
Color Harmonies of #9CA811
Complementary color
Monochromatic Colors of #9CA811
Black with #9CA811
Text Example
Text Example
White with #9CA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA811; }
p { color: rgb(156,168,17); }
H1.HeaderClassName
{
color: #9CA811;
}
.AnyTagClassName
{
color: #9CA811;
}
</style>
background-color css
<style>
a { background-color: #9CA811; }
a { background-color: rgb(156,168,17); }
div.DivClassName
{
background-color: #9CA811;
}
.BgClassName
{
background-color: #9CA811;
}
</style>
border-color css
<style>
span { border-color: #9CA811; }
span { border-color: rgb(156,168,17); }
td.TdClassName
{
border-color: #9CA811;
}
.TagClassName
{
border-color: #9CA811;
}
</style>