Shades of Spring Rain #A1CA94
Tints of Spring Rain #A1CA94
RGB
CMYK
RGB Variations
Color information
#A1CA94 (or 0xA1CA94) is known color: Spring Rain. HEX triplet: A1, CA and 94. RGB value is (161,202,148). Sum of RGB (Red+Green+Blue) = 161+202+148=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA94 is #5E356B. Grayscale: #B7B7B7. Windows color (decimal): -6174060 or 9751201. OLE color: 9751201.
HSL color Cylindrical-coordinate representation of color #A1CA94: hue angle of 105.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CA94 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 148 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.21 |
| HSL | 105.56º | 0.34% | 0.69% | - |
| HSV(B) | 105.56º | 0.27% | 0.79% | - |
| XYZ | 41.16 | 51.96 | 35.88 | - |
| YUV | 183.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 148 | 0.20 | 0 | 0.27 | 0.21 | 105.56 | 0.34 | 0.69 |
| Hex | A1 | CA | 94 | 14 | 0 | 1B | 15 | 6A | 22 | 45 |
| Octal | 241 | 312 | 224 | 24 | 0 | 33 | 25 | 152 | 42 | 105 |
| Binary | 10100001 | 11001010 | 10010100 | 10100 | 0 | 11011 | 10101 | 1101010 | 100010 | 1000101 |
Color Harmonies of #A1CA94
Complementary color
Monochromatic Colors of #A1CA94
Black with #A1CA94
Text Example
Text Example
White with #A1CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA94; }
p { color: rgb(161,202,148); }
H1.HeaderClassName
{
color: #A1CA94;
}
.AnyTagClassName
{
color: #A1CA94;
}
</style>
background-color css
<style>
a { background-color: #A1CA94; }
a { background-color: rgb(161,202,148); }
div.DivClassName
{
background-color: #A1CA94;
}
.BgClassName
{
background-color: #A1CA94;
}
</style>
border-color css
<style>
span { border-color: #A1CA94; }
span { border-color: rgb(161,202,148); }
td.TdClassName
{
border-color: #A1CA94;
}
.TagClassName
{
border-color: #A1CA94;
}
</style>