Shades of Green Spring #A9AB9E
Tints of Green Spring #A9AB9E
RGB
CMYK
RGB Variations
Color information
#A9AB9E (or 0xA9AB9E) is known color: Green Spring. HEX triplet: A9, AB and 9E. RGB value is (169,171,158). Sum of RGB (Red+Green+Blue) = 169+171+158=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB9E is #565461. Grayscale: #A8A8A8. Windows color (decimal): -5657698 or 10398633. OLE color: 10398633.
HSL color Cylindrical-coordinate representation of color #A9AB9E: hue angle of 69.23º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A9AB9E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 158 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.33 |
| HSL | 69.23º | 0.07% | 0.65% | - |
| HSV(B) | 69.23º | 0.08% | 0.67% | - |
| XYZ | 37.1 | 40.03 | 38.12 | - |
| YUV | 168.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 158 | 0.01 | 0 | 0.08 | 0.33 | 69.23 | 0.07 | 0.65 |
| Hex | A9 | AB | 9E | 1 | 0 | 8 | 21 | 45 | 7 | 41 |
| Octal | 251 | 253 | 236 | 1 | 0 | 10 | 41 | 105 | 7 | 101 |
| Binary | 10101001 | 10101011 | 10011110 | 1 | 0 | 1000 | 100001 | 1000101 | 111 | 1000001 |
Color Harmonies of #A9AB9E
Complementary color
Monochromatic Colors of #A9AB9E
Black with #A9AB9E
Text Example
Text Example
White with #A9AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB9E; }
p { color: rgb(169,171,158); }
H1.HeaderClassName
{
color: #A9AB9E;
}
.AnyTagClassName
{
color: #A9AB9E;
}
</style>
background-color css
<style>
a { background-color: #A9AB9E; }
a { background-color: rgb(169,171,158); }
div.DivClassName
{
background-color: #A9AB9E;
}
.BgClassName
{
background-color: #A9AB9E;
}
</style>
border-color css
<style>
span { border-color: #A9AB9E; }
span { border-color: rgb(169,171,158); }
td.TdClassName
{
border-color: #A9AB9E;
}
.TagClassName
{
border-color: #A9AB9E;
}
</style>