Shades of Spring Rain #A2C99C
Tints of Spring Rain #A2C99C
RGB
CMYK
RGB Variations
Color information
#A2C99C (or 0xA2C99C) is known color: Spring Rain. HEX triplet: A2, C9 and 9C. RGB value is (162,201,156). Sum of RGB (Red+Green+Blue) = 162+201+156=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C99C is #5D3663. Grayscale: #B8B8B8. Windows color (decimal): -6108772 or 10275234. OLE color: 10275234.
HSL color Cylindrical-coordinate representation of color #A2C99C: hue angle of 112º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C99C is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 156 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.21 |
| HSL | 112º | 0.29% | 0.7% | - |
| HSV(B) | 112º | 0.22% | 0.79% | - |
| XYZ | 41.79 | 51.85 | 39.26 | - |
| YUV | 184.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 156 | 0.19 | 0 | 0.22 | 0.21 | 112 | 0.29 | 0.7 |
| Hex | A2 | C9 | 9C | 13 | 0 | 16 | 15 | 70 | 1D | 46 |
| Octal | 242 | 311 | 234 | 23 | 0 | 26 | 25 | 160 | 35 | 106 |
| Binary | 10100010 | 11001001 | 10011100 | 10011 | 0 | 10110 | 10101 | 1110000 | 11101 | 1000110 |
Color Harmonies of #A2C99C
Complementary color
Monochromatic Colors of #A2C99C
Black with #A2C99C
Text Example
Text Example
White with #A2C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C99C; }
p { color: rgb(162,201,156); }
H1.HeaderClassName
{
color: #A2C99C;
}
.AnyTagClassName
{
color: #A2C99C;
}
</style>
background-color css
<style>
a { background-color: #A2C99C; }
a { background-color: rgb(162,201,156); }
div.DivClassName
{
background-color: #A2C99C;
}
.BgClassName
{
background-color: #A2C99C;
}
</style>
border-color css
<style>
span { border-color: #A2C99C; }
span { border-color: rgb(162,201,156); }
td.TdClassName
{
border-color: #A2C99C;
}
.TagClassName
{
border-color: #A2C99C;
}
</style>