Shades of Green Spring #ABB1A0
Tints of Green Spring #ABB1A0
RGB
CMYK
RGB Variations
Color information
#ABB1A0 (or 0xABB1A0) is known color: Green Spring. HEX triplet: AB, B1 and A0. RGB value is (171,177,160). Sum of RGB (Red+Green+Blue) = 171+177+160=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1A0 is #544E5F. Grayscale: #ADADAD. Windows color (decimal): -5525088 or 10531243. OLE color: 10531243.
HSL color Cylindrical-coordinate representation of color #ABB1A0: hue angle of 81.18º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB1A0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 160 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.31 |
| HSL | 81.18º | 0.1% | 0.66% | - |
| HSV(B) | 81.18º | 0.1% | 0.69% | - |
| XYZ | 38.86 | 42.64 | 39.44 | - |
| YUV | 173.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 160 | 0.03 | 0 | 0.10 | 0.31 | 81.18 | 0.1 | 0.66 |
| Hex | AB | B1 | A0 | 3 | 0 | A | 1F | 51 | A | 42 |
| Octal | 253 | 261 | 240 | 3 | 0 | 12 | 37 | 121 | 12 | 102 |
| Binary | 10101011 | 10110001 | 10100000 | 11 | 0 | 1010 | 11111 | 1010001 | 1010 | 1000010 |
Color Harmonies of #ABB1A0
Complementary color
Monochromatic Colors of #ABB1A0
Black with #ABB1A0
Text Example
Text Example
White with #ABB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB1A0; }
p { color: rgb(171,177,160); }
H1.HeaderClassName
{
color: #ABB1A0;
}
.AnyTagClassName
{
color: #ABB1A0;
}
</style>
background-color css
<style>
a { background-color: #ABB1A0; }
a { background-color: rgb(171,177,160); }
div.DivClassName
{
background-color: #ABB1A0;
}
.BgClassName
{
background-color: #ABB1A0;
}
</style>
border-color css
<style>
span { border-color: #ABB1A0; }
span { border-color: rgb(171,177,160); }
td.TdClassName
{
border-color: #ABB1A0;
}
.TagClassName
{
border-color: #ABB1A0;
}
</style>