Shades of Shadow Green #A0BFBB
Tints of Shadow Green #A0BFBB
RGB
CMYK
RGB Variations
Color information
#A0BFBB (or 0xA0BFBB) is known color: Shadow Green. HEX triplet: A0, BF and BB. RGB value is (160,191,187). Sum of RGB (Red+Green+Blue) = 160+191+187=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFBB is #5F4044. Grayscale: #B5B5B5. Windows color (decimal): -6242373 or 12304288. OLE color: 12304288.
HSL color Cylindrical-coordinate representation of color #A0BFBB: hue angle of 172.26º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFBB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 187 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.25 |
| HSL | 172.26º | 0.19% | 0.69% | - |
| HSV(B) | 172.26º | 0.16% | 0.75% | - |
| XYZ | 42.1 | 48.32 | 54.12 | - |
| YUV | 181.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 187 | 0.16 | 0 | 0.02 | 0.25 | 172.26 | 0.19 | 0.69 |
| Hex | A0 | BF | BB | 10 | 0 | 2 | 19 | AC | 13 | 45 |
| Octal | 240 | 277 | 273 | 20 | 0 | 2 | 31 | 254 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10111011 | 10000 | 0 | 10 | 11001 | 10101100 | 10011 | 1000101 |
Color Harmonies of #A0BFBB
Complementary color
Monochromatic Colors of #A0BFBB
Black with #A0BFBB
Text Example
Text Example
White with #A0BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFBB; }
p { color: rgb(160,191,187); }
H1.HeaderClassName
{
color: #A0BFBB;
}
.AnyTagClassName
{
color: #A0BFBB;
}
</style>
background-color css
<style>
a { background-color: #A0BFBB; }
a { background-color: rgb(160,191,187); }
div.DivClassName
{
background-color: #A0BFBB;
}
.BgClassName
{
background-color: #A0BFBB;
}
</style>
border-color css
<style>
span { border-color: #A0BFBB; }
span { border-color: rgb(160,191,187); }
td.TdClassName
{
border-color: #A0BFBB;
}
.TagClassName
{
border-color: #A0BFBB;
}
</style>