Shades of Spring Rain #ADD19B
Tints of Spring Rain #ADD19B
RGB
CMYK
RGB Variations
Color information
#ADD19B (or 0xADD19B) is known color: Spring Rain. HEX triplet: AD, D1 and 9B. RGB value is (173,209,155). Sum of RGB (Red+Green+Blue) = 173+209+155=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD19B is #522E64. Grayscale: #C0C0C0. Windows color (decimal): -5385829 or 10211757. OLE color: 10211757.
HSL color Cylindrical-coordinate representation of color #ADD19B: hue angle of 100º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD19B is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 155 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.18 |
| HSL | 100º | 0.37% | 0.71% | - |
| HSV(B) | 100º | 0.26% | 0.82% | - |
| XYZ | 45.95 | 56.85 | 39.56 | - |
| YUV | 192.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 155 | 0.17 | 0 | 0.26 | 0.18 | 100 | 0.37 | 0.71 |
| Hex | AD | D1 | 9B | 11 | 0 | 1A | 12 | 64 | 25 | 47 |
| Octal | 255 | 321 | 233 | 21 | 0 | 32 | 22 | 144 | 45 | 107 |
| Binary | 10101101 | 11010001 | 10011011 | 10001 | 0 | 11010 | 10010 | 1100100 | 100101 | 1000111 |
Color Harmonies of #ADD19B
Complementary color
Monochromatic Colors of #ADD19B
Black with #ADD19B
Text Example
Text Example
White with #ADD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD19B; }
p { color: rgb(173,209,155); }
H1.HeaderClassName
{
color: #ADD19B;
}
.AnyTagClassName
{
color: #ADD19B;
}
</style>
background-color css
<style>
a { background-color: #ADD19B; }
a { background-color: rgb(173,209,155); }
div.DivClassName
{
background-color: #ADD19B;
}
.BgClassName
{
background-color: #ADD19B;
}
</style>
border-color css
<style>
span { border-color: #ADD19B; }
span { border-color: rgb(173,209,155); }
td.TdClassName
{
border-color: #ADD19B;
}
.TagClassName
{
border-color: #ADD19B;
}
</style>