Shades of Shadow Green #A0C2B9
Tints of Shadow Green #A0C2B9
RGB
CMYK
RGB Variations
Color information
#A0C2B9 (or 0xA0C2B9) is known color: Shadow Green. HEX triplet: A0, C2 and B9. RGB value is (160,194,185). Sum of RGB (Red+Green+Blue) = 160+194+185=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C2B9 is #5F3D46. Grayscale: #B6B6B6. Windows color (decimal): -6241607 or 12173984. OLE color: 12173984.
HSL color Cylindrical-coordinate representation of color #A0C2B9: hue angle of 164.12º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C2B9 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 185 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.24 |
| HSL | 164.12º | 0.22% | 0.69% | - |
| HSV(B) | 164.12º | 0.18% | 0.76% | - |
| XYZ | 42.55 | 49.56 | 53.22 | - |
| YUV | 182.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 185 | 0.18 | 0 | 0.05 | 0.24 | 164.12 | 0.22 | 0.69 |
| Hex | A0 | C2 | B9 | 12 | 0 | 5 | 18 | A4 | 16 | 45 |
| Octal | 240 | 302 | 271 | 22 | 0 | 5 | 30 | 244 | 26 | 105 |
| Binary | 10100000 | 11000010 | 10111001 | 10010 | 0 | 101 | 11000 | 10100100 | 10110 | 1000101 |
Color Harmonies of #A0C2B9
Complementary color
Monochromatic Colors of #A0C2B9
Black with #A0C2B9
Text Example
Text Example
White with #A0C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C2B9; }
p { color: rgb(160,194,185); }
H1.HeaderClassName
{
color: #A0C2B9;
}
.AnyTagClassName
{
color: #A0C2B9;
}
</style>
background-color css
<style>
a { background-color: #A0C2B9; }
a { background-color: rgb(160,194,185); }
div.DivClassName
{
background-color: #A0C2B9;
}
.BgClassName
{
background-color: #A0C2B9;
}
</style>
border-color css
<style>
span { border-color: #A0C2B9; }
span { border-color: rgb(160,194,185); }
td.TdClassName
{
border-color: #A0C2B9;
}
.TagClassName
{
border-color: #A0C2B9;
}
</style>