Shades of Green Spring #ABAE9F
Tints of Green Spring #ABAE9F
RGB
CMYK
RGB Variations
Color information
#ABAE9F (or 0xABAE9F) is known color: Green Spring. HEX triplet: AB, AE and 9F. RGB value is (171,174,159). Sum of RGB (Red+Green+Blue) = 171+174+159=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9F is #545160. Grayscale: #ABABAB. Windows color (decimal): -5525857 or 10464939. OLE color: 10464939.
HSL color Cylindrical-coordinate representation of color #ABAE9F: hue angle of 72º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAE9F is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 159 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.32 |
| HSL | 72º | 0.08% | 0.65% | - |
| HSV(B) | 72º | 0.09% | 0.68% | - |
| XYZ | 38.19 | 41.43 | 38.79 | - |
| YUV | 171.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 159 | 0.02 | 0 | 0.09 | 0.32 | 72 | 0.08 | 0.65 |
| Hex | AB | AE | 9F | 2 | 0 | 9 | 20 | 48 | 8 | 41 |
| Octal | 253 | 256 | 237 | 2 | 0 | 11 | 40 | 110 | 10 | 101 |
| Binary | 10101011 | 10101110 | 10011111 | 10 | 0 | 1001 | 100000 | 1001000 | 1000 | 1000001 |
Color Harmonies of #ABAE9F
Complementary color
Monochromatic Colors of #ABAE9F
Black with #ABAE9F
Text Example
Text Example
White with #ABAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE9F; }
p { color: rgb(171,174,159); }
H1.HeaderClassName
{
color: #ABAE9F;
}
.AnyTagClassName
{
color: #ABAE9F;
}
</style>
background-color css
<style>
a { background-color: #ABAE9F; }
a { background-color: rgb(171,174,159); }
div.DivClassName
{
background-color: #ABAE9F;
}
.BgClassName
{
background-color: #ABAE9F;
}
</style>
border-color css
<style>
span { border-color: #ABAE9F; }
span { border-color: rgb(171,174,159); }
td.TdClassName
{
border-color: #ABAE9F;
}
.TagClassName
{
border-color: #ABAE9F;
}
</style>