Shades of Spring Rain #ABCF9E
Tints of Spring Rain #ABCF9E
RGB
CMYK
RGB Variations
Color information
#ABCF9E (or 0xABCF9E) is known color: Spring Rain. HEX triplet: AB, CF and 9E. RGB value is (171,207,158). Sum of RGB (Red+Green+Blue) = 171+207+158=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF9E is #543061. Grayscale: #BEBEBE. Windows color (decimal): -5517410 or 10407851. OLE color: 10407851.
HSL color Cylindrical-coordinate representation of color #ABCF9E: hue angle of 104.08º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCF9E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 158 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.19 |
| HSL | 104.08º | 0.34% | 0.72% | - |
| HSV(B) | 104.08º | 0.24% | 0.81% | - |
| XYZ | 45.28 | 55.75 | 40.72 | - |
| YUV | 190.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 158 | 0.17 | 0 | 0.24 | 0.19 | 104.08 | 0.34 | 0.72 |
| Hex | AB | CF | 9E | 11 | 0 | 18 | 13 | 68 | 22 | 48 |
| Octal | 253 | 317 | 236 | 21 | 0 | 30 | 23 | 150 | 42 | 110 |
| Binary | 10101011 | 11001111 | 10011110 | 10001 | 0 | 11000 | 10011 | 1101000 | 100010 | 1001000 |
Color Harmonies of #ABCF9E
Complementary color
Monochromatic Colors of #ABCF9E
Black with #ABCF9E
Text Example
Text Example
White with #ABCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF9E; }
p { color: rgb(171,207,158); }
H1.HeaderClassName
{
color: #ABCF9E;
}
.AnyTagClassName
{
color: #ABCF9E;
}
</style>
background-color css
<style>
a { background-color: #ABCF9E; }
a { background-color: rgb(171,207,158); }
div.DivClassName
{
background-color: #ABCF9E;
}
.BgClassName
{
background-color: #ABCF9E;
}
</style>
border-color css
<style>
span { border-color: #ABCF9E; }
span { border-color: rgb(171,207,158); }
td.TdClassName
{
border-color: #ABCF9E;
}
.TagClassName
{
border-color: #ABCF9E;
}
</style>