Shades of Citrus #A2AA02
Tints of Citrus #A2AA02
RGB
CMYK
RGB Variations
Color information
#A2AA02 (or 0xA2AA02) is known color: Citrus. HEX triplet: A2, AA and 02. RGB value is (162,170,2). Sum of RGB (Red+Green+Blue) = 162+170+2=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA02 is #5D55FD. Grayscale: #959595. Windows color (decimal): -6116862 or 174754. OLE color: 174754.
HSL color Cylindrical-coordinate representation of color #A2AA02: hue angle of 62.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2AA02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.33 |
| HSL | 62.86º | 0.98% | 0.34% | - |
| HSV(B) | 62.86º | 0.99% | 0.67% | - |
| XYZ | 29.29 | 36.44 | 5.55 | - |
| YUV | 148.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 2 | 0.05 | 0 | 0.99 | 0.33 | 62.86 | 0.98 | 0.34 |
| Hex | A2 | AA | 2 | 5 | 0 | 63 | 21 | 3F | 62 | 22 |
| Octal | 242 | 252 | 2 | 5 | 0 | 143 | 41 | 77 | 142 | 42 |
| Binary | 10100010 | 10101010 | 10 | 101 | 0 | 1100011 | 100001 | 111111 | 1100010 | 100010 |
Color Harmonies of #A2AA02
Complementary color
Monochromatic Colors of #A2AA02
Black with #A2AA02
Text Example
Text Example
White with #A2AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA02; }
p { color: rgb(162,170,2); }
H1.HeaderClassName
{
color: #A2AA02;
}
.AnyTagClassName
{
color: #A2AA02;
}
</style>
background-color css
<style>
a { background-color: #A2AA02; }
a { background-color: rgb(162,170,2); }
div.DivClassName
{
background-color: #A2AA02;
}
.BgClassName
{
background-color: #A2AA02;
}
</style>
border-color css
<style>
span { border-color: #A2AA02; }
span { border-color: rgb(162,170,2); }
td.TdClassName
{
border-color: #A2AA02;
}
.TagClassName
{
border-color: #A2AA02;
}
</style>