Shades of Citron #96A024
Tints of Citron #96A024
RGB
CMYK
RGB Variations
Color information
#96A024 (or 0x96A024) is known color: Citron. HEX triplet: 96, A0 and 24. RGB value is (150,160,36). Sum of RGB (Red+Green+Blue) = 150+160+36=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #96A024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A024 is #695FDB. Grayscale: #8F8F8F. Windows color (decimal): -6905820 or 2400406. OLE color: 2400406.
HSL color Cylindrical-coordinate representation of color #96A024: hue angle of 64.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96A024 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 36 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.37 |
| HSL | 64.84º | 0.63% | 0.38% | - |
| HSV(B) | 64.84º | 0.78% | 0.63% | - |
| XYZ | 25.47 | 31.75 | 6.46 | - |
| YUV | 142.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 36 | 0.06 | 0 | 0.78 | 0.37 | 64.84 | 0.63 | 0.38 |
| Hex | 96 | A0 | 24 | 6 | 0 | 4E | 25 | 41 | 3F | 26 |
| Octal | 226 | 240 | 44 | 6 | 0 | 116 | 45 | 101 | 77 | 46 |
| Binary | 10010110 | 10100000 | 100100 | 110 | 0 | 1001110 | 100101 | 1000001 | 111111 | 100110 |
Color Harmonies of #96A024
Complementary color
Monochromatic Colors of #96A024
Black with #96A024
Text Example
Text Example
White with #96A024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A024; }
p { color: rgb(150,160,36); }
H1.HeaderClassName
{
color: #96A024;
}
.AnyTagClassName
{
color: #96A024;
}
</style>
background-color css
<style>
a { background-color: #96A024; }
a { background-color: rgb(150,160,36); }
div.DivClassName
{
background-color: #96A024;
}
.BgClassName
{
background-color: #96A024;
}
</style>
border-color css
<style>
span { border-color: #96A024; }
span { border-color: rgb(150,160,36); }
td.TdClassName
{
border-color: #96A024;
}
.TagClassName
{
border-color: #96A024;
}
</style>