Shades of Citron #A0AA24
Tints of Citron #A0AA24
RGB
CMYK
RGB Variations
Color information
#A0AA24 (or 0xA0AA24) is known color: Citron. HEX triplet: A0, AA and 24. RGB value is (160,170,36). Sum of RGB (Red+Green+Blue) = 160+170+36=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA24 is #5F55DB. Grayscale: #989898. Windows color (decimal): -6247900 or 2402976. OLE color: 2402976.
HSL color Cylindrical-coordinate representation of color #A0AA24: hue angle of 64.48º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0AA24 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 36 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.33 |
| HSL | 64.48º | 0.65% | 0.4% | - |
| HSV(B) | 64.48º | 0.79% | 0.67% | - |
| XYZ | 29.19 | 36.35 | 7.15 | - |
| YUV | 151.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 36 | 0.06 | 0 | 0.79 | 0.33 | 64.48 | 0.65 | 0.4 |
| Hex | A0 | AA | 24 | 6 | 0 | 4F | 21 | 40 | 41 | 28 |
| Octal | 240 | 252 | 44 | 6 | 0 | 117 | 41 | 100 | 101 | 50 |
| Binary | 10100000 | 10101010 | 100100 | 110 | 0 | 1001111 | 100001 | 1000000 | 1000001 | 101000 |
Color Harmonies of #A0AA24
Complementary color
Monochromatic Colors of #A0AA24
Black with #A0AA24
Text Example
Text Example
White with #A0AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA24; }
p { color: rgb(160,170,36); }
H1.HeaderClassName
{
color: #A0AA24;
}
.AnyTagClassName
{
color: #A0AA24;
}
</style>
background-color css
<style>
a { background-color: #A0AA24; }
a { background-color: rgb(160,170,36); }
div.DivClassName
{
background-color: #A0AA24;
}
.BgClassName
{
background-color: #A0AA24;
}
</style>
border-color css
<style>
span { border-color: #A0AA24; }
span { border-color: rgb(160,170,36); }
td.TdClassName
{
border-color: #A0AA24;
}
.TagClassName
{
border-color: #A0AA24;
}
</style>