Shades of Green Spring #AAB19E
Tints of Green Spring #AAB19E
RGB
CMYK
RGB Variations
Color information
#AAB19E (or 0xAAB19E) is known color: Green Spring. HEX triplet: AA, B1 and 9E. RGB value is (170,177,158). Sum of RGB (Red+Green+Blue) = 170+177+158=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB19E is #554E61. Grayscale: #ACACAC. Windows color (decimal): -5590626 or 10400170. OLE color: 10400170.
HSL color Cylindrical-coordinate representation of color #AAB19E: hue angle of 82.11º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB19E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 158 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.31 |
| HSL | 82.11º | 0.11% | 0.66% | - |
| HSV(B) | 82.11º | 0.11% | 0.69% | - |
| XYZ | 38.47 | 42.46 | 38.52 | - |
| YUV | 172.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 158 | 0.04 | 0 | 0.11 | 0.31 | 82.11 | 0.11 | 0.66 |
| Hex | AA | B1 | 9E | 4 | 0 | B | 1F | 52 | B | 42 |
| Octal | 252 | 261 | 236 | 4 | 0 | 13 | 37 | 122 | 13 | 102 |
| Binary | 10101010 | 10110001 | 10011110 | 100 | 0 | 1011 | 11111 | 1010010 | 1011 | 1000010 |
Color Harmonies of #AAB19E
Complementary color
Monochromatic Colors of #AAB19E
Black with #AAB19E
Text Example
Text Example
White with #AAB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB19E; }
p { color: rgb(170,177,158); }
H1.HeaderClassName
{
color: #AAB19E;
}
.AnyTagClassName
{
color: #AAB19E;
}
</style>
background-color css
<style>
a { background-color: #AAB19E; }
a { background-color: rgb(170,177,158); }
div.DivClassName
{
background-color: #AAB19E;
}
.BgClassName
{
background-color: #AAB19E;
}
</style>
border-color css
<style>
span { border-color: #AAB19E; }
span { border-color: rgb(170,177,158); }
td.TdClassName
{
border-color: #AAB19E;
}
.TagClassName
{
border-color: #AAB19E;
}
</style>