Shades of Spring Rain #ABD29C
Tints of Spring Rain #ABD29C
RGB
CMYK
RGB Variations
Color information
#ABD29C (or 0xABD29C) is known color: Spring Rain. HEX triplet: AB, D2 and 9C. RGB value is (171,210,156). Sum of RGB (Red+Green+Blue) = 171+210+156=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD29C is #542D63. Grayscale: #C0C0C0. Windows color (decimal): -5516644 or 10277547. OLE color: 10277547.
HSL color Cylindrical-coordinate representation of color #ABD29C: hue angle of 103.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD29C is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 156 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.18 |
| HSL | 103.33º | 0.38% | 0.72% | - |
| HSV(B) | 103.33º | 0.26% | 0.82% | - |
| XYZ | 45.84 | 57.15 | 40.07 | - |
| YUV | 192.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 156 | 0.19 | 0 | 0.26 | 0.18 | 103.33 | 0.38 | 0.72 |
| Hex | AB | D2 | 9C | 13 | 0 | 1A | 12 | 67 | 26 | 48 |
| Octal | 253 | 322 | 234 | 23 | 0 | 32 | 22 | 147 | 46 | 110 |
| Binary | 10101011 | 11010010 | 10011100 | 10011 | 0 | 11010 | 10010 | 1100111 | 100110 | 1001000 |
Color Harmonies of #ABD29C
Complementary color
Monochromatic Colors of #ABD29C
Black with #ABD29C
Text Example
Text Example
White with #ABD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD29C; }
p { color: rgb(171,210,156); }
H1.HeaderClassName
{
color: #ABD29C;
}
.AnyTagClassName
{
color: #ABD29C;
}
</style>
background-color css
<style>
a { background-color: #ABD29C; }
a { background-color: rgb(171,210,156); }
div.DivClassName
{
background-color: #ABD29C;
}
.BgClassName
{
background-color: #ABD29C;
}
</style>
border-color css
<style>
span { border-color: #ABD29C; }
span { border-color: rgb(171,210,156); }
td.TdClassName
{
border-color: #ABD29C;
}
.TagClassName
{
border-color: #ABD29C;
}
</style>