Shades of Spring Rain #ABD29B
Tints of Spring Rain #ABD29B
RGB
CMYK
RGB Variations
Color information
#ABD29B (or 0xABD29B) is known color: Spring Rain. HEX triplet: AB, D2 and 9B. RGB value is (171,210,155). Sum of RGB (Red+Green+Blue) = 171+210+155=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD29B is #542D64. Grayscale: #C0C0C0. Windows color (decimal): -5516645 or 10212011. OLE color: 10212011.
HSL color Cylindrical-coordinate representation of color #ABD29B: hue angle of 102.55º 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 #ABD29B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 155 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.18 |
| HSL | 102.55º | 0.38% | 0.72% | - |
| HSV(B) | 102.55º | 0.26% | 0.82% | - |
| XYZ | 45.76 | 57.12 | 39.62 | - |
| YUV | 192.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 155 | 0.19 | 0 | 0.26 | 0.18 | 102.55 | 0.38 | 0.72 |
| Hex | AB | D2 | 9B | 13 | 0 | 1A | 12 | 67 | 26 | 48 |
| Octal | 253 | 322 | 233 | 23 | 0 | 32 | 22 | 147 | 46 | 110 |
| Binary | 10101011 | 11010010 | 10011011 | 10011 | 0 | 11010 | 10010 | 1100111 | 100110 | 1001000 |
Color Harmonies of #ABD29B
Complementary color
Monochromatic Colors of #ABD29B
Black with #ABD29B
Text Example
Text Example
White with #ABD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD29B; }
p { color: rgb(171,210,155); }
H1.HeaderClassName
{
color: #ABD29B;
}
.AnyTagClassName
{
color: #ABD29B;
}
</style>
background-color css
<style>
a { background-color: #ABD29B; }
a { background-color: rgb(171,210,155); }
div.DivClassName
{
background-color: #ABD29B;
}
.BgClassName
{
background-color: #ABD29B;
}
</style>
border-color css
<style>
span { border-color: #ABD29B; }
span { border-color: rgb(171,210,155); }
td.TdClassName
{
border-color: #ABD29B;
}
.TagClassName
{
border-color: #ABD29B;
}
</style>