Shades of Spring Rain #A3C199
Tints of Spring Rain #A3C199
RGB
CMYK
RGB Variations
Color information
#A3C199 (or 0xA3C199) is known color: Spring Rain. HEX triplet: A3, C1 and 99. RGB value is (163,193,153). Sum of RGB (Red+Green+Blue) = 163+193+153=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C199 is #5C3E66. Grayscale: #B3B3B3. Windows color (decimal): -6045287 or 10076579. OLE color: 10076579.
HSL color Cylindrical-coordinate representation of color #A3C199: hue angle of 105º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3C199 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 153 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.24 |
| HSL | 105º | 0.24% | 0.68% | - |
| HSV(B) | 105º | 0.21% | 0.76% | - |
| XYZ | 39.92 | 48.23 | 37.34 | - |
| YUV | 179.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 153 | 0.16 | 0 | 0.21 | 0.24 | 105 | 0.24 | 0.68 |
| Hex | A3 | C1 | 99 | 10 | 0 | 15 | 18 | 69 | 18 | 44 |
| Octal | 243 | 301 | 231 | 20 | 0 | 25 | 30 | 151 | 30 | 104 |
| Binary | 10100011 | 11000001 | 10011001 | 10000 | 0 | 10101 | 11000 | 1101001 | 11000 | 1000100 |
Color Harmonies of #A3C199
Complementary color
Monochromatic Colors of #A3C199
Black with #A3C199
Text Example
Text Example
White with #A3C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C199; }
p { color: rgb(163,193,153); }
H1.HeaderClassName
{
color: #A3C199;
}
.AnyTagClassName
{
color: #A3C199;
}
</style>
background-color css
<style>
a { background-color: #A3C199; }
a { background-color: rgb(163,193,153); }
div.DivClassName
{
background-color: #A3C199;
}
.BgClassName
{
background-color: #A3C199;
}
</style>
border-color css
<style>
span { border-color: #A3C199; }
span { border-color: rgb(163,193,153); }
td.TdClassName
{
border-color: #A3C199;
}
.TagClassName
{
border-color: #A3C199;
}
</style>