Shades of Spring Rain #ADD09D
Tints of Spring Rain #ADD09D
RGB
CMYK
RGB Variations
Color information
#ADD09D (or 0xADD09D) is known color: Spring Rain. HEX triplet: AD, D0 and 9D. RGB value is (173,208,157). Sum of RGB (Red+Green+Blue) = 173+208+157=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD09D is #522F62. Grayscale: #BFBFBF. Windows color (decimal): -5386083 or 10342573. OLE color: 10342573.
HSL color Cylindrical-coordinate representation of color #ADD09D: hue angle of 101.18º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD09D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 157 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.18 |
| HSL | 101.18º | 0.35% | 0.72% | - |
| HSV(B) | 101.18º | 0.25% | 0.82% | - |
| XYZ | 45.88 | 56.43 | 40.37 | - |
| YUV | 191.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 157 | 0.17 | 0 | 0.25 | 0.18 | 101.18 | 0.35 | 0.72 |
| Hex | AD | D0 | 9D | 11 | 0 | 19 | 12 | 65 | 23 | 48 |
| Octal | 255 | 320 | 235 | 21 | 0 | 31 | 22 | 145 | 43 | 110 |
| Binary | 10101101 | 11010000 | 10011101 | 10001 | 0 | 11001 | 10010 | 1100101 | 100011 | 1001000 |
Color Harmonies of #ADD09D
Complementary color
Monochromatic Colors of #ADD09D
Black with #ADD09D
Text Example
Text Example
White with #ADD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD09D; }
p { color: rgb(173,208,157); }
H1.HeaderClassName
{
color: #ADD09D;
}
.AnyTagClassName
{
color: #ADD09D;
}
</style>
background-color css
<style>
a { background-color: #ADD09D; }
a { background-color: rgb(173,208,157); }
div.DivClassName
{
background-color: #ADD09D;
}
.BgClassName
{
background-color: #ADD09D;
}
</style>
border-color css
<style>
span { border-color: #ADD09D; }
span { border-color: rgb(173,208,157); }
td.TdClassName
{
border-color: #ADD09D;
}
.TagClassName
{
border-color: #ADD09D;
}
</style>