Shades of Spring Rain #A2C99A
Tints of Spring Rain #A2C99A
RGB
CMYK
RGB Variations
Color information
#A2C99A (or 0xA2C99A) is known color: Spring Rain. HEX triplet: A2, C9 and 9A. RGB value is (162,201,154). Sum of RGB (Red+Green+Blue) = 162+201+154=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C99A is #5D3665. Grayscale: #B8B8B8. Windows color (decimal): -6108774 or 10144162. OLE color: 10144162.
HSL color Cylindrical-coordinate representation of color #A2C99A: hue angle of 109.79º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C99A is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 154 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.21 |
| HSL | 109.79º | 0.3% | 0.7% | - |
| HSV(B) | 109.79º | 0.23% | 0.79% | - |
| XYZ | 41.62 | 51.79 | 38.37 | - |
| YUV | 183.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 154 | 0.19 | 0 | 0.23 | 0.21 | 109.79 | 0.3 | 0.7 |
| Hex | A2 | C9 | 9A | 13 | 0 | 17 | 15 | 6E | 1E | 46 |
| Octal | 242 | 311 | 232 | 23 | 0 | 27 | 25 | 156 | 36 | 106 |
| Binary | 10100010 | 11001001 | 10011010 | 10011 | 0 | 10111 | 10101 | 1101110 | 11110 | 1000110 |
Color Harmonies of #A2C99A
Complementary color
Monochromatic Colors of #A2C99A
Black with #A2C99A
Text Example
Text Example
White with #A2C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C99A; }
p { color: rgb(162,201,154); }
H1.HeaderClassName
{
color: #A2C99A;
}
.AnyTagClassName
{
color: #A2C99A;
}
</style>
background-color css
<style>
a { background-color: #A2C99A; }
a { background-color: rgb(162,201,154); }
div.DivClassName
{
background-color: #A2C99A;
}
.BgClassName
{
background-color: #A2C99A;
}
</style>
border-color css
<style>
span { border-color: #A2C99A; }
span { border-color: rgb(162,201,154); }
td.TdClassName
{
border-color: #A2C99A;
}
.TagClassName
{
border-color: #A2C99A;
}
</style>