Shades of Shadow Green #A0C0B9
Tints of Shadow Green #A0C0B9
RGB
CMYK
RGB Variations
Color information
#A0C0B9 (or 0xA0C0B9) is known color: Shadow Green. HEX triplet: A0, C0 and B9. RGB value is (160,192,185). Sum of RGB (Red+Green+Blue) = 160+192+185=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0B9 is #5F3F46. Grayscale: #B5B5B5. Windows color (decimal): -6242119 or 12173472. OLE color: 12173472.
HSL color Cylindrical-coordinate representation of color #A0C0B9: hue angle of 166.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0B9 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 185 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.25 |
| HSL | 166.88º | 0.2% | 0.69% | - |
| HSV(B) | 166.88º | 0.17% | 0.75% | - |
| XYZ | 42.1 | 48.68 | 53.08 | - |
| YUV | 181.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 185 | 0.17 | 0 | 0.04 | 0.25 | 166.88 | 0.2 | 0.69 |
| Hex | A0 | C0 | B9 | 11 | 0 | 4 | 19 | A7 | 14 | 45 |
| Octal | 240 | 300 | 271 | 21 | 0 | 4 | 31 | 247 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10111001 | 10001 | 0 | 100 | 11001 | 10100111 | 10100 | 1000101 |
Color Harmonies of #A0C0B9
Complementary color
Monochromatic Colors of #A0C0B9
Black with #A0C0B9
Text Example
Text Example
White with #A0C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0B9; }
p { color: rgb(160,192,185); }
H1.HeaderClassName
{
color: #A0C0B9;
}
.AnyTagClassName
{
color: #A0C0B9;
}
</style>
background-color css
<style>
a { background-color: #A0C0B9; }
a { background-color: rgb(160,192,185); }
div.DivClassName
{
background-color: #A0C0B9;
}
.BgClassName
{
background-color: #A0C0B9;
}
</style>
border-color css
<style>
span { border-color: #A0C0B9; }
span { border-color: rgb(160,192,185); }
td.TdClassName
{
border-color: #A0C0B9;
}
.TagClassName
{
border-color: #A0C0B9;
}
</style>