Shades of Spring Rain #A2C192
Tints of Spring Rain #A2C192
RGB
CMYK
RGB Variations
Color information
#A2C192 (or 0xA2C192) is known color: Spring Rain. HEX triplet: A2, C1 and 92. RGB value is (162,193,146). Sum of RGB (Red+Green+Blue) = 162+193+146=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C192 is #5D3E6D. Grayscale: #B2B2B2. Windows color (decimal): -6110830 or 9617826. OLE color: 9617826.
HSL color Cylindrical-coordinate representation of color #A2C192: hue angle of 99.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2C192 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 146 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.24 |
| HSL | 99.57º | 0.27% | 0.66% | - |
| HSV(B) | 99.57º | 0.24% | 0.76% | - |
| XYZ | 39.16 | 47.9 | 34.38 | - |
| YUV | 178.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 146 | 0.16 | 0 | 0.24 | 0.24 | 99.57 | 0.27 | 0.66 |
| Hex | A2 | C1 | 92 | 10 | 0 | 18 | 18 | 64 | 1B | 42 |
| Octal | 242 | 301 | 222 | 20 | 0 | 30 | 30 | 144 | 33 | 102 |
| Binary | 10100010 | 11000001 | 10010010 | 10000 | 0 | 11000 | 11000 | 1100100 | 11011 | 1000010 |
Color Harmonies of #A2C192
Complementary color
Monochromatic Colors of #A2C192
Black with #A2C192
Text Example
Text Example
White with #A2C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C192; }
p { color: rgb(162,193,146); }
H1.HeaderClassName
{
color: #A2C192;
}
.AnyTagClassName
{
color: #A2C192;
}
</style>
background-color css
<style>
a { background-color: #A2C192; }
a { background-color: rgb(162,193,146); }
div.DivClassName
{
background-color: #A2C192;
}
.BgClassName
{
background-color: #A2C192;
}
</style>
border-color css
<style>
span { border-color: #A2C192; }
span { border-color: rgb(162,193,146); }
td.TdClassName
{
border-color: #A2C192;
}
.TagClassName
{
border-color: #A2C192;
}
</style>