Shades of Citrus #A0AA03
Tints of Citrus #A0AA03
RGB
CMYK
RGB Variations
Color information
#A0AA03 (or 0xA0AA03) is known color: Citrus. HEX triplet: A0, AA and 03. RGB value is (160,170,3). Sum of RGB (Red+Green+Blue) = 160+170+3=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA03 is #5F55FC. Grayscale: #949494. Windows color (decimal): -6247933 or 240288. OLE color: 240288.
HSL color Cylindrical-coordinate representation of color #A0AA03: hue angle of 63.59º degrees, saturation: 0.97, 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 #A0AA03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.33 |
| HSL | 63.59º | 0.97% | 0.34% | - |
| HSV(B) | 63.59º | 0.98% | 0.67% | - |
| XYZ | 28.89 | 36.23 | 5.56 | - |
| YUV | 147.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 3 | 0.06 | 0 | 0.98 | 0.33 | 63.59 | 0.97 | 0.34 |
| Hex | A0 | AA | 3 | 6 | 0 | 62 | 21 | 40 | 61 | 22 |
| Octal | 240 | 252 | 3 | 6 | 0 | 142 | 41 | 100 | 141 | 42 |
| Binary | 10100000 | 10101010 | 11 | 110 | 0 | 1100010 | 100001 | 1000000 | 1100001 | 100010 |
Color Harmonies of #A0AA03
Complementary color
Monochromatic Colors of #A0AA03
Black with #A0AA03
Text Example
Text Example
White with #A0AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA03; }
p { color: rgb(160,170,3); }
H1.HeaderClassName
{
color: #A0AA03;
}
.AnyTagClassName
{
color: #A0AA03;
}
</style>
background-color css
<style>
a { background-color: #A0AA03; }
a { background-color: rgb(160,170,3); }
div.DivClassName
{
background-color: #A0AA03;
}
.BgClassName
{
background-color: #A0AA03;
}
</style>
border-color css
<style>
span { border-color: #A0AA03; }
span { border-color: rgb(160,170,3); }
td.TdClassName
{
border-color: #A0AA03;
}
.TagClassName
{
border-color: #A0AA03;
}
</style>