Shades of Spring Rain #ABCD9D
Tints of Spring Rain #ABCD9D
RGB
CMYK
RGB Variations
Color information
#ABCD9D (or 0xABCD9D) is known color: Spring Rain. HEX triplet: AB, CD and 9D. RGB value is (171,205,157). Sum of RGB (Red+Green+Blue) = 171+205+157=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD9D is #543262. Grayscale: #BDBDBD. Windows color (decimal): -5517923 or 10341803. OLE color: 10341803.
HSL color Cylindrical-coordinate representation of color #ABCD9D: hue angle of 102.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCD9D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 157 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.20 |
| HSL | 102.5º | 0.32% | 0.71% | - |
| HSV(B) | 102.5º | 0.23% | 0.8% | - |
| XYZ | 44.71 | 54.75 | 40.11 | - |
| YUV | 189.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 157 | 0.17 | 0 | 0.23 | 0.20 | 102.5 | 0.32 | 0.71 |
| Hex | AB | CD | 9D | 11 | 0 | 17 | 14 | 66 | 20 | 47 |
| Octal | 253 | 315 | 235 | 21 | 0 | 27 | 24 | 146 | 40 | 107 |
| Binary | 10101011 | 11001101 | 10011101 | 10001 | 0 | 10111 | 10100 | 1100110 | 100000 | 1000111 |
Color Harmonies of #ABCD9D
Complementary color
Monochromatic Colors of #ABCD9D
Black with #ABCD9D
Text Example
Text Example
White with #ABCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD9D; }
p { color: rgb(171,205,157); }
H1.HeaderClassName
{
color: #ABCD9D;
}
.AnyTagClassName
{
color: #ABCD9D;
}
</style>
background-color css
<style>
a { background-color: #ABCD9D; }
a { background-color: rgb(171,205,157); }
div.DivClassName
{
background-color: #ABCD9D;
}
.BgClassName
{
background-color: #ABCD9D;
}
</style>
border-color css
<style>
span { border-color: #ABCD9D; }
span { border-color: rgb(171,205,157); }
td.TdClassName
{
border-color: #ABCD9D;
}
.TagClassName
{
border-color: #ABCD9D;
}
</style>