Shades of Spring Rain #A2C09B
Tints of Spring Rain #A2C09B
RGB
CMYK
RGB Variations
Color information
#A2C09B (or 0xA2C09B) is known color: Spring Rain. HEX triplet: A2, C0 and 9B. RGB value is (162,192,155). Sum of RGB (Red+Green+Blue) = 162+192+155=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C09B is #5D3F64. Grayscale: #B2B2B2. Windows color (decimal): -6111077 or 10207394. OLE color: 10207394.
HSL color Cylindrical-coordinate representation of color #A2C09B: hue angle of 108.65º degrees, saturation: 0.23, 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 #A2C09B is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 155 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.25 |
| HSL | 108.65º | 0.23% | 0.68% | - |
| HSV(B) | 108.65º | 0.19% | 0.75% | - |
| XYZ | 39.67 | 47.75 | 38.14 | - |
| YUV | 178.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 155 | 0.16 | 0 | 0.19 | 0.25 | 108.65 | 0.23 | 0.68 |
| Hex | A2 | C0 | 9B | 10 | 0 | 13 | 19 | 6D | 17 | 44 |
| Octal | 242 | 300 | 233 | 20 | 0 | 23 | 31 | 155 | 27 | 104 |
| Binary | 10100010 | 11000000 | 10011011 | 10000 | 0 | 10011 | 11001 | 1101101 | 10111 | 1000100 |
Color Harmonies of #A2C09B
Complementary color
Monochromatic Colors of #A2C09B
Black with #A2C09B
Text Example
Text Example
White with #A2C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C09B; }
p { color: rgb(162,192,155); }
H1.HeaderClassName
{
color: #A2C09B;
}
.AnyTagClassName
{
color: #A2C09B;
}
</style>
background-color css
<style>
a { background-color: #A2C09B; }
a { background-color: rgb(162,192,155); }
div.DivClassName
{
background-color: #A2C09B;
}
.BgClassName
{
background-color: #A2C09B;
}
</style>
border-color css
<style>
span { border-color: #A2C09B; }
span { border-color: rgb(162,192,155); }
td.TdClassName
{
border-color: #A2C09B;
}
.TagClassName
{
border-color: #A2C09B;
}
</style>