Shades of Spring Rain #ADD0A0
Tints of Spring Rain #ADD0A0
RGB
CMYK
RGB Variations
Color information
#ADD0A0 (or 0xADD0A0) is known color: Spring Rain. HEX triplet: AD, D0 and A0. RGB value is (173,208,160). Sum of RGB (Red+Green+Blue) = 173+208+160=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A0 is #522F5F. Grayscale: #C0C0C0. Windows color (decimal): -5386080 or 10539181. OLE color: 10539181.
HSL color Cylindrical-coordinate representation of color #ADD0A0: hue angle of 103.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD0A0 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 160 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.18 |
| HSL | 103.75º | 0.34% | 0.72% | - |
| HSV(B) | 103.75º | 0.23% | 0.82% | - |
| XYZ | 46.13 | 56.53 | 41.74 | - |
| YUV | 192.06 | 109.9 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 160 | 0.17 | 0 | 0.23 | 0.18 | 103.75 | 0.34 | 0.72 |
| Hex | AD | D0 | A0 | 11 | 0 | 17 | 12 | 68 | 22 | 48 |
| Octal | 255 | 320 | 240 | 21 | 0 | 27 | 22 | 150 | 42 | 110 |
| Binary | 10101101 | 11010000 | 10100000 | 10001 | 0 | 10111 | 10010 | 1101000 | 100010 | 1001000 |
Color Harmonies of #ADD0A0
Complementary color
Monochromatic Colors of #ADD0A0
Black with #ADD0A0
Text Example
Text Example
White with #ADD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0A0; }
p { color: rgb(173,208,160); }
H1.HeaderClassName
{
color: #ADD0A0;
}
.AnyTagClassName
{
color: #ADD0A0;
}
</style>
background-color css
<style>
a { background-color: #ADD0A0; }
a { background-color: rgb(173,208,160); }
div.DivClassName
{
background-color: #ADD0A0;
}
.BgClassName
{
background-color: #ADD0A0;
}
</style>
border-color css
<style>
span { border-color: #ADD0A0; }
span { border-color: rgb(173,208,160); }
td.TdClassName
{
border-color: #ADD0A0;
}
.TagClassName
{
border-color: #ADD0A0;
}
</style>