Shades of Shadow Green #A2C3B5
Tints of Shadow Green #A2C3B5
RGB
CMYK
RGB Variations
Color information
#A2C3B5 (or 0xA2C3B5) is known color: Shadow Green. HEX triplet: A2, C3 and B5. RGB value is (162,195,181). Sum of RGB (Red+Green+Blue) = 162+195+181=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C3B5 is #5D3C4A. Grayscale: #B7B7B7. Windows color (decimal): -6110283 or 11912098. OLE color: 11912098.
HSL color Cylindrical-coordinate representation of color #A2C3B5: hue angle of 154.55º 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 #A2C3B5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 181 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.24 |
| HSL | 154.55º | 0.22% | 0.7% | - |
| HSV(B) | 154.55º | 0.17% | 0.76% | - |
| XYZ | 42.76 | 50.05 | 51.12 | - |
| YUV | 183.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 181 | 0.17 | 0 | 0.07 | 0.24 | 154.55 | 0.22 | 0.7 |
| Hex | A2 | C3 | B5 | 11 | 0 | 7 | 18 | 9B | 16 | 46 |
| Octal | 242 | 303 | 265 | 21 | 0 | 7 | 30 | 233 | 26 | 106 |
| Binary | 10100010 | 11000011 | 10110101 | 10001 | 0 | 111 | 11000 | 10011011 | 10110 | 1000110 |
Color Harmonies of #A2C3B5
Complementary color
Monochromatic Colors of #A2C3B5
Black with #A2C3B5
Text Example
Text Example
White with #A2C3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C3B5; }
p { color: rgb(162,195,181); }
H1.HeaderClassName
{
color: #A2C3B5;
}
.AnyTagClassName
{
color: #A2C3B5;
}
</style>
background-color css
<style>
a { background-color: #A2C3B5; }
a { background-color: rgb(162,195,181); }
div.DivClassName
{
background-color: #A2C3B5;
}
.BgClassName
{
background-color: #A2C3B5;
}
</style>
border-color css
<style>
span { border-color: #A2C3B5; }
span { border-color: rgb(162,195,181); }
td.TdClassName
{
border-color: #A2C3B5;
}
.TagClassName
{
border-color: #A2C3B5;
}
</style>