Shades of Green Spring #ABB0A0
Tints of Green Spring #ABB0A0
RGB
CMYK
RGB Variations
Color information
#ABB0A0 (or 0xABB0A0) is known color: Green Spring. HEX triplet: AB, B0 and A0. RGB value is (171,176,160). Sum of RGB (Red+Green+Blue) = 171+176+160=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0A0 is #544F5F. Grayscale: #ACACAC. Windows color (decimal): -5525344 or 10530987. OLE color: 10530987.
HSL color Cylindrical-coordinate representation of color #ABB0A0: hue angle of 78.75º 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 #ABB0A0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 160 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.31 |
| HSL | 78.75º | 0.09% | 0.66% | - |
| HSV(B) | 78.75º | 0.09% | 0.69% | - |
| XYZ | 38.67 | 42.25 | 39.37 | - |
| YUV | 172.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 160 | 0.03 | 0 | 0.09 | 0.31 | 78.75 | 0.09 | 0.66 |
| Hex | AB | B0 | A0 | 3 | 0 | 9 | 1F | 4F | 9 | 42 |
| Octal | 253 | 260 | 240 | 3 | 0 | 11 | 37 | 117 | 11 | 102 |
| Binary | 10101011 | 10110000 | 10100000 | 11 | 0 | 1001 | 11111 | 1001111 | 1001 | 1000010 |
Color Harmonies of #ABB0A0
Complementary color
Monochromatic Colors of #ABB0A0
Black with #ABB0A0
Text Example
Text Example
White with #ABB0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB0A0; }
p { color: rgb(171,176,160); }
H1.HeaderClassName
{
color: #ABB0A0;
}
.AnyTagClassName
{
color: #ABB0A0;
}
</style>
background-color css
<style>
a { background-color: #ABB0A0; }
a { background-color: rgb(171,176,160); }
div.DivClassName
{
background-color: #ABB0A0;
}
.BgClassName
{
background-color: #ABB0A0;
}
</style>
border-color css
<style>
span { border-color: #ABB0A0; }
span { border-color: rgb(171,176,160); }
td.TdClassName
{
border-color: #ABB0A0;
}
.TagClassName
{
border-color: #ABB0A0;
}
</style>