Shades of Spring Rain #A5CA94
Tints of Spring Rain #A5CA94
RGB
CMYK
RGB Variations
Color information
#A5CA94 (or 0xA5CA94) is known color: Spring Rain. HEX triplet: A5, CA and 94. RGB value is (165,202,148). Sum of RGB (Red+Green+Blue) = 165+202+148=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA94 is #5A356B. Grayscale: #B8B8B8. Windows color (decimal): -5911916 or 9751205. OLE color: 9751205.
HSL color Cylindrical-coordinate representation of color #A5CA94: hue angle of 101.11º 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 #A5CA94 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 148 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.21 |
| HSL | 101.11º | 0.34% | 0.69% | - |
| HSV(B) | 101.11º | 0.27% | 0.79% | - |
| XYZ | 41.98 | 52.38 | 35.91 | - |
| YUV | 184.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 148 | 0.18 | 0 | 0.27 | 0.21 | 101.11 | 0.34 | 0.69 |
| Hex | A5 | CA | 94 | 12 | 0 | 1B | 15 | 65 | 22 | 45 |
| Octal | 245 | 312 | 224 | 22 | 0 | 33 | 25 | 145 | 42 | 105 |
| Binary | 10100101 | 11001010 | 10010100 | 10010 | 0 | 11011 | 10101 | 1100101 | 100010 | 1000101 |
Color Harmonies of #A5CA94
Complementary color
Monochromatic Colors of #A5CA94
Black with #A5CA94
Text Example
Text Example
White with #A5CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA94; }
p { color: rgb(165,202,148); }
H1.HeaderClassName
{
color: #A5CA94;
}
.AnyTagClassName
{
color: #A5CA94;
}
</style>
background-color css
<style>
a { background-color: #A5CA94; }
a { background-color: rgb(165,202,148); }
div.DivClassName
{
background-color: #A5CA94;
}
.BgClassName
{
background-color: #A5CA94;
}
</style>
border-color css
<style>
span { border-color: #A5CA94; }
span { border-color: rgb(165,202,148); }
td.TdClassName
{
border-color: #A5CA94;
}
.TagClassName
{
border-color: #A5CA94;
}
</style>