Shades of Citron #A0AA2D
Tints of Citron #A0AA2D
RGB
CMYK
RGB Variations
Color information
#A0AA2D (or 0xA0AA2D) is known color: Citron. HEX triplet: A0, AA and 2D. RGB value is (160,170,45). Sum of RGB (Red+Green+Blue) = 160+170+45=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA2D is #5F55D2. Grayscale: #999999. Windows color (decimal): -6247891 or 2992800. OLE color: 2992800.
HSL color Cylindrical-coordinate representation of color #A0AA2D: hue angle of 64.8º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0AA2D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 45 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.33 |
| HSL | 64.8º | 0.58% | 0.42% | - |
| HSV(B) | 64.8º | 0.74% | 0.67% | - |
| XYZ | 29.35 | 36.41 | 7.96 | - |
| YUV | 152.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 45 | 0.06 | 0 | 0.74 | 0.33 | 64.8 | 0.58 | 0.42 |
| Hex | A0 | AA | 2D | 6 | 0 | 4A | 21 | 41 | 3A | 2A |
| Octal | 240 | 252 | 55 | 6 | 0 | 112 | 41 | 101 | 72 | 52 |
| Binary | 10100000 | 10101010 | 101101 | 110 | 0 | 1001010 | 100001 | 1000001 | 111010 | 101010 |
Color Harmonies of #A0AA2D
Complementary color
Monochromatic Colors of #A0AA2D
Black with #A0AA2D
Text Example
Text Example
White with #A0AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA2D; }
p { color: rgb(160,170,45); }
H1.HeaderClassName
{
color: #A0AA2D;
}
.AnyTagClassName
{
color: #A0AA2D;
}
</style>
background-color css
<style>
a { background-color: #A0AA2D; }
a { background-color: rgb(160,170,45); }
div.DivClassName
{
background-color: #A0AA2D;
}
.BgClassName
{
background-color: #A0AA2D;
}
</style>
border-color css
<style>
span { border-color: #A0AA2D; }
span { border-color: rgb(160,170,45); }
td.TdClassName
{
border-color: #A0AA2D;
}
.TagClassName
{
border-color: #A0AA2D;
}
</style>