Shades of Spring Rain #A2C198
Tints of Spring Rain #A2C198
RGB
CMYK
RGB Variations
Color information
#A2C198 (or 0xA2C198) is known color: Spring Rain. HEX triplet: A2, C1 and 98. RGB value is (162,193,152). Sum of RGB (Red+Green+Blue) = 162+193+152=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C198 is #5D3E67. Grayscale: #B3B3B3. Windows color (decimal): -6110824 or 10011042. OLE color: 10011042.
HSL color Cylindrical-coordinate representation of color #A2C198: hue angle of 105.37º degrees, saturation: 0.25, 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 #A2C198 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 152 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.24 |
| HSL | 105.37º | 0.25% | 0.68% | - |
| HSV(B) | 105.37º | 0.21% | 0.76% | - |
| XYZ | 39.64 | 48.09 | 36.9 | - |
| YUV | 179.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 152 | 0.16 | 0 | 0.21 | 0.24 | 105.37 | 0.25 | 0.68 |
| Hex | A2 | C1 | 98 | 10 | 0 | 15 | 18 | 69 | 19 | 44 |
| Octal | 242 | 301 | 230 | 20 | 0 | 25 | 30 | 151 | 31 | 104 |
| Binary | 10100010 | 11000001 | 10011000 | 10000 | 0 | 10101 | 11000 | 1101001 | 11001 | 1000100 |
Color Harmonies of #A2C198
Complementary color
Monochromatic Colors of #A2C198
Black with #A2C198
Text Example
Text Example
White with #A2C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C198; }
p { color: rgb(162,193,152); }
H1.HeaderClassName
{
color: #A2C198;
}
.AnyTagClassName
{
color: #A2C198;
}
</style>
background-color css
<style>
a { background-color: #A2C198; }
a { background-color: rgb(162,193,152); }
div.DivClassName
{
background-color: #A2C198;
}
.BgClassName
{
background-color: #A2C198;
}
</style>
border-color css
<style>
span { border-color: #A2C198; }
span { border-color: rgb(162,193,152); }
td.TdClassName
{
border-color: #A2C198;
}
.TagClassName
{
border-color: #A2C198;
}
</style>