Shades of Shadow Green #A1C2B5
Tints of Shadow Green #A1C2B5
RGB
CMYK
RGB Variations
Color information
#A1C2B5 (or 0xA1C2B5) is known color: Shadow Green. HEX triplet: A1, C2 and B5. RGB value is (161,194,181). Sum of RGB (Red+Green+Blue) = 161+194+181=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2B5 is #5E3D4A. Grayscale: #B6B6B6. Windows color (decimal): -6176075 or 11911841. OLE color: 11911841.
HSL color Cylindrical-coordinate representation of color #A1C2B5: hue angle of 156.36º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2B5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 181 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.24 |
| HSL | 156.36º | 0.21% | 0.7% | - |
| HSV(B) | 156.36º | 0.17% | 0.76% | - |
| XYZ | 42.33 | 49.5 | 51.04 | - |
| YUV | 182.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 181 | 0.17 | 0 | 0.07 | 0.24 | 156.36 | 0.21 | 0.7 |
| Hex | A1 | C2 | B5 | 11 | 0 | 7 | 18 | 9C | 15 | 46 |
| Octal | 241 | 302 | 265 | 21 | 0 | 7 | 30 | 234 | 25 | 106 |
| Binary | 10100001 | 11000010 | 10110101 | 10001 | 0 | 111 | 11000 | 10011100 | 10101 | 1000110 |
Color Harmonies of #A1C2B5
Complementary color
Monochromatic Colors of #A1C2B5
Black with #A1C2B5
Text Example
Text Example
White with #A1C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2B5; }
p { color: rgb(161,194,181); }
H1.HeaderClassName
{
color: #A1C2B5;
}
.AnyTagClassName
{
color: #A1C2B5;
}
</style>
background-color css
<style>
a { background-color: #A1C2B5; }
a { background-color: rgb(161,194,181); }
div.DivClassName
{
background-color: #A1C2B5;
}
.BgClassName
{
background-color: #A1C2B5;
}
</style>
border-color css
<style>
span { border-color: #A1C2B5; }
span { border-color: rgb(161,194,181); }
td.TdClassName
{
border-color: #A1C2B5;
}
.TagClassName
{
border-color: #A1C2B5;
}
</style>