Shades of Spring Rain #A1C999
Tints of Spring Rain #A1C999
RGB
CMYK
RGB Variations
Color information
#A1C999 (or 0xA1C999) is known color: Spring Rain. HEX triplet: A1, C9 and 99. RGB value is (161,201,153). Sum of RGB (Red+Green+Blue) = 161+201+153=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C999 is #5E3666. Grayscale: #B7B7B7. Windows color (decimal): -6174311 or 10078625. OLE color: 10078625.
HSL color Cylindrical-coordinate representation of color #A1C999: hue angle of 110º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1C999 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 153 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.21 |
| HSL | 110º | 0.31% | 0.69% | - |
| HSV(B) | 110º | 0.24% | 0.79% | - |
| XYZ | 41.33 | 51.65 | 37.93 | - |
| YUV | 183.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 153 | 0.20 | 0 | 0.24 | 0.21 | 110 | 0.31 | 0.69 |
| Hex | A1 | C9 | 99 | 14 | 0 | 18 | 15 | 6E | 1F | 45 |
| Octal | 241 | 311 | 231 | 24 | 0 | 30 | 25 | 156 | 37 | 105 |
| Binary | 10100001 | 11001001 | 10011001 | 10100 | 0 | 11000 | 10101 | 1101110 | 11111 | 1000101 |
Color Harmonies of #A1C999
Complementary color
Monochromatic Colors of #A1C999
Black with #A1C999
Text Example
Text Example
White with #A1C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C999; }
p { color: rgb(161,201,153); }
H1.HeaderClassName
{
color: #A1C999;
}
.AnyTagClassName
{
color: #A1C999;
}
</style>
background-color css
<style>
a { background-color: #A1C999; }
a { background-color: rgb(161,201,153); }
div.DivClassName
{
background-color: #A1C999;
}
.BgClassName
{
background-color: #A1C999;
}
</style>
border-color css
<style>
span { border-color: #A1C999; }
span { border-color: rgb(161,201,153); }
td.TdClassName
{
border-color: #A1C999;
}
.TagClassName
{
border-color: #A1C999;
}
</style>