Shades of Spring Rain #A2C999
Tints of Spring Rain #A2C999
RGB
CMYK
RGB Variations
Color information
#A2C999 (or 0xA2C999) is known color: Spring Rain. HEX triplet: A2, C9 and 99. RGB value is (162,201,153). Sum of RGB (Red+Green+Blue) = 162+201+153=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C999 is #5D3666. Grayscale: #B8B8B8. Windows color (decimal): -6108775 or 10078626. OLE color: 10078626.
HSL color Cylindrical-coordinate representation of color #A2C999: hue angle of 108.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C999 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 153 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.21 |
| HSL | 108.75º | 0.31% | 0.69% | - |
| HSV(B) | 108.75º | 0.24% | 0.79% | - |
| XYZ | 41.54 | 51.75 | 37.94 | - |
| YUV | 183.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 153 | 0.19 | 0 | 0.24 | 0.21 | 108.75 | 0.31 | 0.69 |
| Hex | A2 | C9 | 99 | 13 | 0 | 18 | 15 | 6D | 1F | 45 |
| Octal | 242 | 311 | 231 | 23 | 0 | 30 | 25 | 155 | 37 | 105 |
| Binary | 10100010 | 11001001 | 10011001 | 10011 | 0 | 11000 | 10101 | 1101101 | 11111 | 1000101 |
Color Harmonies of #A2C999
Complementary color
Monochromatic Colors of #A2C999
Black with #A2C999
Text Example
Text Example
White with #A2C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C999; }
p { color: rgb(162,201,153); }
H1.HeaderClassName
{
color: #A2C999;
}
.AnyTagClassName
{
color: #A2C999;
}
</style>
background-color css
<style>
a { background-color: #A2C999; }
a { background-color: rgb(162,201,153); }
div.DivClassName
{
background-color: #A2C999;
}
.BgClassName
{
background-color: #A2C999;
}
</style>
border-color css
<style>
span { border-color: #A2C999; }
span { border-color: rgb(162,201,153); }
td.TdClassName
{
border-color: #A2C999;
}
.TagClassName
{
border-color: #A2C999;
}
</style>