Shades of Spring Rain #ABC19E
Tints of Spring Rain #ABC19E
RGB
CMYK
RGB Variations
Color information
#ABC19E (or 0xABC19E) is known color: Spring Rain. HEX triplet: AB, C1 and 9E. RGB value is (171,193,158). Sum of RGB (Red+Green+Blue) = 171+193+158=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC19E is #543E61. Grayscale: #B6B6B6. Windows color (decimal): -5520994 or 10404267. OLE color: 10404267.
HSL color Cylindrical-coordinate representation of color #ABC19E: hue angle of 97.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC19E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 158 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.24 |
| HSL | 97.71º | 0.22% | 0.69% | - |
| HSV(B) | 97.71º | 0.18% | 0.76% | - |
| XYZ | 42.04 | 49.27 | 39.64 | - |
| YUV | 182.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 158 | 0.11 | 0 | 0.18 | 0.24 | 97.71 | 0.22 | 0.69 |
| Hex | AB | C1 | 9E | B | 0 | 12 | 18 | 62 | 16 | 45 |
| Octal | 253 | 301 | 236 | 13 | 0 | 22 | 30 | 142 | 26 | 105 |
| Binary | 10101011 | 11000001 | 10011110 | 1011 | 0 | 10010 | 11000 | 1100010 | 10110 | 1000101 |
Color Harmonies of #ABC19E
Complementary color
Monochromatic Colors of #ABC19E
Black with #ABC19E
Text Example
Text Example
White with #ABC19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC19E; }
p { color: rgb(171,193,158); }
H1.HeaderClassName
{
color: #ABC19E;
}
.AnyTagClassName
{
color: #ABC19E;
}
</style>
background-color css
<style>
a { background-color: #ABC19E; }
a { background-color: rgb(171,193,158); }
div.DivClassName
{
background-color: #ABC19E;
}
.BgClassName
{
background-color: #ABC19E;
}
</style>
border-color css
<style>
span { border-color: #ABC19E; }
span { border-color: rgb(171,193,158); }
td.TdClassName
{
border-color: #ABC19E;
}
.TagClassName
{
border-color: #ABC19E;
}
</style>