Shades of Spring Rain #A4CA94
Tints of Spring Rain #A4CA94
RGB
CMYK
RGB Variations
Color information
#A4CA94 (or 0xA4CA94) is known color: Spring Rain. HEX triplet: A4, CA and 94. RGB value is (164,202,148). Sum of RGB (Red+Green+Blue) = 164+202+148=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CA94 is #5B356B. Grayscale: #B8B8B8. Windows color (decimal): -5977452 or 9751204. OLE color: 9751204.
HSL color Cylindrical-coordinate representation of color #A4CA94: hue angle of 102.22º 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 #A4CA94 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 148 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.21 |
| HSL | 102.22º | 0.34% | 0.69% | - |
| HSV(B) | 102.22º | 0.27% | 0.79% | - |
| XYZ | 41.78 | 52.27 | 35.9 | - |
| YUV | 184.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 148 | 0.19 | 0 | 0.27 | 0.21 | 102.22 | 0.34 | 0.69 |
| Hex | A4 | CA | 94 | 13 | 0 | 1B | 15 | 66 | 22 | 45 |
| Octal | 244 | 312 | 224 | 23 | 0 | 33 | 25 | 146 | 42 | 105 |
| Binary | 10100100 | 11001010 | 10010100 | 10011 | 0 | 11011 | 10101 | 1100110 | 100010 | 1000101 |
Color Harmonies of #A4CA94
Complementary color
Monochromatic Colors of #A4CA94
Black with #A4CA94
Text Example
Text Example
White with #A4CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA94; }
p { color: rgb(164,202,148); }
H1.HeaderClassName
{
color: #A4CA94;
}
.AnyTagClassName
{
color: #A4CA94;
}
</style>
background-color css
<style>
a { background-color: #A4CA94; }
a { background-color: rgb(164,202,148); }
div.DivClassName
{
background-color: #A4CA94;
}
.BgClassName
{
background-color: #A4CA94;
}
</style>
border-color css
<style>
span { border-color: #A4CA94; }
span { border-color: rgb(164,202,148); }
td.TdClassName
{
border-color: #A4CA94;
}
.TagClassName
{
border-color: #A4CA94;
}
</style>