Shades of Shadow Green #A0C5B6
Tints of Shadow Green #A0C5B6
RGB
CMYK
RGB Variations
Color information
#A0C5B6 (or 0xA0C5B6) is known color: Shadow Green. HEX triplet: A0, C5 and B6. RGB value is (160,197,182). Sum of RGB (Red+Green+Blue) = 160+197+182=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5B6 is #5F3A49. Grayscale: #B8B8B8. Windows color (decimal): -6240842 or 11978144. OLE color: 11978144.
HSL color Cylindrical-coordinate representation of color #A0C5B6: hue angle of 155.68º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C5B6 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 182 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.23 |
| HSL | 155.68º | 0.24% | 0.7% | - |
| HSV(B) | 155.68º | 0.19% | 0.77% | - |
| XYZ | 42.91 | 50.78 | 51.8 | - |
| YUV | 184.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 182 | 0.19 | 0 | 0.08 | 0.23 | 155.68 | 0.24 | 0.7 |
| Hex | A0 | C5 | B6 | 13 | 0 | 8 | 17 | 9C | 18 | 46 |
| Octal | 240 | 305 | 266 | 23 | 0 | 10 | 27 | 234 | 30 | 106 |
| Binary | 10100000 | 11000101 | 10110110 | 10011 | 0 | 1000 | 10111 | 10011100 | 11000 | 1000110 |
Color Harmonies of #A0C5B6
Complementary color
Monochromatic Colors of #A0C5B6
Black with #A0C5B6
Text Example
Text Example
White with #A0C5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5B6; }
p { color: rgb(160,197,182); }
H1.HeaderClassName
{
color: #A0C5B6;
}
.AnyTagClassName
{
color: #A0C5B6;
}
</style>
background-color css
<style>
a { background-color: #A0C5B6; }
a { background-color: rgb(160,197,182); }
div.DivClassName
{
background-color: #A0C5B6;
}
.BgClassName
{
background-color: #A0C5B6;
}
</style>
border-color css
<style>
span { border-color: #A0C5B6; }
span { border-color: rgb(160,197,182); }
td.TdClassName
{
border-color: #A0C5B6;
}
.TagClassName
{
border-color: #A0C5B6;
}
</style>