Shades of Green Spring #AAB38E
Tints of Green Spring #AAB38E
RGB
CMYK
RGB Variations
Color information
#AAB38E (or 0xAAB38E) is known color: Green Spring. HEX triplet: AA, B3 and 8E. RGB value is (170,179,142). Sum of RGB (Red+Green+Blue) = 170+179+142=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB38E is #554C71. Grayscale: #ACACAC. Windows color (decimal): -5590130 or 9352106. OLE color: 9352106.
HSL color Cylindrical-coordinate representation of color #AAB38E: hue angle of 74.59º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB38E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 142 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.30 |
| HSL | 74.59º | 0.2% | 0.63% | - |
| HSV(B) | 74.59º | 0.21% | 0.7% | - |
| XYZ | 37.58 | 42.74 | 31.86 | - |
| YUV | 172.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 142 | 0.05 | 0 | 0.21 | 0.30 | 74.59 | 0.2 | 0.63 |
| Hex | AA | B3 | 8E | 5 | 0 | 15 | 1E | 4B | 14 | 3F |
| Octal | 252 | 263 | 216 | 5 | 0 | 25 | 36 | 113 | 24 | 77 |
| Binary | 10101010 | 10110011 | 10001110 | 101 | 0 | 10101 | 11110 | 1001011 | 10100 | 111111 |
Color Harmonies of #AAB38E
Complementary color
Monochromatic Colors of #AAB38E
Black with #AAB38E
Text Example
Text Example
White with #AAB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB38E; }
p { color: rgb(170,179,142); }
H1.HeaderClassName
{
color: #AAB38E;
}
.AnyTagClassName
{
color: #AAB38E;
}
</style>
background-color css
<style>
a { background-color: #AAB38E; }
a { background-color: rgb(170,179,142); }
div.DivClassName
{
background-color: #AAB38E;
}
.BgClassName
{
background-color: #AAB38E;
}
</style>
border-color css
<style>
span { border-color: #AAB38E; }
span { border-color: rgb(170,179,142); }
td.TdClassName
{
border-color: #AAB38E;
}
.TagClassName
{
border-color: #AAB38E;
}
</style>