Shades of Shadow Green #A0BDB6
Tints of Shadow Green #A0BDB6
RGB
CMYK
RGB Variations
Color information
#A0BDB6 (or 0xA0BDB6) is known color: Shadow Green. HEX triplet: A0, BD and B6. RGB value is (160,189,182). Sum of RGB (Red+Green+Blue) = 160+189+182=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDB6 is #5F4249. Grayscale: #B3B3B3. Windows color (decimal): -6242890 or 11976096. OLE color: 11976096.
HSL color Cylindrical-coordinate representation of color #A0BDB6: hue angle of 165.52º 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 #A0BDB6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 182 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.26 |
| HSL | 165.52º | 0.18% | 0.68% | - |
| HSV(B) | 165.52º | 0.15% | 0.74% | - |
| XYZ | 41.14 | 47.25 | 51.21 | - |
| YUV | 179.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 182 | 0.15 | 0 | 0.04 | 0.26 | 165.52 | 0.18 | 0.68 |
| Hex | A0 | BD | B6 | F | 0 | 4 | 1A | A6 | 12 | 44 |
| Octal | 240 | 275 | 266 | 17 | 0 | 4 | 32 | 246 | 22 | 104 |
| Binary | 10100000 | 10111101 | 10110110 | 1111 | 0 | 100 | 11010 | 10100110 | 10010 | 1000100 |
Color Harmonies of #A0BDB6
Complementary color
Monochromatic Colors of #A0BDB6
Black with #A0BDB6
Text Example
Text Example
White with #A0BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDB6; }
p { color: rgb(160,189,182); }
H1.HeaderClassName
{
color: #A0BDB6;
}
.AnyTagClassName
{
color: #A0BDB6;
}
</style>
background-color css
<style>
a { background-color: #A0BDB6; }
a { background-color: rgb(160,189,182); }
div.DivClassName
{
background-color: #A0BDB6;
}
.BgClassName
{
background-color: #A0BDB6;
}
</style>
border-color css
<style>
span { border-color: #A0BDB6; }
span { border-color: rgb(160,189,182); }
td.TdClassName
{
border-color: #A0BDB6;
}
.TagClassName
{
border-color: #A0BDB6;
}
</style>