Shades of Shadow Green #A0BCB8
Tints of Shadow Green #A0BCB8
RGB
CMYK
RGB Variations
Color information
#A0BCB8 (or 0xA0BCB8) is known color: Shadow Green. HEX triplet: A0, BC and B8. RGB value is (160,188,184). Sum of RGB (Red+Green+Blue) = 160+188+184=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCB8 is #5F4347. Grayscale: #B3B3B3. Windows color (decimal): -6243144 or 12106912. OLE color: 12106912.
HSL color Cylindrical-coordinate representation of color #A0BCB8: hue angle of 171.43º 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 #A0BCB8 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 184 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.26 |
| HSL | 171.43º | 0.17% | 0.68% | - |
| HSV(B) | 171.43º | 0.15% | 0.74% | - |
| XYZ | 41.13 | 46.9 | 52.23 | - |
| YUV | 179.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 184 | 0.15 | 0 | 0.02 | 0.26 | 171.43 | 0.17 | 0.68 |
| Hex | A0 | BC | B8 | F | 0 | 2 | 1A | AB | 11 | 44 |
| Octal | 240 | 274 | 270 | 17 | 0 | 2 | 32 | 253 | 21 | 104 |
| Binary | 10100000 | 10111100 | 10111000 | 1111 | 0 | 10 | 11010 | 10101011 | 10001 | 1000100 |
Color Harmonies of #A0BCB8
Complementary color
Monochromatic Colors of #A0BCB8
Black with #A0BCB8
Text Example
Text Example
White with #A0BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCB8; }
p { color: rgb(160,188,184); }
H1.HeaderClassName
{
color: #A0BCB8;
}
.AnyTagClassName
{
color: #A0BCB8;
}
</style>
background-color css
<style>
a { background-color: #A0BCB8; }
a { background-color: rgb(160,188,184); }
div.DivClassName
{
background-color: #A0BCB8;
}
.BgClassName
{
background-color: #A0BCB8;
}
</style>
border-color css
<style>
span { border-color: #A0BCB8; }
span { border-color: rgb(160,188,184); }
td.TdClassName
{
border-color: #A0BCB8;
}
.TagClassName
{
border-color: #A0BCB8;
}
</style>