Shades of Spring Rain #A2C994
Tints of Spring Rain #A2C994
RGB
CMYK
RGB Variations
Color information
#A2C994 (or 0xA2C994) is known color: Spring Rain. HEX triplet: A2, C9 and 94. RGB value is (162,201,148). Sum of RGB (Red+Green+Blue) = 162+201+148=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C994 is #5D366B. Grayscale: #B7B7B7. Windows color (decimal): -6108780 or 9750946. OLE color: 9750946.
HSL color Cylindrical-coordinate representation of color #A2C994: hue angle of 104.15º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2C994 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 148 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.21 |
| HSL | 104.15º | 0.33% | 0.68% | - |
| HSV(B) | 104.15º | 0.26% | 0.79% | - |
| XYZ | 41.13 | 51.59 | 35.81 | - |
| YUV | 183.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 148 | 0.19 | 0 | 0.26 | 0.21 | 104.15 | 0.33 | 0.68 |
| Hex | A2 | C9 | 94 | 13 | 0 | 1A | 15 | 68 | 21 | 44 |
| Octal | 242 | 311 | 224 | 23 | 0 | 32 | 25 | 150 | 41 | 104 |
| Binary | 10100010 | 11001001 | 10010100 | 10011 | 0 | 11010 | 10101 | 1101000 | 100001 | 1000100 |
Color Harmonies of #A2C994
Complementary color
Monochromatic Colors of #A2C994
Black with #A2C994
Text Example
Text Example
White with #A2C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C994; }
p { color: rgb(162,201,148); }
H1.HeaderClassName
{
color: #A2C994;
}
.AnyTagClassName
{
color: #A2C994;
}
</style>
background-color css
<style>
a { background-color: #A2C994; }
a { background-color: rgb(162,201,148); }
div.DivClassName
{
background-color: #A2C994;
}
.BgClassName
{
background-color: #A2C994;
}
</style>
border-color css
<style>
span { border-color: #A2C994; }
span { border-color: rgb(162,201,148); }
td.TdClassName
{
border-color: #A2C994;
}
.TagClassName
{
border-color: #A2C994;
}
</style>