Shades of Citrus #A2AA00
Tints of Citrus #A2AA00
RGB
CMYK
RGB Variations
Color information
#A2AA00 (or 0xA2AA00) is known color: Citrus. HEX triplet: A2, AA and 00. RGB value is (162,170,0). Sum of RGB (Red+Green+Blue) = 162+170+0=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA00 is #5D55FF. Grayscale: #949494. Windows color (decimal): -6116864 or 43682. OLE color: 43682.
HSL color Cylindrical-coordinate representation of color #A2AA00: hue angle of 62.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2AA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.33 |
| HSL | 62.82º | 1% | 0.33% | - |
| HSV(B) | 62.82º | 1% | 0.67% | - |
| XYZ | 29.28 | 36.43 | 5.49 | - |
| YUV | 148.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 0 | 0.05 | 0 | 1 | 0.33 | 62.82 | 1 | 0.33 |
| Hex | A2 | AA | 0 | 5 | 0 | 64 | 21 | 3F | 64 | 21 |
| Octal | 242 | 252 | 0 | 5 | 0 | 144 | 41 | 77 | 144 | 41 |
| Binary | 10100010 | 10101010 | 0 | 101 | 0 | 1100100 | 100001 | 111111 | 1100100 | 100001 |
Color Harmonies of #A2AA00
Complementary color
Monochromatic Colors of #A2AA00
Black with #A2AA00
Text Example
Text Example
White with #A2AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA00; }
p { color: rgb(162,170,0); }
H1.HeaderClassName
{
color: #A2AA00;
}
.AnyTagClassName
{
color: #A2AA00;
}
</style>
background-color css
<style>
a { background-color: #A2AA00; }
a { background-color: rgb(162,170,0); }
div.DivClassName
{
background-color: #A2AA00;
}
.BgClassName
{
background-color: #A2AA00;
}
</style>
border-color css
<style>
span { border-color: #A2AA00; }
span { border-color: rgb(162,170,0); }
td.TdClassName
{
border-color: #A2AA00;
}
.TagClassName
{
border-color: #A2AA00;
}
</style>