Shades of Spring Rain #A2CE9E
Tints of Spring Rain #A2CE9E
RGB
CMYK
RGB Variations
Color information
#A2CE9E (or 0xA2CE9E) is known color: Spring Rain. HEX triplet: A2, CE and 9E. RGB value is (162,206,158). Sum of RGB (Red+Green+Blue) = 162+206+158=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE9E is #5D3161. Grayscale: #BBBBBB. Windows color (decimal): -6107490 or 10407586. OLE color: 10407586.
HSL color Cylindrical-coordinate representation of color #A2CE9E: hue angle of 115º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CE9E is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 158 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.19 |
| HSL | 115º | 0.33% | 0.71% | - |
| HSV(B) | 115º | 0.23% | 0.81% | - |
| XYZ | 43.14 | 54.29 | 40.55 | - |
| YUV | 187.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 158 | 0.21 | 0 | 0.23 | 0.19 | 115 | 0.33 | 0.71 |
| Hex | A2 | CE | 9E | 15 | 0 | 17 | 13 | 73 | 21 | 47 |
| Octal | 242 | 316 | 236 | 25 | 0 | 27 | 23 | 163 | 41 | 107 |
| Binary | 10100010 | 11001110 | 10011110 | 10101 | 0 | 10111 | 10011 | 1110011 | 100001 | 1000111 |
Color Harmonies of #A2CE9E
Complementary color
Monochromatic Colors of #A2CE9E
Black with #A2CE9E
Text Example
Text Example
White with #A2CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE9E; }
p { color: rgb(162,206,158); }
H1.HeaderClassName
{
color: #A2CE9E;
}
.AnyTagClassName
{
color: #A2CE9E;
}
</style>
background-color css
<style>
a { background-color: #A2CE9E; }
a { background-color: rgb(162,206,158); }
div.DivClassName
{
background-color: #A2CE9E;
}
.BgClassName
{
background-color: #A2CE9E;
}
</style>
border-color css
<style>
span { border-color: #A2CE9E; }
span { border-color: rgb(162,206,158); }
td.TdClassName
{
border-color: #A2CE9E;
}
.TagClassName
{
border-color: #A2CE9E;
}
</style>