Shades of Green Spring #ABB09D
Tints of Green Spring #ABB09D
RGB
CMYK
RGB Variations
Color information
#ABB09D (or 0xABB09D) is known color: Green Spring. HEX triplet: AB, B0 and 9D. RGB value is (171,176,157). Sum of RGB (Red+Green+Blue) = 171+176+157=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB09D is #544F62. Grayscale: #ACACAC. Windows color (decimal): -5525347 or 10334379. OLE color: 10334379.
HSL color Cylindrical-coordinate representation of color #ABB09D: hue angle of 75.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB09D is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 176 | 157 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.31 |
| HSL | 75.79º | 0.11% | 0.65% | - |
| HSV(B) | 75.79º | 0.11% | 0.69% | - |
| XYZ | 38.41 | 42.14 | 38.01 | - |
| YUV | 172.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 176 | 157 | 0.03 | 0 | 0.11 | 0.31 | 75.79 | 0.11 | 0.65 |
| Hex | AB | B0 | 9D | 3 | 0 | B | 1F | 4C | B | 41 |
| Octal | 253 | 260 | 235 | 3 | 0 | 13 | 37 | 114 | 13 | 101 |
| Binary | 10101011 | 10110000 | 10011101 | 11 | 0 | 1011 | 11111 | 1001100 | 1011 | 1000001 |
Color Harmonies of #ABB09D
Complementary color
Monochromatic Colors of #ABB09D
Black with #ABB09D
Text Example
Text Example
White with #ABB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB09D; }
p { color: rgb(171,176,157); }
H1.HeaderClassName
{
color: #ABB09D;
}
.AnyTagClassName
{
color: #ABB09D;
}
</style>
background-color css
<style>
a { background-color: #ABB09D; }
a { background-color: rgb(171,176,157); }
div.DivClassName
{
background-color: #ABB09D;
}
.BgClassName
{
background-color: #ABB09D;
}
</style>
border-color css
<style>
span { border-color: #ABB09D; }
span { border-color: rgb(171,176,157); }
td.TdClassName
{
border-color: #ABB09D;
}
.TagClassName
{
border-color: #ABB09D;
}
</style>