Shades of Green Spring #AAAE9A
Tints of Green Spring #AAAE9A
RGB
CMYK
RGB Variations
Color information
#AAAE9A (or 0xAAAE9A) is known color: Green Spring. HEX triplet: AA, AE and 9A. RGB value is (170,174,154). Sum of RGB (Red+Green+Blue) = 170+174+154=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE9A is #555165. Grayscale: #AAAAAA. Windows color (decimal): -5591398 or 10137258. OLE color: 10137258.
HSL color Cylindrical-coordinate representation of color #AAAE9A: hue angle of 72º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAAE9A is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 154 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.32 |
| HSL | 72º | 0.11% | 0.64% | - |
| HSV(B) | 72º | 0.11% | 0.68% | - |
| XYZ | 37.55 | 41.15 | 36.54 | - |
| YUV | 170.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 154 | 0.02 | 0 | 0.11 | 0.32 | 72 | 0.11 | 0.64 |
| Hex | AA | AE | 9A | 2 | 0 | B | 20 | 48 | B | 40 |
| Octal | 252 | 256 | 232 | 2 | 0 | 13 | 40 | 110 | 13 | 100 |
| Binary | 10101010 | 10101110 | 10011010 | 10 | 0 | 1011 | 100000 | 1001000 | 1011 | 1000000 |
Color Harmonies of #AAAE9A
Complementary color
Monochromatic Colors of #AAAE9A
Black with #AAAE9A
Text Example
Text Example
White with #AAAE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE9A; }
p { color: rgb(170,174,154); }
H1.HeaderClassName
{
color: #AAAE9A;
}
.AnyTagClassName
{
color: #AAAE9A;
}
</style>
background-color css
<style>
a { background-color: #AAAE9A; }
a { background-color: rgb(170,174,154); }
div.DivClassName
{
background-color: #AAAE9A;
}
.BgClassName
{
background-color: #AAAE9A;
}
</style>
border-color css
<style>
span { border-color: #AAAE9A; }
span { border-color: rgb(170,174,154); }
td.TdClassName
{
border-color: #AAAE9A;
}
.TagClassName
{
border-color: #AAAE9A;
}
</style>