Shades of Shadow Green #A1C1B6
Tints of Shadow Green #A1C1B6
RGB
CMYK
RGB Variations
Color information
#A1C1B6 (or 0xA1C1B6) is known color: Shadow Green. HEX triplet: A1, C1 and B6. RGB value is (161,193,182). Sum of RGB (Red+Green+Blue) = 161+193+182=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1B6 is #5E3E49. Grayscale: #B6B6B6. Windows color (decimal): -6176330 or 11977121. OLE color: 11977121.
HSL color Cylindrical-coordinate representation of color #A1C1B6: hue angle of 159.38º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1B6 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 182 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.24 |
| HSL | 159.38º | 0.21% | 0.69% | - |
| HSV(B) | 159.38º | 0.17% | 0.76% | - |
| XYZ | 42.21 | 49.09 | 51.51 | - |
| YUV | 182.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 182 | 0.17 | 0 | 0.06 | 0.24 | 159.38 | 0.21 | 0.69 |
| Hex | A1 | C1 | B6 | 11 | 0 | 6 | 18 | 9F | 15 | 45 |
| Octal | 241 | 301 | 266 | 21 | 0 | 6 | 30 | 237 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10110110 | 10001 | 0 | 110 | 11000 | 10011111 | 10101 | 1000101 |
Color Harmonies of #A1C1B6
Complementary color
Monochromatic Colors of #A1C1B6
Black with #A1C1B6
Text Example
Text Example
White with #A1C1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1B6; }
p { color: rgb(161,193,182); }
H1.HeaderClassName
{
color: #A1C1B6;
}
.AnyTagClassName
{
color: #A1C1B6;
}
</style>
background-color css
<style>
a { background-color: #A1C1B6; }
a { background-color: rgb(161,193,182); }
div.DivClassName
{
background-color: #A1C1B6;
}
.BgClassName
{
background-color: #A1C1B6;
}
</style>
border-color css
<style>
span { border-color: #A1C1B6; }
span { border-color: rgb(161,193,182); }
td.TdClassName
{
border-color: #A1C1B6;
}
.TagClassName
{
border-color: #A1C1B6;
}
</style>