Shades of Spring Rain #ABC99F
Tints of Spring Rain #ABC99F
RGB
CMYK
RGB Variations
Color information
#ABC99F (or 0xABC99F) is known color: Spring Rain. HEX triplet: AB, C9 and 9F. RGB value is (171,201,159). Sum of RGB (Red+Green+Blue) = 171+201+159=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC99F is #543660. Grayscale: #BBBBBB. Windows color (decimal): -5518945 or 10471851. OLE color: 10471851.
HSL color Cylindrical-coordinate representation of color #ABC99F: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC99F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 159 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.21 |
| HSL | 102.86º | 0.28% | 0.71% | - |
| HSV(B) | 102.86º | 0.21% | 0.79% | - |
| XYZ | 43.94 | 52.93 | 40.7 | - |
| YUV | 187.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 159 | 0.15 | 0 | 0.21 | 0.21 | 102.86 | 0.28 | 0.71 |
| Hex | AB | C9 | 9F | F | 0 | 15 | 15 | 67 | 1C | 47 |
| Octal | 253 | 311 | 237 | 17 | 0 | 25 | 25 | 147 | 34 | 107 |
| Binary | 10101011 | 11001001 | 10011111 | 1111 | 0 | 10101 | 10101 | 1100111 | 11100 | 1000111 |
Color Harmonies of #ABC99F
Complementary color
Monochromatic Colors of #ABC99F
Black with #ABC99F
Text Example
Text Example
White with #ABC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC99F; }
p { color: rgb(171,201,159); }
H1.HeaderClassName
{
color: #ABC99F;
}
.AnyTagClassName
{
color: #ABC99F;
}
</style>
background-color css
<style>
a { background-color: #ABC99F; }
a { background-color: rgb(171,201,159); }
div.DivClassName
{
background-color: #ABC99F;
}
.BgClassName
{
background-color: #ABC99F;
}
</style>
border-color css
<style>
span { border-color: #ABC99F; }
span { border-color: rgb(171,201,159); }
td.TdClassName
{
border-color: #ABC99F;
}
.TagClassName
{
border-color: #ABC99F;
}
</style>