Shades of Spring Rain #A1C498
Tints of Spring Rain #A1C498
RGB
CMYK
RGB Variations
Color information
#A1C498 (or 0xA1C498) is known color: Spring Rain. HEX triplet: A1, C4 and 98. RGB value is (161,196,152). Sum of RGB (Red+Green+Blue) = 161+196+152=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C498 is #5E3B67. Grayscale: #B4B4B4. Windows color (decimal): -6175592 or 10011809. OLE color: 10011809.
HSL color Cylindrical-coordinate representation of color #A1C498: hue angle of 107.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1C498 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 152 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.23 |
| HSL | 107.73º | 0.27% | 0.68% | - |
| HSV(B) | 107.73º | 0.22% | 0.77% | - |
| XYZ | 40.11 | 49.32 | 37.11 | - |
| YUV | 180.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 152 | 0.18 | 0 | 0.22 | 0.23 | 107.73 | 0.27 | 0.68 |
| Hex | A1 | C4 | 98 | 12 | 0 | 16 | 17 | 6C | 1B | 44 |
| Octal | 241 | 304 | 230 | 22 | 0 | 26 | 27 | 154 | 33 | 104 |
| Binary | 10100001 | 11000100 | 10011000 | 10010 | 0 | 10110 | 10111 | 1101100 | 11011 | 1000100 |
Color Harmonies of #A1C498
Complementary color
Monochromatic Colors of #A1C498
Black with #A1C498
Text Example
Text Example
White with #A1C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C498; }
p { color: rgb(161,196,152); }
H1.HeaderClassName
{
color: #A1C498;
}
.AnyTagClassName
{
color: #A1C498;
}
</style>
background-color css
<style>
a { background-color: #A1C498; }
a { background-color: rgb(161,196,152); }
div.DivClassName
{
background-color: #A1C498;
}
.BgClassName
{
background-color: #A1C498;
}
</style>
border-color css
<style>
span { border-color: #A1C498; }
span { border-color: rgb(161,196,152); }
td.TdClassName
{
border-color: #A1C498;
}
.TagClassName
{
border-color: #A1C498;
}
</style>