Shades of Spring Rain #A5CA98
Tints of Spring Rain #A5CA98
RGB
CMYK
RGB Variations
Color information
#A5CA98 (or 0xA5CA98) is known color: Spring Rain. HEX triplet: A5, CA and 98. RGB value is (165,202,152). Sum of RGB (Red+Green+Blue) = 165+202+152=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA98 is #5A3567. Grayscale: #B9B9B9. Windows color (decimal): -5911912 or 10013349. OLE color: 10013349.
HSL color Cylindrical-coordinate representation of color #A5CA98: hue angle of 104.4º 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 #A5CA98 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 152 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.21 |
| HSL | 104.4º | 0.32% | 0.69% | - |
| HSV(B) | 104.4º | 0.25% | 0.79% | - |
| XYZ | 42.31 | 52.51 | 37.61 | - |
| YUV | 185.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 152 | 0.18 | 0 | 0.25 | 0.21 | 104.4 | 0.32 | 0.69 |
| Hex | A5 | CA | 98 | 12 | 0 | 19 | 15 | 68 | 20 | 45 |
| Octal | 245 | 312 | 230 | 22 | 0 | 31 | 25 | 150 | 40 | 105 |
| Binary | 10100101 | 11001010 | 10011000 | 10010 | 0 | 11001 | 10101 | 1101000 | 100000 | 1000101 |
Color Harmonies of #A5CA98
Complementary color
Monochromatic Colors of #A5CA98
Black with #A5CA98
Text Example
Text Example
White with #A5CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA98; }
p { color: rgb(165,202,152); }
H1.HeaderClassName
{
color: #A5CA98;
}
.AnyTagClassName
{
color: #A5CA98;
}
</style>
background-color css
<style>
a { background-color: #A5CA98; }
a { background-color: rgb(165,202,152); }
div.DivClassName
{
background-color: #A5CA98;
}
.BgClassName
{
background-color: #A5CA98;
}
</style>
border-color css
<style>
span { border-color: #A5CA98; }
span { border-color: rgb(165,202,152); }
td.TdClassName
{
border-color: #A5CA98;
}
.TagClassName
{
border-color: #A5CA98;
}
</style>