Shades of Green Spring #ABADA1
Tints of Green Spring #ABADA1
RGB
CMYK
RGB Variations
Color information
#ABADA1 (or 0xABADA1) is known color: Green Spring. HEX triplet: AB, AD and A1. RGB value is (171,173,161). Sum of RGB (Red+Green+Blue) = 171+173+161=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #ABADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADA1 is #54525E. Grayscale: #ABABAB. Windows color (decimal): -5526111 or 10595755. OLE color: 10595755.
HSL color Cylindrical-coordinate representation of color #ABADA1: hue angle of 70º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABADA1 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 173 | 161 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.32 |
| HSL | 70º | 0.07% | 0.65% | - |
| HSV(B) | 70º | 0.07% | 0.68% | - |
| XYZ | 38.17 | 41.12 | 39.64 | - |
| YUV | 171.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 173 | 161 | 0.01 | 0 | 0.07 | 0.32 | 70 | 0.07 | 0.65 |
| Hex | AB | AD | A1 | 1 | 0 | 7 | 20 | 46 | 7 | 41 |
| Octal | 253 | 255 | 241 | 1 | 0 | 7 | 40 | 106 | 7 | 101 |
| Binary | 10101011 | 10101101 | 10100001 | 1 | 0 | 111 | 100000 | 1000110 | 111 | 1000001 |
Color Harmonies of #ABADA1
Complementary color
Monochromatic Colors of #ABADA1
Black with #ABADA1
Text Example
Text Example
White with #ABADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABADA1; }
p { color: rgb(171,173,161); }
H1.HeaderClassName
{
color: #ABADA1;
}
.AnyTagClassName
{
color: #ABADA1;
}
</style>
background-color css
<style>
a { background-color: #ABADA1; }
a { background-color: rgb(171,173,161); }
div.DivClassName
{
background-color: #ABADA1;
}
.BgClassName
{
background-color: #ABADA1;
}
</style>
border-color css
<style>
span { border-color: #ABADA1; }
span { border-color: rgb(171,173,161); }
td.TdClassName
{
border-color: #ABADA1;
}
.TagClassName
{
border-color: #ABADA1;
}
</style>