Shades of Citron #A0AA2F
Tints of Citron #A0AA2F
RGB
CMYK
RGB Variations
Color information
#A0AA2F (or 0xA0AA2F) is known color: Citron. HEX triplet: A0, AA and 2F. RGB value is (160,170,47). Sum of RGB (Red+Green+Blue) = 160+170+47=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA2F is #5F55D0. Grayscale: #999999. Windows color (decimal): -6247889 or 3123872. OLE color: 3123872.
HSL color Cylindrical-coordinate representation of color #A0AA2F: hue angle of 64.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0AA2F is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 47 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.33 |
| HSL | 64.88º | 0.57% | 0.43% | - |
| HSV(B) | 64.88º | 0.72% | 0.67% | - |
| XYZ | 29.39 | 36.43 | 8.17 | - |
| YUV | 152.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 47 | 0.06 | 0 | 0.72 | 0.33 | 64.88 | 0.57 | 0.43 |
| Hex | A0 | AA | 2F | 6 | 0 | 48 | 21 | 41 | 39 | 2B |
| Octal | 240 | 252 | 57 | 6 | 0 | 110 | 41 | 101 | 71 | 53 |
| Binary | 10100000 | 10101010 | 101111 | 110 | 0 | 1001000 | 100001 | 1000001 | 111001 | 101011 |
Color Harmonies of #A0AA2F
Complementary color
Monochromatic Colors of #A0AA2F
Black with #A0AA2F
Text Example
Text Example
White with #A0AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA2F; }
p { color: rgb(160,170,47); }
H1.HeaderClassName
{
color: #A0AA2F;
}
.AnyTagClassName
{
color: #A0AA2F;
}
</style>
background-color css
<style>
a { background-color: #A0AA2F; }
a { background-color: rgb(160,170,47); }
div.DivClassName
{
background-color: #A0AA2F;
}
.BgClassName
{
background-color: #A0AA2F;
}
</style>
border-color css
<style>
span { border-color: #A0AA2F; }
span { border-color: rgb(160,170,47); }
td.TdClassName
{
border-color: #A0AA2F;
}
.TagClassName
{
border-color: #A0AA2F;
}
</style>