Shades of Shadow Green #A0BEBC
Tints of Shadow Green #A0BEBC
RGB
CMYK
RGB Variations
Color information
#A0BEBC (or 0xA0BEBC) is known color: Shadow Green. HEX triplet: A0, BE and BC. RGB value is (160,190,188). Sum of RGB (Red+Green+Blue) = 160+190+188=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBC is #5F4143. Grayscale: #B4B4B4. Windows color (decimal): -6242628 or 12369568. OLE color: 12369568.
HSL color Cylindrical-coordinate representation of color #A0BEBC: hue angle of 176º 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 #A0BEBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 188 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.25 |
| HSL | 176º | 0.19% | 0.69% | - |
| HSV(B) | 176º | 0.16% | 0.75% | - |
| XYZ | 41.99 | 47.93 | 54.62 | - |
| YUV | 180.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 188 | 0.16 | 0 | 0.01 | 0.25 | 176 | 0.19 | 0.69 |
| Hex | A0 | BE | BC | 10 | 0 | 1 | 19 | B0 | 13 | 45 |
| Octal | 240 | 276 | 274 | 20 | 0 | 1 | 31 | 260 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10111100 | 10000 | 0 | 1 | 11001 | 10110000 | 10011 | 1000101 |
Color Harmonies of #A0BEBC
Complementary color
Monochromatic Colors of #A0BEBC
Black with #A0BEBC
Text Example
Text Example
White with #A0BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEBC; }
p { color: rgb(160,190,188); }
H1.HeaderClassName
{
color: #A0BEBC;
}
.AnyTagClassName
{
color: #A0BEBC;
}
</style>
background-color css
<style>
a { background-color: #A0BEBC; }
a { background-color: rgb(160,190,188); }
div.DivClassName
{
background-color: #A0BEBC;
}
.BgClassName
{
background-color: #A0BEBC;
}
</style>
border-color css
<style>
span { border-color: #A0BEBC; }
span { border-color: rgb(160,190,188); }
td.TdClassName
{
border-color: #A0BEBC;
}
.TagClassName
{
border-color: #A0BEBC;
}
</style>