Shades of Spring Rain #ABCD9E
Tints of Spring Rain #ABCD9E
RGB
CMYK
RGB Variations
Color information
#ABCD9E (or 0xABCD9E) is known color: Spring Rain. HEX triplet: AB, CD and 9E. RGB value is (171,205,158). Sum of RGB (Red+Green+Blue) = 171+205+158=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD9E is #543261. Grayscale: #BDBDBD. Windows color (decimal): -5517922 or 10407339. OLE color: 10407339.
HSL color Cylindrical-coordinate representation of color #ABCD9E: hue angle of 103.4º 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 #ABCD9E is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 158 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.20 |
| HSL | 103.4º | 0.32% | 0.71% | - |
| HSV(B) | 103.4º | 0.23% | 0.8% | - |
| XYZ | 44.8 | 54.79 | 40.56 | - |
| YUV | 189.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 158 | 0.17 | 0 | 0.23 | 0.20 | 103.4 | 0.32 | 0.71 |
| Hex | AB | CD | 9E | 11 | 0 | 17 | 14 | 67 | 20 | 47 |
| Octal | 253 | 315 | 236 | 21 | 0 | 27 | 24 | 147 | 40 | 107 |
| Binary | 10101011 | 11001101 | 10011110 | 10001 | 0 | 10111 | 10100 | 1100111 | 100000 | 1000111 |
Color Harmonies of #ABCD9E
Complementary color
Monochromatic Colors of #ABCD9E
Black with #ABCD9E
Text Example
Text Example
White with #ABCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD9E; }
p { color: rgb(171,205,158); }
H1.HeaderClassName
{
color: #ABCD9E;
}
.AnyTagClassName
{
color: #ABCD9E;
}
</style>
background-color css
<style>
a { background-color: #ABCD9E; }
a { background-color: rgb(171,205,158); }
div.DivClassName
{
background-color: #ABCD9E;
}
.BgClassName
{
background-color: #ABCD9E;
}
</style>
border-color css
<style>
span { border-color: #ABCD9E; }
span { border-color: rgb(171,205,158); }
td.TdClassName
{
border-color: #ABCD9E;
}
.TagClassName
{
border-color: #ABCD9E;
}
</style>