Shades of Spring Rain #A2CC9D
Tints of Spring Rain #A2CC9D
RGB
CMYK
RGB Variations
Color information
#A2CC9D (or 0xA2CC9D) is known color: Spring Rain. HEX triplet: A2, CC and 9D. RGB value is (162,204,157). Sum of RGB (Red+Green+Blue) = 162+204+157=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC9D is #5D3362. Grayscale: #BABABA. Windows color (decimal): -6108003 or 10341538. OLE color: 10341538.
HSL color Cylindrical-coordinate representation of color #A2CC9D: hue angle of 113.62º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CC9D is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 157 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.2 |
| HSL | 113.62º | 0.32% | 0.71% | - |
| HSV(B) | 113.62º | 0.23% | 0.8% | - |
| XYZ | 42.58 | 53.3 | 39.94 | - |
| YUV | 186.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 157 | 0.21 | 0 | 0.23 | 0.2 | 113.62 | 0.32 | 0.71 |
| Hex | A2 | CC | 9D | 15 | 0 | 17 | 14 | 72 | 20 | 47 |
| Octal | 242 | 314 | 235 | 25 | 0 | 27 | 24 | 162 | 40 | 107 |
| Binary | 10100010 | 11001100 | 10011101 | 10101 | 0 | 10111 | 10100 | 1110010 | 100000 | 1000111 |
Color Harmonies of #A2CC9D
Complementary color
Monochromatic Colors of #A2CC9D
Black with #A2CC9D
Text Example
Text Example
White with #A2CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC9D; }
p { color: rgb(162,204,157); }
H1.HeaderClassName
{
color: #A2CC9D;
}
.AnyTagClassName
{
color: #A2CC9D;
}
</style>
background-color css
<style>
a { background-color: #A2CC9D; }
a { background-color: rgb(162,204,157); }
div.DivClassName
{
background-color: #A2CC9D;
}
.BgClassName
{
background-color: #A2CC9D;
}
</style>
border-color css
<style>
span { border-color: #A2CC9D; }
span { border-color: rgb(162,204,157); }
td.TdClassName
{
border-color: #A2CC9D;
}
.TagClassName
{
border-color: #A2CC9D;
}
</style>