Shades of Spring Rain #A1CC96
Tints of Spring Rain #A1CC96
RGB
CMYK
RGB Variations
Color information
#A1CC96 (or 0xA1CC96) is known color: Spring Rain. HEX triplet: A1, CC and 96. RGB value is (161,204,150). Sum of RGB (Red+Green+Blue) = 161+204+150=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC96 is #5E3369. Grayscale: #B9B9B9. Windows color (decimal): -6173546 or 9882785. OLE color: 9882785.
HSL color Cylindrical-coordinate representation of color #A1CC96: hue angle of 107.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1CC96 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 150 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.2 |
| HSL | 107.78º | 0.35% | 0.69% | - |
| HSV(B) | 107.78º | 0.26% | 0.8% | - |
| XYZ | 41.8 | 52.96 | 36.87 | - |
| YUV | 184.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 150 | 0.21 | 0 | 0.26 | 0.2 | 107.78 | 0.35 | 0.69 |
| Hex | A1 | CC | 96 | 15 | 0 | 1A | 14 | 6C | 23 | 45 |
| Octal | 241 | 314 | 226 | 25 | 0 | 32 | 24 | 154 | 43 | 105 |
| Binary | 10100001 | 11001100 | 10010110 | 10101 | 0 | 11010 | 10100 | 1101100 | 100011 | 1000101 |
Color Harmonies of #A1CC96
Complementary color
Monochromatic Colors of #A1CC96
Black with #A1CC96
Text Example
Text Example
White with #A1CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC96; }
p { color: rgb(161,204,150); }
H1.HeaderClassName
{
color: #A1CC96;
}
.AnyTagClassName
{
color: #A1CC96;
}
</style>
background-color css
<style>
a { background-color: #A1CC96; }
a { background-color: rgb(161,204,150); }
div.DivClassName
{
background-color: #A1CC96;
}
.BgClassName
{
background-color: #A1CC96;
}
</style>
border-color css
<style>
span { border-color: #A1CC96; }
span { border-color: rgb(161,204,150); }
td.TdClassName
{
border-color: #A1CC96;
}
.TagClassName
{
border-color: #A1CC96;
}
</style>