Shades of Spring Rain #A5CD9B
Tints of Spring Rain #A5CD9B
RGB
CMYK
RGB Variations
Color information
#A5CD9B (or 0xA5CD9B) is known color: Spring Rain. HEX triplet: A5, CD and 9B. RGB value is (165,205,155). Sum of RGB (Red+Green+Blue) = 165+205+155=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD9B is #5A3264. Grayscale: #BBBBBB. Windows color (decimal): -5911141 or 10210725. OLE color: 10210725.
HSL color Cylindrical-coordinate representation of color #A5CD9B: hue angle of 108º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5CD9B is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 205 | 155 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.20 |
| HSL | 108º | 0.33% | 0.71% | - |
| HSV(B) | 108º | 0.24% | 0.8% | - |
| XYZ | 43.26 | 54.03 | 39.16 | - |
| YUV | 187.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 205 | 155 | 0.20 | 0 | 0.24 | 0.20 | 108 | 0.33 | 0.71 |
| Hex | A5 | CD | 9B | 14 | 0 | 18 | 14 | 6C | 21 | 47 |
| Octal | 245 | 315 | 233 | 24 | 0 | 30 | 24 | 154 | 41 | 107 |
| Binary | 10100101 | 11001101 | 10011011 | 10100 | 0 | 11000 | 10100 | 1101100 | 100001 | 1000111 |
Color Harmonies of #A5CD9B
Complementary color
Monochromatic Colors of #A5CD9B
Black with #A5CD9B
Text Example
Text Example
White with #A5CD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CD9B; }
p { color: rgb(165,205,155); }
H1.HeaderClassName
{
color: #A5CD9B;
}
.AnyTagClassName
{
color: #A5CD9B;
}
</style>
background-color css
<style>
a { background-color: #A5CD9B; }
a { background-color: rgb(165,205,155); }
div.DivClassName
{
background-color: #A5CD9B;
}
.BgClassName
{
background-color: #A5CD9B;
}
</style>
border-color css
<style>
span { border-color: #A5CD9B; }
span { border-color: rgb(165,205,155); }
td.TdClassName
{
border-color: #A5CD9B;
}
.TagClassName
{
border-color: #A5CD9B;
}
</style>