Shades of Spring Rain #ABC99E
Tints of Spring Rain #ABC99E
RGB
CMYK
RGB Variations
Color information
#ABC99E (or 0xABC99E) is known color: Spring Rain. HEX triplet: AB, C9 and 9E. RGB value is (171,201,158). Sum of RGB (Red+Green+Blue) = 171+201+158=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC99E is #543661. Grayscale: #BBBBBB. Windows color (decimal): -5518946 or 10406315. OLE color: 10406315.
HSL color Cylindrical-coordinate representation of color #ABC99E: hue angle of 101.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC99E is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 158 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.21 |
| HSL | 101.86º | 0.28% | 0.7% | - |
| HSV(B) | 101.86º | 0.21% | 0.79% | - |
| XYZ | 43.85 | 52.9 | 40.25 | - |
| YUV | 187.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 158 | 0.15 | 0 | 0.21 | 0.21 | 101.86 | 0.28 | 0.7 |
| Hex | AB | C9 | 9E | F | 0 | 15 | 15 | 66 | 1C | 46 |
| Octal | 253 | 311 | 236 | 17 | 0 | 25 | 25 | 146 | 34 | 106 |
| Binary | 10101011 | 11001001 | 10011110 | 1111 | 0 | 10101 | 10101 | 1100110 | 11100 | 1000110 |
Color Harmonies of #ABC99E
Complementary color
Monochromatic Colors of #ABC99E
Black with #ABC99E
Text Example
Text Example
White with #ABC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC99E; }
p { color: rgb(171,201,158); }
H1.HeaderClassName
{
color: #ABC99E;
}
.AnyTagClassName
{
color: #ABC99E;
}
</style>
background-color css
<style>
a { background-color: #ABC99E; }
a { background-color: rgb(171,201,158); }
div.DivClassName
{
background-color: #ABC99E;
}
.BgClassName
{
background-color: #ABC99E;
}
</style>
border-color css
<style>
span { border-color: #ABC99E; }
span { border-color: rgb(171,201,158); }
td.TdClassName
{
border-color: #ABC99E;
}
.TagClassName
{
border-color: #ABC99E;
}
</style>