Shades of Shadow Green #A0BDBB
Tints of Shadow Green #A0BDBB
RGB
CMYK
RGB Variations
Color information
#A0BDBB (or 0xA0BDBB) is known color: Shadow Green. HEX triplet: A0, BD and BB. RGB value is (160,189,187). Sum of RGB (Red+Green+Blue) = 160+189+187=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDBB is #5F4244. Grayscale: #B4B4B4. Windows color (decimal): -6242885 or 12303776. OLE color: 12303776.
HSL color Cylindrical-coordinate representation of color #A0BDBB: hue angle of 175.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDBB is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 187 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.26 |
| HSL | 175.86º | 0.18% | 0.68% | - |
| HSV(B) | 175.86º | 0.15% | 0.74% | - |
| XYZ | 41.66 | 47.46 | 53.98 | - |
| YUV | 180.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 187 | 0.15 | 0 | 0.01 | 0.26 | 175.86 | 0.18 | 0.68 |
| Hex | A0 | BD | BB | F | 0 | 1 | 1A | B0 | 12 | 44 |
| Octal | 240 | 275 | 273 | 17 | 0 | 1 | 32 | 260 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10111011 | 1111 | 0 | 1 | 11010 | 10110000 | 10010 | 1000100 |
Color Harmonies of #A0BDBB
Complementary color
Monochromatic Colors of #A0BDBB
Black with #A0BDBB
Text Example
Text Example
White with #A0BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDBB; }
p { color: rgb(160,189,187); }
H1.HeaderClassName
{
color: #A0BDBB;
}
.AnyTagClassName
{
color: #A0BDBB;
}
</style>
background-color css
<style>
a { background-color: #A0BDBB; }
a { background-color: rgb(160,189,187); }
div.DivClassName
{
background-color: #A0BDBB;
}
.BgClassName
{
background-color: #A0BDBB;
}
</style>
border-color css
<style>
span { border-color: #A0BDBB; }
span { border-color: rgb(160,189,187); }
td.TdClassName
{
border-color: #A0BDBB;
}
.TagClassName
{
border-color: #A0BDBB;
}
</style>