Shades of Shadow Green #A0BCB9
Tints of Shadow Green #A0BCB9
RGB
CMYK
RGB Variations
Color information
#A0BCB9 (or 0xA0BCB9) is known color: Shadow Green. HEX triplet: A0, BC and B9. RGB value is (160,188,185). Sum of RGB (Red+Green+Blue) = 160+188+185=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCB9 is #5F4346. Grayscale: #B3B3B3. Windows color (decimal): -6243143 or 12172448. OLE color: 12172448.
HSL color Cylindrical-coordinate representation of color #A0BCB9: hue angle of 173.57º degrees, saturation: 0.17, 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 #A0BCB9 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 185 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.26 |
| HSL | 173.57º | 0.17% | 0.68% | - |
| HSV(B) | 173.57º | 0.15% | 0.74% | - |
| XYZ | 41.24 | 46.94 | 52.79 | - |
| YUV | 179.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 185 | 0.15 | 0 | 0.02 | 0.26 | 173.57 | 0.17 | 0.68 |
| Hex | A0 | BC | B9 | F | 0 | 2 | 1A | AE | 11 | 44 |
| Octal | 240 | 274 | 271 | 17 | 0 | 2 | 32 | 256 | 21 | 104 |
| Binary | 10100000 | 10111100 | 10111001 | 1111 | 0 | 10 | 11010 | 10101110 | 10001 | 1000100 |
Color Harmonies of #A0BCB9
Complementary color
Monochromatic Colors of #A0BCB9
Black with #A0BCB9
Text Example
Text Example
White with #A0BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCB9; }
p { color: rgb(160,188,185); }
H1.HeaderClassName
{
color: #A0BCB9;
}
.AnyTagClassName
{
color: #A0BCB9;
}
</style>
background-color css
<style>
a { background-color: #A0BCB9; }
a { background-color: rgb(160,188,185); }
div.DivClassName
{
background-color: #A0BCB9;
}
.BgClassName
{
background-color: #A0BCB9;
}
</style>
border-color css
<style>
span { border-color: #A0BCB9; }
span { border-color: rgb(160,188,185); }
td.TdClassName
{
border-color: #A0BCB9;
}
.TagClassName
{
border-color: #A0BCB9;
}
</style>