Shades of Spring Rain #A2C199
Tints of Spring Rain #A2C199
RGB
CMYK
RGB Variations
Color information
#A2C199 (or 0xA2C199) is known color: Spring Rain. HEX triplet: A2, C1 and 99. RGB value is (162,193,153). Sum of RGB (Red+Green+Blue) = 162+193+153=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C199 is #5D3E66. Grayscale: #B3B3B3. Windows color (decimal): -6110823 or 10076578. OLE color: 10076578.
HSL color Cylindrical-coordinate representation of color #A2C199: hue angle of 106.5º 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 #A2C199 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 153 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.24 |
| HSL | 106.5º | 0.24% | 0.68% | - |
| HSV(B) | 106.5º | 0.21% | 0.76% | - |
| XYZ | 39.72 | 48.12 | 37.33 | - |
| YUV | 179.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 153 | 0.16 | 0 | 0.21 | 0.24 | 106.5 | 0.24 | 0.68 |
| Hex | A2 | C1 | 99 | 10 | 0 | 15 | 18 | 6A | 18 | 44 |
| Octal | 242 | 301 | 231 | 20 | 0 | 25 | 30 | 152 | 30 | 104 |
| Binary | 10100010 | 11000001 | 10011001 | 10000 | 0 | 10101 | 11000 | 1101010 | 11000 | 1000100 |
Color Harmonies of #A2C199
Complementary color
Monochromatic Colors of #A2C199
Black with #A2C199
Text Example
Text Example
White with #A2C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C199; }
p { color: rgb(162,193,153); }
H1.HeaderClassName
{
color: #A2C199;
}
.AnyTagClassName
{
color: #A2C199;
}
</style>
background-color css
<style>
a { background-color: #A2C199; }
a { background-color: rgb(162,193,153); }
div.DivClassName
{
background-color: #A2C199;
}
.BgClassName
{
background-color: #A2C199;
}
</style>
border-color css
<style>
span { border-color: #A2C199; }
span { border-color: rgb(162,193,153); }
td.TdClassName
{
border-color: #A2C199;
}
.TagClassName
{
border-color: #A2C199;
}
</style>