Shades of Spring Rain #A2C493
Tints of Spring Rain #A2C493
RGB
CMYK
RGB Variations
Color information
#A2C493 (or 0xA2C493) is known color: Spring Rain. HEX triplet: A2, C4 and 93. RGB value is (162,196,147). Sum of RGB (Red+Green+Blue) = 162+196+147=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C493 is #5D3B6C. Grayscale: #B4B4B4. Windows color (decimal): -6110061 or 9684130. OLE color: 9684130.
HSL color Cylindrical-coordinate representation of color #A2C493: hue angle of 101.63º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2C493 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 147 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.23 |
| HSL | 101.63º | 0.29% | 0.67% | - |
| HSV(B) | 101.63º | 0.25% | 0.77% | - |
| XYZ | 39.91 | 49.27 | 35.01 | - |
| YUV | 180.25 | 109.24 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 147 | 0.17 | 0 | 0.25 | 0.23 | 101.63 | 0.29 | 0.67 |
| Hex | A2 | C4 | 93 | 11 | 0 | 19 | 17 | 66 | 1D | 43 |
| Octal | 242 | 304 | 223 | 21 | 0 | 31 | 27 | 146 | 35 | 103 |
| Binary | 10100010 | 11000100 | 10010011 | 10001 | 0 | 11001 | 10111 | 1100110 | 11101 | 1000011 |
Color Harmonies of #A2C493
Complementary color
Monochromatic Colors of #A2C493
Black with #A2C493
Text Example
Text Example
White with #A2C493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C493; }
p { color: rgb(162,196,147); }
H1.HeaderClassName
{
color: #A2C493;
}
.AnyTagClassName
{
color: #A2C493;
}
</style>
background-color css
<style>
a { background-color: #A2C493; }
a { background-color: rgb(162,196,147); }
div.DivClassName
{
background-color: #A2C493;
}
.BgClassName
{
background-color: #A2C493;
}
</style>
border-color css
<style>
span { border-color: #A2C493; }
span { border-color: rgb(162,196,147); }
td.TdClassName
{
border-color: #A2C493;
}
.TagClassName
{
border-color: #A2C493;
}
</style>