Shades of Citron #A0AA21
Tints of Citron #A0AA21
RGB
CMYK
RGB Variations
Color information
#A0AA21 (or 0xA0AA21) is known color: Citron. HEX triplet: A0, AA and 21. RGB value is (160,170,33). Sum of RGB (Red+Green+Blue) = 160+170+33=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA21 is #5F55DE. Grayscale: #979797. Windows color (decimal): -6247903 or 2206368. OLE color: 2206368.
HSL color Cylindrical-coordinate representation of color #A0AA21: hue angle of 64.38º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0AA21 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 33 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.33 |
| HSL | 64.38º | 0.67% | 0.4% | - |
| HSV(B) | 64.38º | 0.81% | 0.67% | - |
| XYZ | 29.15 | 36.33 | 6.92 | - |
| YUV | 151.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 33 | 0.06 | 0 | 0.81 | 0.33 | 64.38 | 0.67 | 0.4 |
| Hex | A0 | AA | 21 | 6 | 0 | 51 | 21 | 40 | 43 | 28 |
| Octal | 240 | 252 | 41 | 6 | 0 | 121 | 41 | 100 | 103 | 50 |
| Binary | 10100000 | 10101010 | 100001 | 110 | 0 | 1010001 | 100001 | 1000000 | 1000011 | 101000 |
Color Harmonies of #A0AA21
Complementary color
Monochromatic Colors of #A0AA21
Black with #A0AA21
Text Example
Text Example
White with #A0AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA21; }
p { color: rgb(160,170,33); }
H1.HeaderClassName
{
color: #A0AA21;
}
.AnyTagClassName
{
color: #A0AA21;
}
</style>
background-color css
<style>
a { background-color: #A0AA21; }
a { background-color: rgb(160,170,33); }
div.DivClassName
{
background-color: #A0AA21;
}
.BgClassName
{
background-color: #A0AA21;
}
</style>
border-color css
<style>
span { border-color: #A0AA21; }
span { border-color: rgb(160,170,33); }
td.TdClassName
{
border-color: #A0AA21;
}
.TagClassName
{
border-color: #A0AA21;
}
</style>