Shades of Spring Rain #A1CA9F
Tints of Spring Rain #A1CA9F
RGB
CMYK
RGB Variations
Color information
#A1CA9F (or 0xA1CA9F) is known color: Spring Rain. HEX triplet: A1, CA and 9F. RGB value is (161,202,159). Sum of RGB (Red+Green+Blue) = 161+202+159=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA9F is #5E3560. Grayscale: #B8B8B8. Windows color (decimal): -6174049 or 10472097. OLE color: 10472097.
HSL color Cylindrical-coordinate representation of color #A1CA9F: hue angle of 117.21º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CA9F is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 159 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.21 |
| HSL | 117.21º | 0.29% | 0.71% | - |
| HSV(B) | 117.21º | 0.21% | 0.79% | - |
| XYZ | 42.08 | 52.32 | 40.68 | - |
| YUV | 184.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 159 | 0.20 | 0 | 0.21 | 0.21 | 117.21 | 0.29 | 0.71 |
| Hex | A1 | CA | 9F | 14 | 0 | 15 | 15 | 75 | 1D | 47 |
| Octal | 241 | 312 | 237 | 24 | 0 | 25 | 25 | 165 | 35 | 107 |
| Binary | 10100001 | 11001010 | 10011111 | 10100 | 0 | 10101 | 10101 | 1110101 | 11101 | 1000111 |
Color Harmonies of #A1CA9F
Complementary color
Monochromatic Colors of #A1CA9F
Black with #A1CA9F
Text Example
Text Example
White with #A1CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA9F; }
p { color: rgb(161,202,159); }
H1.HeaderClassName
{
color: #A1CA9F;
}
.AnyTagClassName
{
color: #A1CA9F;
}
</style>
background-color css
<style>
a { background-color: #A1CA9F; }
a { background-color: rgb(161,202,159); }
div.DivClassName
{
background-color: #A1CA9F;
}
.BgClassName
{
background-color: #A1CA9F;
}
</style>
border-color css
<style>
span { border-color: #A1CA9F; }
span { border-color: rgb(161,202,159); }
td.TdClassName
{
border-color: #A1CA9F;
}
.TagClassName
{
border-color: #A1CA9F;
}
</style>