Shades of Spring Rain #A2C393
Tints of Spring Rain #A2C393
RGB
CMYK
RGB Variations
Color information
#A2C393 (or 0xA2C393) is known color: Spring Rain. HEX triplet: A2, C3 and 93. RGB value is (162,195,147). Sum of RGB (Red+Green+Blue) = 162+195+147=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C393 is #5D3C6C. Grayscale: #B3B3B3. Windows color (decimal): -6110317 or 9683874. OLE color: 9683874.
HSL color Cylindrical-coordinate representation of color #A2C393: hue angle of 101.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2C393 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 147 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.24 |
| HSL | 101.25º | 0.29% | 0.67% | - |
| HSV(B) | 101.25º | 0.25% | 0.76% | - |
| XYZ | 39.68 | 48.82 | 34.94 | - |
| YUV | 179.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 147 | 0.17 | 0 | 0.25 | 0.24 | 101.25 | 0.29 | 0.67 |
| Hex | A2 | C3 | 93 | 11 | 0 | 19 | 18 | 65 | 1D | 43 |
| Octal | 242 | 303 | 223 | 21 | 0 | 31 | 30 | 145 | 35 | 103 |
| Binary | 10100010 | 11000011 | 10010011 | 10001 | 0 | 11001 | 11000 | 1100101 | 11101 | 1000011 |
Color Harmonies of #A2C393
Complementary color
Monochromatic Colors of #A2C393
Black with #A2C393
Text Example
Text Example
White with #A2C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C393; }
p { color: rgb(162,195,147); }
H1.HeaderClassName
{
color: #A2C393;
}
.AnyTagClassName
{
color: #A2C393;
}
</style>
background-color css
<style>
a { background-color: #A2C393; }
a { background-color: rgb(162,195,147); }
div.DivClassName
{
background-color: #A2C393;
}
.BgClassName
{
background-color: #A2C393;
}
</style>
border-color css
<style>
span { border-color: #A2C393; }
span { border-color: rgb(162,195,147); }
td.TdClassName
{
border-color: #A2C393;
}
.TagClassName
{
border-color: #A2C393;
}
</style>