Shades of Spring Rain #A2C395
Tints of Spring Rain #A2C395
RGB
CMYK
RGB Variations
Color information
#A2C395 (or 0xA2C395) is known color: Spring Rain. HEX triplet: A2, C3 and 95. RGB value is (162,195,149). Sum of RGB (Red+Green+Blue) = 162+195+149=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C395 is #5D3C6A. Grayscale: #B4B4B4. Windows color (decimal): -6110315 or 9814946. OLE color: 9814946.
HSL color Cylindrical-coordinate representation of color #A2C395: hue angle of 103.04º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C395 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 149 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.24 |
| HSL | 103.04º | 0.28% | 0.67% | - |
| HSV(B) | 103.04º | 0.24% | 0.76% | - |
| XYZ | 39.84 | 48.88 | 35.77 | - |
| YUV | 179.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 149 | 0.17 | 0 | 0.24 | 0.24 | 103.04 | 0.28 | 0.67 |
| Hex | A2 | C3 | 95 | 11 | 0 | 18 | 18 | 67 | 1C | 43 |
| Octal | 242 | 303 | 225 | 21 | 0 | 30 | 30 | 147 | 34 | 103 |
| Binary | 10100010 | 11000011 | 10010101 | 10001 | 0 | 11000 | 11000 | 1100111 | 11100 | 1000011 |
Color Harmonies of #A2C395
Complementary color
Monochromatic Colors of #A2C395
Black with #A2C395
Text Example
Text Example
White with #A2C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C395; }
p { color: rgb(162,195,149); }
H1.HeaderClassName
{
color: #A2C395;
}
.AnyTagClassName
{
color: #A2C395;
}
</style>
background-color css
<style>
a { background-color: #A2C395; }
a { background-color: rgb(162,195,149); }
div.DivClassName
{
background-color: #A2C395;
}
.BgClassName
{
background-color: #A2C395;
}
</style>
border-color css
<style>
span { border-color: #A2C395; }
span { border-color: rgb(162,195,149); }
td.TdClassName
{
border-color: #A2C395;
}
.TagClassName
{
border-color: #A2C395;
}
</style>