Shades of Citrus #A0AA02
Tints of Citrus #A0AA02
RGB
CMYK
RGB Variations
Color information
#A0AA02 (or 0xA0AA02) is known color: Citrus. HEX triplet: A0, AA and 02. RGB value is (160,170,2). Sum of RGB (Red+Green+Blue) = 160+170+2=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA02 is #5F55FD. Grayscale: #949494. Windows color (decimal): -6247934 or 174752. OLE color: 174752.
HSL color Cylindrical-coordinate representation of color #A0AA02: hue angle of 63.57º 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 #A0AA02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.57º | 0.98% | 0.34% | - |
| HSV(B) | 63.57º | 0.99% | 0.67% | - |
| XYZ | 28.88 | 36.23 | 5.53 | - |
| YUV | 147.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 2 | 0.06 | 0 | 0.99 | 0.33 | 63.57 | 0.98 | 0.34 |
| Hex | A0 | AA | 2 | 6 | 0 | 63 | 21 | 40 | 62 | 22 |
| Octal | 240 | 252 | 2 | 6 | 0 | 143 | 41 | 100 | 142 | 42 |
| Binary | 10100000 | 10101010 | 10 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100010 | 100010 |
Color Harmonies of #A0AA02
Complementary color
Monochromatic Colors of #A0AA02
Black with #A0AA02
Text Example
Text Example
White with #A0AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA02; }
p { color: rgb(160,170,2); }
H1.HeaderClassName
{
color: #A0AA02;
}
.AnyTagClassName
{
color: #A0AA02;
}
</style>
background-color css
<style>
a { background-color: #A0AA02; }
a { background-color: rgb(160,170,2); }
div.DivClassName
{
background-color: #A0AA02;
}
.BgClassName
{
background-color: #A0AA02;
}
</style>
border-color css
<style>
span { border-color: #A0AA02; }
span { border-color: rgb(160,170,2); }
td.TdClassName
{
border-color: #A0AA02;
}
.TagClassName
{
border-color: #A0AA02;
}
</style>