Shades of Spring Rain #A2C094
Tints of Spring Rain #A2C094
RGB
CMYK
RGB Variations
Color information
#A2C094 (or 0xA2C094) is known color: Spring Rain. HEX triplet: A2, C0 and 94. RGB value is (162,192,148). Sum of RGB (Red+Green+Blue) = 162+192+148=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C094 is #5D3F6B. Grayscale: #B2B2B2. Windows color (decimal): -6111084 or 9748642. OLE color: 9748642.
HSL color Cylindrical-coordinate representation of color #A2C094: hue angle of 100.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2C094 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 148 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.25 |
| HSL | 100.91º | 0.26% | 0.67% | - |
| HSV(B) | 100.91º | 0.23% | 0.75% | - |
| XYZ | 39.1 | 47.52 | 35.13 | - |
| YUV | 178.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 148 | 0.16 | 0 | 0.23 | 0.25 | 100.91 | 0.26 | 0.67 |
| Hex | A2 | C0 | 94 | 10 | 0 | 17 | 19 | 65 | 1A | 43 |
| Octal | 242 | 300 | 224 | 20 | 0 | 27 | 31 | 145 | 32 | 103 |
| Binary | 10100010 | 11000000 | 10010100 | 10000 | 0 | 10111 | 11001 | 1100101 | 11010 | 1000011 |
Color Harmonies of #A2C094
Complementary color
Monochromatic Colors of #A2C094
Black with #A2C094
Text Example
Text Example
White with #A2C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C094; }
p { color: rgb(162,192,148); }
H1.HeaderClassName
{
color: #A2C094;
}
.AnyTagClassName
{
color: #A2C094;
}
</style>
background-color css
<style>
a { background-color: #A2C094; }
a { background-color: rgb(162,192,148); }
div.DivClassName
{
background-color: #A2C094;
}
.BgClassName
{
background-color: #A2C094;
}
</style>
border-color css
<style>
span { border-color: #A2C094; }
span { border-color: rgb(162,192,148); }
td.TdClassName
{
border-color: #A2C094;
}
.TagClassName
{
border-color: #A2C094;
}
</style>