Shades of Spring Rain #A3C494
Tints of Spring Rain #A3C494
RGB
CMYK
RGB Variations
Color information
#A3C494 (or 0xA3C494) is known color: Spring Rain. HEX triplet: A3, C4 and 94. RGB value is (163,196,148). Sum of RGB (Red+Green+Blue) = 163+196+148=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C494 is #5C3B6B. Grayscale: #B4B4B4. Windows color (decimal): -6044524 or 9749667. OLE color: 9749667.
HSL color Cylindrical-coordinate representation of color #A3C494: hue angle of 101.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3C494 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 196 | 148 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.23 |
| HSL | 101.25º | 0.29% | 0.67% | - |
| HSV(B) | 101.25º | 0.24% | 0.77% | - |
| XYZ | 40.19 | 49.4 | 35.43 | - |
| YUV | 180.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 196 | 148 | 0.17 | 0 | 0.24 | 0.23 | 101.25 | 0.29 | 0.67 |
| Hex | A3 | C4 | 94 | 11 | 0 | 18 | 17 | 65 | 1D | 43 |
| Octal | 243 | 304 | 224 | 21 | 0 | 30 | 27 | 145 | 35 | 103 |
| Binary | 10100011 | 11000100 | 10010100 | 10001 | 0 | 11000 | 10111 | 1100101 | 11101 | 1000011 |
Color Harmonies of #A3C494
Complementary color
Monochromatic Colors of #A3C494
Black with #A3C494
Text Example
Text Example
White with #A3C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C494; }
p { color: rgb(163,196,148); }
H1.HeaderClassName
{
color: #A3C494;
}
.AnyTagClassName
{
color: #A3C494;
}
</style>
background-color css
<style>
a { background-color: #A3C494; }
a { background-color: rgb(163,196,148); }
div.DivClassName
{
background-color: #A3C494;
}
.BgClassName
{
background-color: #A3C494;
}
</style>
border-color css
<style>
span { border-color: #A3C494; }
span { border-color: rgb(163,196,148); }
td.TdClassName
{
border-color: #A3C494;
}
.TagClassName
{
border-color: #A3C494;
}
</style>