Shades of Spring Rain #A2C09C
Tints of Spring Rain #A2C09C
RGB
CMYK
RGB Variations
Color information
#A2C09C (or 0xA2C09C) is known color: Spring Rain. HEX triplet: A2, C0 and 9C. RGB value is (162,192,156). Sum of RGB (Red+Green+Blue) = 162+192+156=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C09C is #5D3F63. Grayscale: #B3B3B3. Windows color (decimal): -6111076 or 10272930. OLE color: 10272930.
HSL color Cylindrical-coordinate representation of color #A2C09C: hue angle of 110º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C09C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 156 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.25 |
| HSL | 110º | 0.22% | 0.68% | - |
| HSV(B) | 110º | 0.19% | 0.75% | - |
| XYZ | 39.75 | 47.78 | 38.58 | - |
| YUV | 178.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 156 | 0.16 | 0 | 0.19 | 0.25 | 110 | 0.22 | 0.68 |
| Hex | A2 | C0 | 9C | 10 | 0 | 13 | 19 | 6E | 16 | 44 |
| Octal | 242 | 300 | 234 | 20 | 0 | 23 | 31 | 156 | 26 | 104 |
| Binary | 10100010 | 11000000 | 10011100 | 10000 | 0 | 10011 | 11001 | 1101110 | 10110 | 1000100 |
Color Harmonies of #A2C09C
Complementary color
Monochromatic Colors of #A2C09C
Black with #A2C09C
Text Example
Text Example
White with #A2C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C09C; }
p { color: rgb(162,192,156); }
H1.HeaderClassName
{
color: #A2C09C;
}
.AnyTagClassName
{
color: #A2C09C;
}
</style>
background-color css
<style>
a { background-color: #A2C09C; }
a { background-color: rgb(162,192,156); }
div.DivClassName
{
background-color: #A2C09C;
}
.BgClassName
{
background-color: #A2C09C;
}
</style>
border-color css
<style>
span { border-color: #A2C09C; }
span { border-color: rgb(162,192,156); }
td.TdClassName
{
border-color: #A2C09C;
}
.TagClassName
{
border-color: #A2C09C;
}
</style>