Shades of Spring Rain #ABD29E
Tints of Spring Rain #ABD29E
RGB
CMYK
RGB Variations
Color information
#ABD29E (or 0xABD29E) is known color: Spring Rain. HEX triplet: AB, D2 and 9E. RGB value is (171,210,158). Sum of RGB (Red+Green+Blue) = 171+210+158=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD29E is #542D61. Grayscale: #C0C0C0. Windows color (decimal): -5516642 or 10408619. OLE color: 10408619.
HSL color Cylindrical-coordinate representation of color #ABD29E: hue angle of 105º 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 #ABD29E is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 158 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.18 |
| HSL | 105º | 0.37% | 0.72% | - |
| HSV(B) | 105º | 0.25% | 0.82% | - |
| XYZ | 46.01 | 57.22 | 40.97 | - |
| YUV | 192.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 158 | 0.19 | 0 | 0.25 | 0.18 | 105 | 0.37 | 0.72 |
| Hex | AB | D2 | 9E | 13 | 0 | 19 | 12 | 69 | 25 | 48 |
| Octal | 253 | 322 | 236 | 23 | 0 | 31 | 22 | 151 | 45 | 110 |
| Binary | 10101011 | 11010010 | 10011110 | 10011 | 0 | 11001 | 10010 | 1101001 | 100101 | 1001000 |
Color Harmonies of #ABD29E
Complementary color
Monochromatic Colors of #ABD29E
Black with #ABD29E
Text Example
Text Example
White with #ABD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD29E; }
p { color: rgb(171,210,158); }
H1.HeaderClassName
{
color: #ABD29E;
}
.AnyTagClassName
{
color: #ABD29E;
}
</style>
background-color css
<style>
a { background-color: #ABD29E; }
a { background-color: rgb(171,210,158); }
div.DivClassName
{
background-color: #ABD29E;
}
.BgClassName
{
background-color: #ABD29E;
}
</style>
border-color css
<style>
span { border-color: #ABD29E; }
span { border-color: rgb(171,210,158); }
td.TdClassName
{
border-color: #ABD29E;
}
.TagClassName
{
border-color: #ABD29E;
}
</style>