Shades of Green Spring #ABAFA0
Tints of Green Spring #ABAFA0
RGB
CMYK
RGB Variations
Color information
#ABAFA0 (or 0xABAFA0) is known color: Green Spring. HEX triplet: AB, AF and A0. RGB value is (171,175,160). Sum of RGB (Red+Green+Blue) = 171+175+160=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFA0 is #54505F. Grayscale: #ACACAC. Windows color (decimal): -5525600 or 10530731. OLE color: 10530731.
HSL color Cylindrical-coordinate representation of color #ABAFA0: hue angle of 76º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 160 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.31 |
| HSL | 76º | 0.09% | 0.66% | - |
| HSV(B) | 76º | 0.09% | 0.69% | - |
| XYZ | 38.47 | 41.86 | 39.31 | - |
| YUV | 172.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 160 | 0.02 | 0 | 0.09 | 0.31 | 76 | 0.09 | 0.66 |
| Hex | AB | AF | A0 | 2 | 0 | 9 | 1F | 4C | 9 | 42 |
| Octal | 253 | 257 | 240 | 2 | 0 | 11 | 37 | 114 | 11 | 102 |
| Binary | 10101011 | 10101111 | 10100000 | 10 | 0 | 1001 | 11111 | 1001100 | 1001 | 1000010 |
Color Harmonies of #ABAFA0
Complementary color
Monochromatic Colors of #ABAFA0
Black with #ABAFA0
Text Example
Text Example
White with #ABAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFA0; }
p { color: rgb(171,175,160); }
H1.HeaderClassName
{
color: #ABAFA0;
}
.AnyTagClassName
{
color: #ABAFA0;
}
</style>
background-color css
<style>
a { background-color: #ABAFA0; }
a { background-color: rgb(171,175,160); }
div.DivClassName
{
background-color: #ABAFA0;
}
.BgClassName
{
background-color: #ABAFA0;
}
</style>
border-color css
<style>
span { border-color: #ABAFA0; }
span { border-color: rgb(171,175,160); }
td.TdClassName
{
border-color: #ABAFA0;
}
.TagClassName
{
border-color: #ABAFA0;
}
</style>