Shades of Green Spring #ABAF99
Tints of Green Spring #ABAF99
RGB
CMYK
RGB Variations
Color information
#ABAF99 (or 0xABAF99) is known color: Green Spring. HEX triplet: AB, AF and 99. RGB value is (171,175,153). Sum of RGB (Red+Green+Blue) = 171+175+153=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF99 is #545066. Grayscale: #ABABAB. Windows color (decimal): -5525607 or 10071979. OLE color: 10071979.
HSL color Cylindrical-coordinate representation of color #ABAF99: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAF99 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 153 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.31 |
| HSL | 70.91º | 0.12% | 0.64% | - |
| HSV(B) | 70.91º | 0.13% | 0.69% | - |
| XYZ | 37.87 | 41.62 | 36.17 | - |
| YUV | 171.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 153 | 0.02 | 0 | 0.13 | 0.31 | 70.91 | 0.12 | 0.64 |
| Hex | AB | AF | 99 | 2 | 0 | D | 1F | 47 | C | 40 |
| Octal | 253 | 257 | 231 | 2 | 0 | 15 | 37 | 107 | 14 | 100 |
| Binary | 10101011 | 10101111 | 10011001 | 10 | 0 | 1101 | 11111 | 1000111 | 1100 | 1000000 |
Color Harmonies of #ABAF99
Complementary color
Monochromatic Colors of #ABAF99
Black with #ABAF99
Text Example
Text Example
White with #ABAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF99; }
p { color: rgb(171,175,153); }
H1.HeaderClassName
{
color: #ABAF99;
}
.AnyTagClassName
{
color: #ABAF99;
}
</style>
background-color css
<style>
a { background-color: #ABAF99; }
a { background-color: rgb(171,175,153); }
div.DivClassName
{
background-color: #ABAF99;
}
.BgClassName
{
background-color: #ABAF99;
}
</style>
border-color css
<style>
span { border-color: #ABAF99; }
span { border-color: rgb(171,175,153); }
td.TdClassName
{
border-color: #ABAF99;
}
.TagClassName
{
border-color: #ABAF99;
}
</style>