Shades of Citron #A2AA29
Tints of Citron #A2AA29
RGB
CMYK
RGB Variations
Color information
#A2AA29 (or 0xA2AA29) is known color: Citron. HEX triplet: A2, AA and 29. RGB value is (162,170,41). Sum of RGB (Red+Green+Blue) = 162+170+41=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA29 is #5D55D6. Grayscale: #999999. Windows color (decimal): -6116823 or 2730658. OLE color: 2730658.
HSL color Cylindrical-coordinate representation of color #A2AA29: hue angle of 63.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2AA29 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 41 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.33 |
| HSL | 63.72º | 0.61% | 0.41% | - |
| HSV(B) | 63.72º | 0.76% | 0.67% | - |
| XYZ | 29.68 | 36.59 | 7.6 | - |
| YUV | 152.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 41 | 0.05 | 0 | 0.76 | 0.33 | 63.72 | 0.61 | 0.41 |
| Hex | A2 | AA | 29 | 5 | 0 | 4C | 21 | 40 | 3D | 29 |
| Octal | 242 | 252 | 51 | 5 | 0 | 114 | 41 | 100 | 75 | 51 |
| Binary | 10100010 | 10101010 | 101001 | 101 | 0 | 1001100 | 100001 | 1000000 | 111101 | 101001 |
Color Harmonies of #A2AA29
Complementary color
Monochromatic Colors of #A2AA29
Black with #A2AA29
Text Example
Text Example
White with #A2AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA29; }
p { color: rgb(162,170,41); }
H1.HeaderClassName
{
color: #A2AA29;
}
.AnyTagClassName
{
color: #A2AA29;
}
</style>
background-color css
<style>
a { background-color: #A2AA29; }
a { background-color: rgb(162,170,41); }
div.DivClassName
{
background-color: #A2AA29;
}
.BgClassName
{
background-color: #A2AA29;
}
</style>
border-color css
<style>
span { border-color: #A2AA29; }
span { border-color: rgb(162,170,41); }
td.TdClassName
{
border-color: #A2AA29;
}
.TagClassName
{
border-color: #A2AA29;
}
</style>