Shades of Spring Rain #A3C195
Tints of Spring Rain #A3C195
RGB
CMYK
RGB Variations
Color information
#A3C195 (or 0xA3C195) is known color: Spring Rain. HEX triplet: A3, C1 and 95. RGB value is (163,193,149). Sum of RGB (Red+Green+Blue) = 163+193+149=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C195 is #5C3E6A. Grayscale: #B3B3B3. Windows color (decimal): -6045291 or 9814435. OLE color: 9814435.
HSL color Cylindrical-coordinate representation of color #A3C195: hue angle of 100.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3C195 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 149 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.24 |
| HSL | 100.91º | 0.26% | 0.67% | - |
| HSV(B) | 100.91º | 0.23% | 0.76% | - |
| XYZ | 39.6 | 48.1 | 35.63 | - |
| YUV | 179.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 149 | 0.16 | 0 | 0.23 | 0.24 | 100.91 | 0.26 | 0.67 |
| Hex | A3 | C1 | 95 | 10 | 0 | 17 | 18 | 65 | 1A | 43 |
| Octal | 243 | 301 | 225 | 20 | 0 | 27 | 30 | 145 | 32 | 103 |
| Binary | 10100011 | 11000001 | 10010101 | 10000 | 0 | 10111 | 11000 | 1100101 | 11010 | 1000011 |
Color Harmonies of #A3C195
Complementary color
Monochromatic Colors of #A3C195
Black with #A3C195
Text Example
Text Example
White with #A3C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C195; }
p { color: rgb(163,193,149); }
H1.HeaderClassName
{
color: #A3C195;
}
.AnyTagClassName
{
color: #A3C195;
}
</style>
background-color css
<style>
a { background-color: #A3C195; }
a { background-color: rgb(163,193,149); }
div.DivClassName
{
background-color: #A3C195;
}
.BgClassName
{
background-color: #A3C195;
}
</style>
border-color css
<style>
span { border-color: #A3C195; }
span { border-color: rgb(163,193,149); }
td.TdClassName
{
border-color: #A3C195;
}
.TagClassName
{
border-color: #A3C195;
}
</style>