Shades of Spring Rain #ABC29D
Tints of Spring Rain #ABC29D
RGB
CMYK
RGB Variations
Color information
#ABC29D (or 0xABC29D) is known color: Spring Rain. HEX triplet: AB, C2 and 9D. RGB value is (171,194,157). Sum of RGB (Red+Green+Blue) = 171+194+157=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC29D is #543D62. Grayscale: #B7B7B7. Windows color (decimal): -5520739 or 10338987. OLE color: 10338987.
HSL color Cylindrical-coordinate representation of color #ABC29D: hue angle of 97.3º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABC29D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 157 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.24 |
| HSL | 97.3º | 0.23% | 0.69% | - |
| HSV(B) | 97.3º | 0.19% | 0.76% | - |
| XYZ | 42.17 | 49.68 | 39.26 | - |
| YUV | 182.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 157 | 0.12 | 0 | 0.19 | 0.24 | 97.3 | 0.23 | 0.69 |
| Hex | AB | C2 | 9D | C | 0 | 13 | 18 | 61 | 17 | 45 |
| Octal | 253 | 302 | 235 | 14 | 0 | 23 | 30 | 141 | 27 | 105 |
| Binary | 10101011 | 11000010 | 10011101 | 1100 | 0 | 10011 | 11000 | 1100001 | 10111 | 1000101 |
Color Harmonies of #ABC29D
Complementary color
Monochromatic Colors of #ABC29D
Black with #ABC29D
Text Example
Text Example
White with #ABC29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC29D; }
p { color: rgb(171,194,157); }
H1.HeaderClassName
{
color: #ABC29D;
}
.AnyTagClassName
{
color: #ABC29D;
}
</style>
background-color css
<style>
a { background-color: #ABC29D; }
a { background-color: rgb(171,194,157); }
div.DivClassName
{
background-color: #ABC29D;
}
.BgClassName
{
background-color: #ABC29D;
}
</style>
border-color css
<style>
span { border-color: #ABC29D; }
span { border-color: rgb(171,194,157); }
td.TdClassName
{
border-color: #ABC29D;
}
.TagClassName
{
border-color: #ABC29D;
}
</style>