Shades of Citrus #A2AA04
Tints of Citrus #A2AA04
RGB
CMYK
RGB Variations
Color information
#A2AA04 (or 0xA2AA04) is known color: Citrus. HEX triplet: A2, AA and 04. RGB value is (162,170,4). Sum of RGB (Red+Green+Blue) = 162+170+4=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA04 is #5D55FB. Grayscale: #959595. Windows color (decimal): -6116860 or 305826. OLE color: 305826.
HSL color Cylindrical-coordinate representation of color #A2AA04: hue angle of 62.89º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2AA04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.33 |
| HSL | 62.89º | 0.95% | 0.34% | - |
| HSV(B) | 62.89º | 0.98% | 0.67% | - |
| XYZ | 29.3 | 36.44 | 5.6 | - |
| YUV | 148.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 4 | 0.05 | 0 | 0.98 | 0.33 | 62.89 | 0.95 | 0.34 |
| Hex | A2 | AA | 4 | 5 | 0 | 62 | 21 | 3F | 5F | 22 |
| Octal | 242 | 252 | 4 | 5 | 0 | 142 | 41 | 77 | 137 | 42 |
| Binary | 10100010 | 10101010 | 100 | 101 | 0 | 1100010 | 100001 | 111111 | 1011111 | 100010 |
Color Harmonies of #A2AA04
Complementary color
Monochromatic Colors of #A2AA04
Black with #A2AA04
Text Example
Text Example
White with #A2AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA04; }
p { color: rgb(162,170,4); }
H1.HeaderClassName
{
color: #A2AA04;
}
.AnyTagClassName
{
color: #A2AA04;
}
</style>
background-color css
<style>
a { background-color: #A2AA04; }
a { background-color: rgb(162,170,4); }
div.DivClassName
{
background-color: #A2AA04;
}
.BgClassName
{
background-color: #A2AA04;
}
</style>
border-color css
<style>
span { border-color: #A2AA04; }
span { border-color: rgb(162,170,4); }
td.TdClassName
{
border-color: #A2AA04;
}
.TagClassName
{
border-color: #A2AA04;
}
</style>