Shades of Shadow Green #A0BDB8
Tints of Shadow Green #A0BDB8
RGB
CMYK
RGB Variations
Color information
#A0BDB8 (or 0xA0BDB8) is known color: Shadow Green. HEX triplet: A0, BD and B8. RGB value is (160,189,184). Sum of RGB (Red+Green+Blue) = 160+189+184=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDB8 is #5F4247. Grayscale: #B3B3B3. Windows color (decimal): -6242888 or 12107168. OLE color: 12107168.
HSL color Cylindrical-coordinate representation of color #A0BDB8: hue angle of 169.66º 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 #A0BDB8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 184 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.26 |
| HSL | 169.66º | 0.18% | 0.68% | - |
| HSV(B) | 169.66º | 0.15% | 0.74% | - |
| XYZ | 41.35 | 47.33 | 52.3 | - |
| YUV | 179.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 184 | 0.15 | 0 | 0.03 | 0.26 | 169.66 | 0.18 | 0.68 |
| Hex | A0 | BD | B8 | F | 0 | 3 | 1A | AA | 12 | 44 |
| Octal | 240 | 275 | 270 | 17 | 0 | 3 | 32 | 252 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10111000 | 1111 | 0 | 11 | 11010 | 10101010 | 10010 | 1000100 |
Color Harmonies of #A0BDB8
Complementary color
Monochromatic Colors of #A0BDB8
Black with #A0BDB8
Text Example
Text Example
White with #A0BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDB8; }
p { color: rgb(160,189,184); }
H1.HeaderClassName
{
color: #A0BDB8;
}
.AnyTagClassName
{
color: #A0BDB8;
}
</style>
background-color css
<style>
a { background-color: #A0BDB8; }
a { background-color: rgb(160,189,184); }
div.DivClassName
{
background-color: #A0BDB8;
}
.BgClassName
{
background-color: #A0BDB8;
}
</style>
border-color css
<style>
span { border-color: #A0BDB8; }
span { border-color: rgb(160,189,184); }
td.TdClassName
{
border-color: #A0BDB8;
}
.TagClassName
{
border-color: #A0BDB8;
}
</style>