Shades of Shadow Green #A1C0B6
Tints of Shadow Green #A1C0B6
RGB
CMYK
RGB Variations
Color information
#A1C0B6 (or 0xA1C0B6) is known color: Shadow Green. HEX triplet: A1, C0 and B6. RGB value is (161,192,182). Sum of RGB (Red+Green+Blue) = 161+192+182=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0B6 is #5E3F49. Grayscale: #B5B5B5. Windows color (decimal): -6176586 or 11976865. OLE color: 11976865.
HSL color Cylindrical-coordinate representation of color #A1C0B6: hue angle of 160.65º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1C0B6 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 182 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.25 |
| HSL | 160.65º | 0.2% | 0.69% | - |
| HSV(B) | 160.65º | 0.16% | 0.75% | - |
| XYZ | 41.99 | 48.65 | 51.43 | - |
| YUV | 181.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 182 | 0.16 | 0 | 0.05 | 0.25 | 160.65 | 0.2 | 0.69 |
| Hex | A1 | C0 | B6 | 10 | 0 | 5 | 19 | A1 | 14 | 45 |
| Octal | 241 | 300 | 266 | 20 | 0 | 5 | 31 | 241 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10110110 | 10000 | 0 | 101 | 11001 | 10100001 | 10100 | 1000101 |
Color Harmonies of #A1C0B6
Complementary color
Monochromatic Colors of #A1C0B6
Black with #A1C0B6
Text Example
Text Example
White with #A1C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0B6; }
p { color: rgb(161,192,182); }
H1.HeaderClassName
{
color: #A1C0B6;
}
.AnyTagClassName
{
color: #A1C0B6;
}
</style>
background-color css
<style>
a { background-color: #A1C0B6; }
a { background-color: rgb(161,192,182); }
div.DivClassName
{
background-color: #A1C0B6;
}
.BgClassName
{
background-color: #A1C0B6;
}
</style>
border-color css
<style>
span { border-color: #A1C0B6; }
span { border-color: rgb(161,192,182); }
td.TdClassName
{
border-color: #A1C0B6;
}
.TagClassName
{
border-color: #A1C0B6;
}
</style>