Shades of Spring Rain #A1CA9E
Tints of Spring Rain #A1CA9E
RGB
CMYK
RGB Variations
Color information
#A1CA9E (or 0xA1CA9E) is known color: Spring Rain. HEX triplet: A1, CA and 9E. RGB value is (161,202,158). Sum of RGB (Red+Green+Blue) = 161+202+158=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA9E is #5E3561. Grayscale: #B8B8B8. Windows color (decimal): -6174050 or 10406561. OLE color: 10406561.
HSL color Cylindrical-coordinate representation of color #A1CA9E: hue angle of 115.91º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CA9E is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 158 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.21 |
| HSL | 115.91º | 0.29% | 0.71% | - |
| HSV(B) | 115.91º | 0.22% | 0.79% | - |
| XYZ | 41.99 | 52.29 | 40.23 | - |
| YUV | 184.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 158 | 0.20 | 0 | 0.22 | 0.21 | 115.91 | 0.29 | 0.71 |
| Hex | A1 | CA | 9E | 14 | 0 | 16 | 15 | 74 | 1D | 47 |
| Octal | 241 | 312 | 236 | 24 | 0 | 26 | 25 | 164 | 35 | 107 |
| Binary | 10100001 | 11001010 | 10011110 | 10100 | 0 | 10110 | 10101 | 1110100 | 11101 | 1000111 |
Color Harmonies of #A1CA9E
Complementary color
Monochromatic Colors of #A1CA9E
Black with #A1CA9E
Text Example
Text Example
White with #A1CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA9E; }
p { color: rgb(161,202,158); }
H1.HeaderClassName
{
color: #A1CA9E;
}
.AnyTagClassName
{
color: #A1CA9E;
}
</style>
background-color css
<style>
a { background-color: #A1CA9E; }
a { background-color: rgb(161,202,158); }
div.DivClassName
{
background-color: #A1CA9E;
}
.BgClassName
{
background-color: #A1CA9E;
}
</style>
border-color css
<style>
span { border-color: #A1CA9E; }
span { border-color: rgb(161,202,158); }
td.TdClassName
{
border-color: #A1CA9E;
}
.TagClassName
{
border-color: #A1CA9E;
}
</style>