Shades of Spring Rain #A2CE99
Tints of Spring Rain #A2CE99
RGB
CMYK
RGB Variations
Color information
#A2CE99 (or 0xA2CE99) is known color: Spring Rain. HEX triplet: A2, CE and 99. RGB value is (162,206,153). Sum of RGB (Red+Green+Blue) = 162+206+153=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE99 is #5D3166. Grayscale: #BABABA. Windows color (decimal): -6107495 or 10079906. OLE color: 10079906.
HSL color Cylindrical-coordinate representation of color #A2CE99: hue angle of 109.81º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CE99 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 153 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.19 |
| HSL | 109.81º | 0.35% | 0.7% | - |
| HSV(B) | 109.81º | 0.26% | 0.81% | - |
| XYZ | 42.72 | 54.12 | 38.33 | - |
| YUV | 186.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 153 | 0.21 | 0 | 0.26 | 0.19 | 109.81 | 0.35 | 0.7 |
| Hex | A2 | CE | 99 | 15 | 0 | 1A | 13 | 6E | 23 | 46 |
| Octal | 242 | 316 | 231 | 25 | 0 | 32 | 23 | 156 | 43 | 106 |
| Binary | 10100010 | 11001110 | 10011001 | 10101 | 0 | 11010 | 10011 | 1101110 | 100011 | 1000110 |
Color Harmonies of #A2CE99
Complementary color
Monochromatic Colors of #A2CE99
Black with #A2CE99
Text Example
Text Example
White with #A2CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE99; }
p { color: rgb(162,206,153); }
H1.HeaderClassName
{
color: #A2CE99;
}
.AnyTagClassName
{
color: #A2CE99;
}
</style>
background-color css
<style>
a { background-color: #A2CE99; }
a { background-color: rgb(162,206,153); }
div.DivClassName
{
background-color: #A2CE99;
}
.BgClassName
{
background-color: #A2CE99;
}
</style>
border-color css
<style>
span { border-color: #A2CE99; }
span { border-color: rgb(162,206,153); }
td.TdClassName
{
border-color: #A2CE99;
}
.TagClassName
{
border-color: #A2CE99;
}
</style>