Shades of Olive Green #AAAD50
Tints of Olive Green #AAAD50
RGB
CMYK
RGB Variations
Color information
#AAAD50 (or 0xAAAD50) is known color: Olive Green. HEX triplet: AA, AD and 50. RGB value is (170,173,80). Sum of RGB (Red+Green+Blue) = 170+173+80=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD50 is #5552AF. Grayscale: #A1A1A1. Windows color (decimal): -5591728 or 5287338. OLE color: 5287338.
HSL color Cylindrical-coordinate representation of color #AAAD50: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAAD50 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 80 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.32 |
| HSL | 61.94º | 0.37% | 0.5% | - |
| HSV(B) | 61.94º | 0.54% | 0.68% | - |
| XYZ | 32.97 | 39.01 | 13.38 | - |
| YUV | 161.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 80 | 0.02 | 0 | 0.54 | 0.32 | 61.94 | 0.37 | 0.5 |
| Hex | AA | AD | 50 | 2 | 0 | 36 | 20 | 3E | 25 | 32 |
| Octal | 252 | 255 | 120 | 2 | 0 | 66 | 40 | 76 | 45 | 62 |
| Binary | 10101010 | 10101101 | 1010000 | 10 | 0 | 110110 | 100000 | 111110 | 100101 | 110010 |
Color Harmonies of #AAAD50
Complementary color
Monochromatic Colors of #AAAD50
Black with #AAAD50
Text Example
Text Example
White with #AAAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD50; }
p { color: rgb(170,173,80); }
H1.HeaderClassName
{
color: #AAAD50;
}
.AnyTagClassName
{
color: #AAAD50;
}
</style>
background-color css
<style>
a { background-color: #AAAD50; }
a { background-color: rgb(170,173,80); }
div.DivClassName
{
background-color: #AAAD50;
}
.BgClassName
{
background-color: #AAAD50;
}
</style>
border-color css
<style>
span { border-color: #AAAD50; }
span { border-color: rgb(170,173,80); }
td.TdClassName
{
border-color: #AAAD50;
}
.TagClassName
{
border-color: #AAAD50;
}
</style>