Shades of Spring Rain #ABC69E
Tints of Spring Rain #ABC69E
RGB
CMYK
RGB Variations
Color information
#ABC69E (or 0xABC69E) is known color: Spring Rain. HEX triplet: AB, C6 and 9E. RGB value is (171,198,158). Sum of RGB (Red+Green+Blue) = 171+198+158=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC69E is #543961. Grayscale: #B9B9B9. Windows color (decimal): -5519714 or 10405547. OLE color: 10405547.
HSL color Cylindrical-coordinate representation of color #ABC69E: hue angle of 100.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC69E is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 158 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.22 |
| HSL | 100.5º | 0.26% | 0.7% | - |
| HSV(B) | 100.5º | 0.2% | 0.78% | - |
| XYZ | 43.16 | 51.51 | 40.02 | - |
| YUV | 185.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 158 | 0.14 | 0 | 0.20 | 0.22 | 100.5 | 0.26 | 0.7 |
| Hex | AB | C6 | 9E | E | 0 | 14 | 16 | 64 | 1A | 46 |
| Octal | 253 | 306 | 236 | 16 | 0 | 24 | 26 | 144 | 32 | 106 |
| Binary | 10101011 | 11000110 | 10011110 | 1110 | 0 | 10100 | 10110 | 1100100 | 11010 | 1000110 |
Color Harmonies of #ABC69E
Complementary color
Monochromatic Colors of #ABC69E
Black with #ABC69E
Text Example
Text Example
White with #ABC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC69E; }
p { color: rgb(171,198,158); }
H1.HeaderClassName
{
color: #ABC69E;
}
.AnyTagClassName
{
color: #ABC69E;
}
</style>
background-color css
<style>
a { background-color: #ABC69E; }
a { background-color: rgb(171,198,158); }
div.DivClassName
{
background-color: #ABC69E;
}
.BgClassName
{
background-color: #ABC69E;
}
</style>
border-color css
<style>
span { border-color: #ABC69E; }
span { border-color: rgb(171,198,158); }
td.TdClassName
{
border-color: #ABC69E;
}
.TagClassName
{
border-color: #ABC69E;
}
</style>