Shades of Spring Rain #A1C490
Tints of Spring Rain #A1C490
RGB
CMYK
RGB Variations
Color information
#A1C490 (or 0xA1C490) is known color: Spring Rain. HEX triplet: A1, C4 and 90. RGB value is (161,196,144). Sum of RGB (Red+Green+Blue) = 161+196+144=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C490 is #5E3B6F. Grayscale: #B3B3B3. Windows color (decimal): -6175600 or 9487521. OLE color: 9487521.
HSL color Cylindrical-coordinate representation of color #A1C490: hue angle of 100.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C490 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 144 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.23 |
| HSL | 100.38º | 0.31% | 0.67% | - |
| HSV(B) | 100.38º | 0.27% | 0.77% | - |
| XYZ | 39.47 | 49.07 | 33.78 | - |
| YUV | 179.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 144 | 0.18 | 0 | 0.27 | 0.23 | 100.38 | 0.31 | 0.67 |
| Hex | A1 | C4 | 90 | 12 | 0 | 1B | 17 | 64 | 1F | 43 |
| Octal | 241 | 304 | 220 | 22 | 0 | 33 | 27 | 144 | 37 | 103 |
| Binary | 10100001 | 11000100 | 10010000 | 10010 | 0 | 11011 | 10111 | 1100100 | 11111 | 1000011 |
Color Harmonies of #A1C490
Complementary color
Monochromatic Colors of #A1C490
Black with #A1C490
Text Example
Text Example
White with #A1C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C490; }
p { color: rgb(161,196,144); }
H1.HeaderClassName
{
color: #A1C490;
}
.AnyTagClassName
{
color: #A1C490;
}
</style>
background-color css
<style>
a { background-color: #A1C490; }
a { background-color: rgb(161,196,144); }
div.DivClassName
{
background-color: #A1C490;
}
.BgClassName
{
background-color: #A1C490;
}
</style>
border-color css
<style>
span { border-color: #A1C490; }
span { border-color: rgb(161,196,144); }
td.TdClassName
{
border-color: #A1C490;
}
.TagClassName
{
border-color: #A1C490;
}
</style>