Shades of Shadow Green #A0BEB6
Tints of Shadow Green #A0BEB6
RGB
CMYK
RGB Variations
Color information
#A0BEB6 (or 0xA0BEB6) is known color: Shadow Green. HEX triplet: A0, BE and B6. RGB value is (160,190,182). Sum of RGB (Red+Green+Blue) = 160+190+182=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB6 is #5F4149. Grayscale: #B4B4B4. Windows color (decimal): -6242634 or 11976352. OLE color: 11976352.
HSL color Cylindrical-coordinate representation of color #A0BEB6: hue angle of 164º 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 #A0BEB6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 182 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.25 |
| HSL | 164º | 0.19% | 0.69% | - |
| HSV(B) | 164º | 0.16% | 0.75% | - |
| XYZ | 41.35 | 47.68 | 51.28 | - |
| YUV | 180.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 182 | 0.16 | 0 | 0.04 | 0.25 | 164 | 0.19 | 0.69 |
| Hex | A0 | BE | B6 | 10 | 0 | 4 | 19 | A4 | 13 | 45 |
| Octal | 240 | 276 | 266 | 20 | 0 | 4 | 31 | 244 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10110110 | 10000 | 0 | 100 | 11001 | 10100100 | 10011 | 1000101 |
Color Harmonies of #A0BEB6
Complementary color
Monochromatic Colors of #A0BEB6
Black with #A0BEB6
Text Example
Text Example
White with #A0BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEB6; }
p { color: rgb(160,190,182); }
H1.HeaderClassName
{
color: #A0BEB6;
}
.AnyTagClassName
{
color: #A0BEB6;
}
</style>
background-color css
<style>
a { background-color: #A0BEB6; }
a { background-color: rgb(160,190,182); }
div.DivClassName
{
background-color: #A0BEB6;
}
.BgClassName
{
background-color: #A0BEB6;
}
</style>
border-color css
<style>
span { border-color: #A0BEB6; }
span { border-color: rgb(160,190,182); }
td.TdClassName
{
border-color: #A0BEB6;
}
.TagClassName
{
border-color: #A0BEB6;
}
</style>