Shades of Citrus #A0AA01
Tints of Citrus #A0AA01
RGB
CMYK
RGB Variations
Color information
#A0AA01 (or 0xA0AA01) is known color: Citrus. HEX triplet: A0, AA and 01. RGB value is (160,170,1). Sum of RGB (Red+Green+Blue) = 160+170+1=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA01 is #5F55FE. Grayscale: #949494. Windows color (decimal): -6247935 or 109216. OLE color: 109216.
HSL color Cylindrical-coordinate representation of color #A0AA01: hue angle of 63.55º degrees, saturation: 0.99, 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 #A0AA01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.55º | 0.99% | 0.34% | - |
| HSV(B) | 63.55º | 0.99% | 0.67% | - |
| XYZ | 28.88 | 36.23 | 5.5 | - |
| YUV | 147.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 1 | 0.06 | 0 | 0.99 | 0.33 | 63.55 | 0.99 | 0.34 |
| Hex | A0 | AA | 1 | 6 | 0 | 63 | 21 | 40 | 63 | 22 |
| Octal | 240 | 252 | 1 | 6 | 0 | 143 | 41 | 100 | 143 | 42 |
| Binary | 10100000 | 10101010 | 1 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A0AA01
Complementary color
Monochromatic Colors of #A0AA01
Black with #A0AA01
Text Example
Text Example
White with #A0AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA01; }
p { color: rgb(160,170,1); }
H1.HeaderClassName
{
color: #A0AA01;
}
.AnyTagClassName
{
color: #A0AA01;
}
</style>
background-color css
<style>
a { background-color: #A0AA01; }
a { background-color: rgb(160,170,1); }
div.DivClassName
{
background-color: #A0AA01;
}
.BgClassName
{
background-color: #A0AA01;
}
</style>
border-color css
<style>
span { border-color: #A0AA01; }
span { border-color: rgb(160,170,1); }
td.TdClassName
{
border-color: #A0AA01;
}
.TagClassName
{
border-color: #A0AA01;
}
</style>