Shades of Shadow Green #A0BAB2
Tints of Shadow Green #A0BAB2
RGB
CMYK
RGB Variations
Color information
#A0BAB2 (or 0xA0BAB2) is known color: Shadow Green. HEX triplet: A0, BA and B2. RGB value is (160,186,178). Sum of RGB (Red+Green+Blue) = 160+186+178=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAB2 is #5F454D. Grayscale: #B1B1B1. Windows color (decimal): -6243662 or 11713184. OLE color: 11713184.
HSL color Cylindrical-coordinate representation of color #A0BAB2: hue angle of 161.54º degrees, saturation: 0.16, 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 #A0BAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 178 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.27 |
| HSL | 161.54º | 0.16% | 0.68% | - |
| HSV(B) | 161.54º | 0.14% | 0.73% | - |
| XYZ | 40.09 | 45.81 | 48.85 | - |
| YUV | 177.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 178 | 0.14 | 0 | 0.04 | 0.27 | 161.54 | 0.16 | 0.68 |
| Hex | A0 | BA | B2 | E | 0 | 4 | 1B | A2 | 10 | 44 |
| Octal | 240 | 272 | 262 | 16 | 0 | 4 | 33 | 242 | 20 | 104 |
| Binary | 10100000 | 10111010 | 10110010 | 1110 | 0 | 100 | 11011 | 10100010 | 10000 | 1000100 |
Color Harmonies of #A0BAB2
Complementary color
Monochromatic Colors of #A0BAB2
Black with #A0BAB2
Text Example
Text Example
White with #A0BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAB2; }
p { color: rgb(160,186,178); }
H1.HeaderClassName
{
color: #A0BAB2;
}
.AnyTagClassName
{
color: #A0BAB2;
}
</style>
background-color css
<style>
a { background-color: #A0BAB2; }
a { background-color: rgb(160,186,178); }
div.DivClassName
{
background-color: #A0BAB2;
}
.BgClassName
{
background-color: #A0BAB2;
}
</style>
border-color css
<style>
span { border-color: #A0BAB2; }
span { border-color: rgb(160,186,178); }
td.TdClassName
{
border-color: #A0BAB2;
}
.TagClassName
{
border-color: #A0BAB2;
}
</style>