Shades of Spring Rain #A5CDA0
Tints of Spring Rain #A5CDA0
RGB
CMYK
RGB Variations
Color information
#A5CDA0 (or 0xA5CDA0) is known color: Spring Rain. HEX triplet: A5, CD and A0. RGB value is (165,205,160). Sum of RGB (Red+Green+Blue) = 165+205+160=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDA0 is #5A325F. Grayscale: #BCBCBC. Windows color (decimal): -5911136 or 10538405. OLE color: 10538405.
HSL color Cylindrical-coordinate representation of color #A5CDA0: hue angle of 113.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CDA0 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 160 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.20 |
| HSL | 113.33º | 0.31% | 0.72% | - |
| HSV(B) | 113.33º | 0.22% | 0.8% | - |
| XYZ | 43.69 | 54.2 | 41.42 | - |
| YUV | 187.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 160 | 0.20 | 0 | 0.22 | 0.20 | 113.33 | 0.31 | 0.72 |
| Hex | A5 | CD | A0 | 14 | 0 | 16 | 14 | 71 | 1F | 48 |
| Octal | 245 | 315 | 240 | 24 | 0 | 26 | 24 | 161 | 37 | 110 |
| Binary | 10100101 | 11001101 | 10100000 | 10100 | 0 | 10110 | 10100 | 1110001 | 11111 | 1001000 |
Color Harmonies of #A5CDA0
Complementary color
Monochromatic Colors of #A5CDA0
Black with #A5CDA0
Text Example
Text Example
White with #A5CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CDA0; }
p { color: rgb(165,205,160); }
H1.HeaderClassName
{
color: #A5CDA0;
}
.AnyTagClassName
{
color: #A5CDA0;
}
</style>
background-color css
<style>
a { background-color: #A5CDA0; }
a { background-color: rgb(165,205,160); }
div.DivClassName
{
background-color: #A5CDA0;
}
.BgClassName
{
background-color: #A5CDA0;
}
</style>
border-color css
<style>
span { border-color: #A5CDA0; }
span { border-color: rgb(165,205,160); }
td.TdClassName
{
border-color: #A5CDA0;
}
.TagClassName
{
border-color: #A5CDA0;
}
</style>