Shades of Shadow Green #A1C3B4
Tints of Shadow Green #A1C3B4
RGB
CMYK
RGB Variations
Color information
#A1C3B4 (or 0xA1C3B4) is known color: Shadow Green. HEX triplet: A1, C3 and B4. RGB value is (161,195,180). Sum of RGB (Red+Green+Blue) = 161+195+180=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3B4 is #5E3C4B. Grayscale: #B7B7B7. Windows color (decimal): -6175820 or 11846561. OLE color: 11846561.
HSL color Cylindrical-coordinate representation of color #A1C3B4: hue angle of 153.53º degrees, saturation: 0.22, 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 #A1C3B4 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 180 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.24 |
| HSL | 153.53º | 0.22% | 0.7% | - |
| HSV(B) | 153.53º | 0.17% | 0.76% | - |
| XYZ | 42.45 | 49.9 | 50.57 | - |
| YUV | 183.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 180 | 0.17 | 0 | 0.08 | 0.24 | 153.53 | 0.22 | 0.7 |
| Hex | A1 | C3 | B4 | 11 | 0 | 8 | 18 | 9A | 16 | 46 |
| Octal | 241 | 303 | 264 | 21 | 0 | 10 | 30 | 232 | 26 | 106 |
| Binary | 10100001 | 11000011 | 10110100 | 10001 | 0 | 1000 | 11000 | 10011010 | 10110 | 1000110 |
Color Harmonies of #A1C3B4
Complementary color
Monochromatic Colors of #A1C3B4
Black with #A1C3B4
Text Example
Text Example
White with #A1C3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C3B4; }
p { color: rgb(161,195,180); }
H1.HeaderClassName
{
color: #A1C3B4;
}
.AnyTagClassName
{
color: #A1C3B4;
}
</style>
background-color css
<style>
a { background-color: #A1C3B4; }
a { background-color: rgb(161,195,180); }
div.DivClassName
{
background-color: #A1C3B4;
}
.BgClassName
{
background-color: #A1C3B4;
}
</style>
border-color css
<style>
span { border-color: #A1C3B4; }
span { border-color: rgb(161,195,180); }
td.TdClassName
{
border-color: #A1C3B4;
}
.TagClassName
{
border-color: #A1C3B4;
}
</style>