Shades of Shadow Green #A0C0B5
Tints of Shadow Green #A0C0B5
RGB
CMYK
RGB Variations
Color information
#A0C0B5 (or 0xA0C0B5) is known color: Shadow Green. HEX triplet: A0, C0 and B5. RGB value is (160,192,181). Sum of RGB (Red+Green+Blue) = 160+192+181=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0B5 is #5F3F4A. Grayscale: #B5B5B5. Windows color (decimal): -6242123 or 11911328. OLE color: 11911328.
HSL color Cylindrical-coordinate representation of color #A0C0B5: hue angle of 159.38º 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 #A0C0B5 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 181 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.25 |
| HSL | 159.38º | 0.2% | 0.69% | - |
| HSV(B) | 159.38º | 0.17% | 0.75% | - |
| XYZ | 41.69 | 48.51 | 50.88 | - |
| YUV | 181.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 181 | 0.17 | 0 | 0.06 | 0.25 | 159.38 | 0.2 | 0.69 |
| Hex | A0 | C0 | B5 | 11 | 0 | 6 | 19 | 9F | 14 | 45 |
| Octal | 240 | 300 | 265 | 21 | 0 | 6 | 31 | 237 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10110101 | 10001 | 0 | 110 | 11001 | 10011111 | 10100 | 1000101 |
Color Harmonies of #A0C0B5
Complementary color
Monochromatic Colors of #A0C0B5
Black with #A0C0B5
Text Example
Text Example
White with #A0C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0B5; }
p { color: rgb(160,192,181); }
H1.HeaderClassName
{
color: #A0C0B5;
}
.AnyTagClassName
{
color: #A0C0B5;
}
</style>
background-color css
<style>
a { background-color: #A0C0B5; }
a { background-color: rgb(160,192,181); }
div.DivClassName
{
background-color: #A0C0B5;
}
.BgClassName
{
background-color: #A0C0B5;
}
</style>
border-color css
<style>
span { border-color: #A0C0B5; }
span { border-color: rgb(160,192,181); }
td.TdClassName
{
border-color: #A0C0B5;
}
.TagClassName
{
border-color: #A0C0B5;
}
</style>