Shades of Green Spring #AAB18F
Tints of Green Spring #AAB18F
RGB
CMYK
RGB Variations
Color information
#AAB18F (or 0xAAB18F) is known color: Green Spring. HEX triplet: AA, B1 and 8F. RGB value is (170,177,143). Sum of RGB (Red+Green+Blue) = 170+177+143=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18F is #554E70. Grayscale: #ABABAB. Windows color (decimal): -5590641 or 9417130. OLE color: 9417130.
HSL color Cylindrical-coordinate representation of color #AAB18F: hue angle of 72.35º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAB18F is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 143 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.31 |
| HSL | 72.35º | 0.18% | 0.63% | - |
| HSV(B) | 72.35º | 0.19% | 0.69% | - |
| XYZ | 37.26 | 41.97 | 32.12 | - |
| YUV | 171.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 143 | 0.04 | 0 | 0.19 | 0.31 | 72.35 | 0.18 | 0.63 |
| Hex | AA | B1 | 8F | 4 | 0 | 13 | 1F | 48 | 12 | 3F |
| Octal | 252 | 261 | 217 | 4 | 0 | 23 | 37 | 110 | 22 | 77 |
| Binary | 10101010 | 10110001 | 10001111 | 100 | 0 | 10011 | 11111 | 1001000 | 10010 | 111111 |
Color Harmonies of #AAB18F
Complementary color
Monochromatic Colors of #AAB18F
Black with #AAB18F
Text Example
Text Example
White with #AAB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB18F; }
p { color: rgb(170,177,143); }
H1.HeaderClassName
{
color: #AAB18F;
}
.AnyTagClassName
{
color: #AAB18F;
}
</style>
background-color css
<style>
a { background-color: #AAB18F; }
a { background-color: rgb(170,177,143); }
div.DivClassName
{
background-color: #AAB18F;
}
.BgClassName
{
background-color: #AAB18F;
}
</style>
border-color css
<style>
span { border-color: #AAB18F; }
span { border-color: rgb(170,177,143); }
td.TdClassName
{
border-color: #AAB18F;
}
.TagClassName
{
border-color: #AAB18F;
}
</style>