Shades of Shadow Green #A0C6B7
Tints of Shadow Green #A0C6B7
RGB
CMYK
RGB Variations
Color information
#A0C6B7 (or 0xA0C6B7) is known color: Shadow Green. HEX triplet: A0, C6 and B7. RGB value is (160,198,183). Sum of RGB (Red+Green+Blue) = 160+198+183=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C6B7 is #5F3948. Grayscale: #B8B8B8. Windows color (decimal): -6240585 or 12043936. OLE color: 12043936.
HSL color Cylindrical-coordinate representation of color #A0C6B7: hue angle of 156.32º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C6B7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 183 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.22 |
| HSL | 156.32º | 0.25% | 0.7% | - |
| HSV(B) | 156.32º | 0.19% | 0.78% | - |
| XYZ | 43.24 | 51.28 | 52.42 | - |
| YUV | 184.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 183 | 0.19 | 0 | 0.08 | 0.22 | 156.32 | 0.25 | 0.7 |
| Hex | A0 | C6 | B7 | 13 | 0 | 8 | 16 | 9C | 19 | 46 |
| Octal | 240 | 306 | 267 | 23 | 0 | 10 | 26 | 234 | 31 | 106 |
| Binary | 10100000 | 11000110 | 10110111 | 10011 | 0 | 1000 | 10110 | 10011100 | 11001 | 1000110 |
Color Harmonies of #A0C6B7
Complementary color
Monochromatic Colors of #A0C6B7
Black with #A0C6B7
Text Example
Text Example
White with #A0C6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C6B7; }
p { color: rgb(160,198,183); }
H1.HeaderClassName
{
color: #A0C6B7;
}
.AnyTagClassName
{
color: #A0C6B7;
}
</style>
background-color css
<style>
a { background-color: #A0C6B7; }
a { background-color: rgb(160,198,183); }
div.DivClassName
{
background-color: #A0C6B7;
}
.BgClassName
{
background-color: #A0C6B7;
}
</style>
border-color css
<style>
span { border-color: #A0C6B7; }
span { border-color: rgb(160,198,183); }
td.TdClassName
{
border-color: #A0C6B7;
}
.TagClassName
{
border-color: #A0C6B7;
}
</style>