Shades of Shadow Green #A0B9B1
Tints of Shadow Green #A0B9B1
RGB
CMYK
RGB Variations
Color information
#A0B9B1 (or 0xA0B9B1) is known color: Shadow Green. HEX triplet: A0, B9 and B1. RGB value is (160,185,177). Sum of RGB (Red+Green+Blue) = 160+185+177=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B9B1 is #5F464E. Grayscale: #B0B0B0. Windows color (decimal): -6243919 or 11647392. OLE color: 11647392.
HSL color Cylindrical-coordinate representation of color #A0B9B1: hue angle of 160.8º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0B9B1 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 177 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.27 |
| HSL | 160.8º | 0.15% | 0.68% | - |
| HSV(B) | 160.8º | 0.14% | 0.73% | - |
| XYZ | 39.78 | 45.35 | 48.25 | - |
| YUV | 176.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 177 | 0.14 | 0 | 0.04 | 0.27 | 160.8 | 0.15 | 0.68 |
| Hex | A0 | B9 | B1 | E | 0 | 4 | 1B | A1 | F | 44 |
| Octal | 240 | 271 | 261 | 16 | 0 | 4 | 33 | 241 | 17 | 104 |
| Binary | 10100000 | 10111001 | 10110001 | 1110 | 0 | 100 | 11011 | 10100001 | 1111 | 1000100 |
Color Harmonies of #A0B9B1
Complementary color
Monochromatic Colors of #A0B9B1
Black with #A0B9B1
Text Example
Text Example
White with #A0B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9B1; }
p { color: rgb(160,185,177); }
H1.HeaderClassName
{
color: #A0B9B1;
}
.AnyTagClassName
{
color: #A0B9B1;
}
</style>
background-color css
<style>
a { background-color: #A0B9B1; }
a { background-color: rgb(160,185,177); }
div.DivClassName
{
background-color: #A0B9B1;
}
.BgClassName
{
background-color: #A0B9B1;
}
</style>
border-color css
<style>
span { border-color: #A0B9B1; }
span { border-color: rgb(160,185,177); }
td.TdClassName
{
border-color: #A0B9B1;
}
.TagClassName
{
border-color: #A0B9B1;
}
</style>