Shades of Spring Rain #A1C996
Tints of Spring Rain #A1C996
RGB
CMYK
RGB Variations
Color information
#A1C996 (or 0xA1C996) is known color: Spring Rain. HEX triplet: A1, C9 and 96. RGB value is (161,201,150). Sum of RGB (Red+Green+Blue) = 161+201+150=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C996 is #5E3669. Grayscale: #B7B7B7. Windows color (decimal): -6174314 or 9882017. OLE color: 9882017.
HSL color Cylindrical-coordinate representation of color #A1C996: hue angle of 107.06º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1C996 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 150 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.21 |
| HSL | 107.06º | 0.32% | 0.69% | - |
| HSV(B) | 107.06º | 0.25% | 0.79% | - |
| XYZ | 41.09 | 51.55 | 36.64 | - |
| YUV | 183.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 150 | 0.20 | 0 | 0.25 | 0.21 | 107.06 | 0.32 | 0.69 |
| Hex | A1 | C9 | 96 | 14 | 0 | 19 | 15 | 6B | 20 | 45 |
| Octal | 241 | 311 | 226 | 24 | 0 | 31 | 25 | 153 | 40 | 105 |
| Binary | 10100001 | 11001001 | 10010110 | 10100 | 0 | 11001 | 10101 | 1101011 | 100000 | 1000101 |
Color Harmonies of #A1C996
Complementary color
Monochromatic Colors of #A1C996
Black with #A1C996
Text Example
Text Example
White with #A1C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C996; }
p { color: rgb(161,201,150); }
H1.HeaderClassName
{
color: #A1C996;
}
.AnyTagClassName
{
color: #A1C996;
}
</style>
background-color css
<style>
a { background-color: #A1C996; }
a { background-color: rgb(161,201,150); }
div.DivClassName
{
background-color: #A1C996;
}
.BgClassName
{
background-color: #A1C996;
}
</style>
border-color css
<style>
span { border-color: #A1C996; }
span { border-color: rgb(161,201,150); }
td.TdClassName
{
border-color: #A1C996;
}
.TagClassName
{
border-color: #A1C996;
}
</style>