Shades of Shadow Green #A0BFB5
Tints of Shadow Green #A0BFB5
RGB
CMYK
RGB Variations
Color information
#A0BFB5 (or 0xA0BFB5) is known color: Shadow Green. HEX triplet: A0, BF and B5. RGB value is (160,191,181). Sum of RGB (Red+Green+Blue) = 160+191+181=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFB5 is #5F404A. Grayscale: #B4B4B4. Windows color (decimal): -6242379 or 11911072. OLE color: 11911072.
HSL color Cylindrical-coordinate representation of color #A0BFB5: hue angle of 160.65º 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 #A0BFB5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 181 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.25 |
| HSL | 160.65º | 0.19% | 0.69% | - |
| HSV(B) | 160.65º | 0.16% | 0.75% | - |
| XYZ | 41.47 | 48.07 | 50.81 | - |
| YUV | 180.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 181 | 0.16 | 0 | 0.05 | 0.25 | 160.65 | 0.19 | 0.69 |
| Hex | A0 | BF | B5 | 10 | 0 | 5 | 19 | A1 | 13 | 45 |
| Octal | 240 | 277 | 265 | 20 | 0 | 5 | 31 | 241 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10110101 | 10000 | 0 | 101 | 11001 | 10100001 | 10011 | 1000101 |
Color Harmonies of #A0BFB5
Complementary color
Monochromatic Colors of #A0BFB5
Black with #A0BFB5
Text Example
Text Example
White with #A0BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFB5; }
p { color: rgb(160,191,181); }
H1.HeaderClassName
{
color: #A0BFB5;
}
.AnyTagClassName
{
color: #A0BFB5;
}
</style>
background-color css
<style>
a { background-color: #A0BFB5; }
a { background-color: rgb(160,191,181); }
div.DivClassName
{
background-color: #A0BFB5;
}
.BgClassName
{
background-color: #A0BFB5;
}
</style>
border-color css
<style>
span { border-color: #A0BFB5; }
span { border-color: rgb(160,191,181); }
td.TdClassName
{
border-color: #A0BFB5;
}
.TagClassName
{
border-color: #A0BFB5;
}
</style>