Shades of Green Spring #ABAEA2
Tints of Green Spring #ABAEA2
RGB
CMYK
RGB Variations
Color information
#ABAEA2 (or 0xABAEA2) is known color: Green Spring. HEX triplet: AB, AE and A2. RGB value is (171,174,162). Sum of RGB (Red+Green+Blue) = 171+174+162=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEA2 is #54515D. Grayscale: #ABABAB. Windows color (decimal): -5525854 or 10661547. OLE color: 10661547.
HSL color Cylindrical-coordinate representation of color #ABAEA2: hue angle of 75º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABAEA2 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 162 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.32 |
| HSL | 75º | 0.07% | 0.66% | - |
| HSV(B) | 75º | 0.07% | 0.68% | - |
| XYZ | 38.45 | 41.54 | 40.17 | - |
| YUV | 171.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 162 | 0.02 | 0 | 0.07 | 0.32 | 75 | 0.07 | 0.66 |
| Hex | AB | AE | A2 | 2 | 0 | 7 | 20 | 4B | 7 | 42 |
| Octal | 253 | 256 | 242 | 2 | 0 | 7 | 40 | 113 | 7 | 102 |
| Binary | 10101011 | 10101110 | 10100010 | 10 | 0 | 111 | 100000 | 1001011 | 111 | 1000010 |
Color Harmonies of #ABAEA2
Complementary color
Monochromatic Colors of #ABAEA2
Black with #ABAEA2
Text Example
Text Example
White with #ABAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEA2; }
p { color: rgb(171,174,162); }
H1.HeaderClassName
{
color: #ABAEA2;
}
.AnyTagClassName
{
color: #ABAEA2;
}
</style>
background-color css
<style>
a { background-color: #ABAEA2; }
a { background-color: rgb(171,174,162); }
div.DivClassName
{
background-color: #ABAEA2;
}
.BgClassName
{
background-color: #ABAEA2;
}
</style>
border-color css
<style>
span { border-color: #ABAEA2; }
span { border-color: rgb(171,174,162); }
td.TdClassName
{
border-color: #ABAEA2;
}
.TagClassName
{
border-color: #ABAEA2;
}
</style>