Shades of Spring Rain #A0CD9B
Tints of Spring Rain #A0CD9B
RGB
CMYK
RGB Variations
Color information
#A0CD9B (or 0xA0CD9B) is known color: Spring Rain. HEX triplet: A0, CD and 9B. RGB value is (160,205,155). Sum of RGB (Red+Green+Blue) = 160+205+155=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD9B is #5F3264. Grayscale: #BABABA. Windows color (decimal): -6238821 or 10210720. OLE color: 10210720.
HSL color Cylindrical-coordinate representation of color #A0CD9B: hue angle of 114º 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 #A0CD9B is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 155 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.20 |
| HSL | 114º | 0.33% | 0.71% | - |
| HSV(B) | 114º | 0.24% | 0.8% | - |
| XYZ | 42.24 | 53.5 | 39.11 | - |
| YUV | 185.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 155 | 0.22 | 0 | 0.24 | 0.20 | 114 | 0.33 | 0.71 |
| Hex | A0 | CD | 9B | 16 | 0 | 18 | 14 | 72 | 21 | 47 |
| Octal | 240 | 315 | 233 | 26 | 0 | 30 | 24 | 162 | 41 | 107 |
| Binary | 10100000 | 11001101 | 10011011 | 10110 | 0 | 11000 | 10100 | 1110010 | 100001 | 1000111 |
Color Harmonies of #A0CD9B
Complementary color
Monochromatic Colors of #A0CD9B
Black with #A0CD9B
Text Example
Text Example
White with #A0CD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD9B; }
p { color: rgb(160,205,155); }
H1.HeaderClassName
{
color: #A0CD9B;
}
.AnyTagClassName
{
color: #A0CD9B;
}
</style>
background-color css
<style>
a { background-color: #A0CD9B; }
a { background-color: rgb(160,205,155); }
div.DivClassName
{
background-color: #A0CD9B;
}
.BgClassName
{
background-color: #A0CD9B;
}
</style>
border-color css
<style>
span { border-color: #A0CD9B; }
span { border-color: rgb(160,205,155); }
td.TdClassName
{
border-color: #A0CD9B;
}
.TagClassName
{
border-color: #A0CD9B;
}
</style>