Shades of Spring Rain #ABD29D
Tints of Spring Rain #ABD29D
RGB
CMYK
RGB Variations
Color information
#ABD29D (or 0xABD29D) is known color: Spring Rain. HEX triplet: AB, D2 and 9D. RGB value is (171,210,157). Sum of RGB (Red+Green+Blue) = 171+210+157=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD29D is #542D62. Grayscale: #C0C0C0. Windows color (decimal): -5516643 or 10343083. OLE color: 10343083.
HSL color Cylindrical-coordinate representation of color #ABD29D: hue angle of 104.15º degrees, saturation: 0.37, 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 #ABD29D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 157 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.18 |
| HSL | 104.15º | 0.37% | 0.72% | - |
| HSV(B) | 104.15º | 0.25% | 0.82% | - |
| XYZ | 45.93 | 57.19 | 40.52 | - |
| YUV | 192.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 157 | 0.19 | 0 | 0.25 | 0.18 | 104.15 | 0.37 | 0.72 |
| Hex | AB | D2 | 9D | 13 | 0 | 19 | 12 | 68 | 25 | 48 |
| Octal | 253 | 322 | 235 | 23 | 0 | 31 | 22 | 150 | 45 | 110 |
| Binary | 10101011 | 11010010 | 10011101 | 10011 | 0 | 11001 | 10010 | 1101000 | 100101 | 1001000 |
Color Harmonies of #ABD29D
Complementary color
Monochromatic Colors of #ABD29D
Black with #ABD29D
Text Example
Text Example
White with #ABD29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD29D; }
p { color: rgb(171,210,157); }
H1.HeaderClassName
{
color: #ABD29D;
}
.AnyTagClassName
{
color: #ABD29D;
}
</style>
background-color css
<style>
a { background-color: #ABD29D; }
a { background-color: rgb(171,210,157); }
div.DivClassName
{
background-color: #ABD29D;
}
.BgClassName
{
background-color: #ABD29D;
}
</style>
border-color css
<style>
span { border-color: #ABD29D; }
span { border-color: rgb(171,210,157); }
td.TdClassName
{
border-color: #ABD29D;
}
.TagClassName
{
border-color: #ABD29D;
}
</style>