Shades of Spring Rain #A5CA97
Tints of Spring Rain #A5CA97
RGB
CMYK
RGB Variations
Color information
#A5CA97 (or 0xA5CA97) is known color: Spring Rain. HEX triplet: A5, CA and 97. RGB value is (165,202,151). Sum of RGB (Red+Green+Blue) = 165+202+151=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA97 is #5A3568. Grayscale: #B9B9B9. Windows color (decimal): -5911913 or 9947813. OLE color: 9947813.
HSL color Cylindrical-coordinate representation of color #A5CA97: hue angle of 103.53º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CA97 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 151 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.21 |
| HSL | 103.53º | 0.32% | 0.69% | - |
| HSV(B) | 103.53º | 0.25% | 0.79% | - |
| XYZ | 42.22 | 52.47 | 37.18 | - |
| YUV | 185.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 151 | 0.18 | 0 | 0.25 | 0.21 | 103.53 | 0.32 | 0.69 |
| Hex | A5 | CA | 97 | 12 | 0 | 19 | 15 | 68 | 20 | 45 |
| Octal | 245 | 312 | 227 | 22 | 0 | 31 | 25 | 150 | 40 | 105 |
| Binary | 10100101 | 11001010 | 10010111 | 10010 | 0 | 11001 | 10101 | 1101000 | 100000 | 1000101 |
Color Harmonies of #A5CA97
Complementary color
Monochromatic Colors of #A5CA97
Black with #A5CA97
Text Example
Text Example
White with #A5CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA97; }
p { color: rgb(165,202,151); }
H1.HeaderClassName
{
color: #A5CA97;
}
.AnyTagClassName
{
color: #A5CA97;
}
</style>
background-color css
<style>
a { background-color: #A5CA97; }
a { background-color: rgb(165,202,151); }
div.DivClassName
{
background-color: #A5CA97;
}
.BgClassName
{
background-color: #A5CA97;
}
</style>
border-color css
<style>
span { border-color: #A5CA97; }
span { border-color: rgb(165,202,151); }
td.TdClassName
{
border-color: #A5CA97;
}
.TagClassName
{
border-color: #A5CA97;
}
</style>