Shades of Shadow Green #A0BFBA
Tints of Shadow Green #A0BFBA
RGB
CMYK
RGB Variations
Color information
#A0BFBA (or 0xA0BFBA) is known color: Shadow Green. HEX triplet: A0, BF and BA. RGB value is (160,191,186). Sum of RGB (Red+Green+Blue) = 160+191+186=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFBA is #5F4045. Grayscale: #B5B5B5. Windows color (decimal): -6242374 or 12238752. OLE color: 12238752.
HSL color Cylindrical-coordinate representation of color #A0BFBA: hue angle of 170.32º 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 #A0BFBA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 186 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.25 |
| HSL | 170.32º | 0.19% | 0.69% | - |
| HSV(B) | 170.32º | 0.16% | 0.75% | - |
| XYZ | 41.99 | 48.28 | 53.56 | - |
| YUV | 181.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 186 | 0.16 | 0 | 0.03 | 0.25 | 170.32 | 0.19 | 0.69 |
| Hex | A0 | BF | BA | 10 | 0 | 3 | 19 | AA | 13 | 45 |
| Octal | 240 | 277 | 272 | 20 | 0 | 3 | 31 | 252 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10111010 | 10000 | 0 | 11 | 11001 | 10101010 | 10011 | 1000101 |
Color Harmonies of #A0BFBA
Complementary color
Monochromatic Colors of #A0BFBA
Black with #A0BFBA
Text Example
Text Example
White with #A0BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFBA; }
p { color: rgb(160,191,186); }
H1.HeaderClassName
{
color: #A0BFBA;
}
.AnyTagClassName
{
color: #A0BFBA;
}
</style>
background-color css
<style>
a { background-color: #A0BFBA; }
a { background-color: rgb(160,191,186); }
div.DivClassName
{
background-color: #A0BFBA;
}
.BgClassName
{
background-color: #A0BFBA;
}
</style>
border-color css
<style>
span { border-color: #A0BFBA; }
span { border-color: rgb(160,191,186); }
td.TdClassName
{
border-color: #A0BFBA;
}
.TagClassName
{
border-color: #A0BFBA;
}
</style>