Shades of Green Spring #A8AB9B
Tints of Green Spring #A8AB9B
RGB
CMYK
RGB Variations
Color information
#A8AB9B (or 0xA8AB9B) is known color: Green Spring. HEX triplet: A8, AB and 9B. RGB value is (168,171,155). Sum of RGB (Red+Green+Blue) = 168+171+155=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB9B is #575464. Grayscale: #A8A8A8. Windows color (decimal): -5723237 or 10202024. OLE color: 10202024.
HSL color Cylindrical-coordinate representation of color #A8AB9B: hue angle of 71.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AB9B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 155 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.33 |
| HSL | 71.25º | 0.09% | 0.64% | - |
| HSV(B) | 71.25º | 0.09% | 0.67% | - |
| XYZ | 36.63 | 39.82 | 36.77 | - |
| YUV | 168.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 155 | 0.02 | 0 | 0.09 | 0.33 | 71.25 | 0.09 | 0.64 |
| Hex | A8 | AB | 9B | 2 | 0 | 9 | 21 | 47 | 9 | 40 |
| Octal | 250 | 253 | 233 | 2 | 0 | 11 | 41 | 107 | 11 | 100 |
| Binary | 10101000 | 10101011 | 10011011 | 10 | 0 | 1001 | 100001 | 1000111 | 1001 | 1000000 |
Color Harmonies of #A8AB9B
Complementary color
Monochromatic Colors of #A8AB9B
Black with #A8AB9B
Text Example
Text Example
White with #A8AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB9B; }
p { color: rgb(168,171,155); }
H1.HeaderClassName
{
color: #A8AB9B;
}
.AnyTagClassName
{
color: #A8AB9B;
}
</style>
background-color css
<style>
a { background-color: #A8AB9B; }
a { background-color: rgb(168,171,155); }
div.DivClassName
{
background-color: #A8AB9B;
}
.BgClassName
{
background-color: #A8AB9B;
}
</style>
border-color css
<style>
span { border-color: #A8AB9B; }
span { border-color: rgb(168,171,155); }
td.TdClassName
{
border-color: #A8AB9B;
}
.TagClassName
{
border-color: #A8AB9B;
}
</style>