Shades of Spring Rain #A1CC9F
Tints of Spring Rain #A1CC9F
RGB
CMYK
RGB Variations
Color information
#A1CC9F (or 0xA1CC9F) is known color: Spring Rain. HEX triplet: A1, CC and 9F. RGB value is (161,204,159). Sum of RGB (Red+Green+Blue) = 161+204+159=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC9F is #5E3360. Grayscale: #BABABA. Windows color (decimal): -6173537 or 10472609. OLE color: 10472609.
HSL color Cylindrical-coordinate representation of color #A1CC9F: hue angle of 117.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CC9F is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 159 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.2 |
| HSL | 117.33º | 0.31% | 0.71% | - |
| HSV(B) | 117.33º | 0.22% | 0.8% | - |
| XYZ | 42.55 | 53.27 | 40.84 | - |
| YUV | 186.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 159 | 0.21 | 0 | 0.22 | 0.2 | 117.33 | 0.31 | 0.71 |
| Hex | A1 | CC | 9F | 15 | 0 | 16 | 14 | 75 | 1F | 47 |
| Octal | 241 | 314 | 237 | 25 | 0 | 26 | 24 | 165 | 37 | 107 |
| Binary | 10100001 | 11001100 | 10011111 | 10101 | 0 | 10110 | 10100 | 1110101 | 11111 | 1000111 |
Color Harmonies of #A1CC9F
Complementary color
Monochromatic Colors of #A1CC9F
Black with #A1CC9F
Text Example
Text Example
White with #A1CC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC9F; }
p { color: rgb(161,204,159); }
H1.HeaderClassName
{
color: #A1CC9F;
}
.AnyTagClassName
{
color: #A1CC9F;
}
</style>
background-color css
<style>
a { background-color: #A1CC9F; }
a { background-color: rgb(161,204,159); }
div.DivClassName
{
background-color: #A1CC9F;
}
.BgClassName
{
background-color: #A1CC9F;
}
</style>
border-color css
<style>
span { border-color: #A1CC9F; }
span { border-color: rgb(161,204,159); }
td.TdClassName
{
border-color: #A1CC9F;
}
.TagClassName
{
border-color: #A1CC9F;
}
</style>