Shades of Spring Rain #ABC09E
Tints of Spring Rain #ABC09E
RGB
CMYK
RGB Variations
Color information
#ABC09E (or 0xABC09E) is known color: Spring Rain. HEX triplet: AB, C0 and 9E. RGB value is (171,192,158). Sum of RGB (Red+Green+Blue) = 171+192+158=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC09E is #543F61. Grayscale: #B5B5B5. Windows color (decimal): -5521250 or 10404011. OLE color: 10404011.
HSL color Cylindrical-coordinate representation of color #ABC09E: hue angle of 97.06º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC09E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 158 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.25 |
| HSL | 97.06º | 0.21% | 0.69% | - |
| HSV(B) | 97.06º | 0.18% | 0.75% | - |
| XYZ | 41.82 | 48.83 | 39.57 | - |
| YUV | 181.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 158 | 0.11 | 0 | 0.18 | 0.25 | 97.06 | 0.21 | 0.69 |
| Hex | AB | C0 | 9E | B | 0 | 12 | 19 | 61 | 15 | 45 |
| Octal | 253 | 300 | 236 | 13 | 0 | 22 | 31 | 141 | 25 | 105 |
| Binary | 10101011 | 11000000 | 10011110 | 1011 | 0 | 10010 | 11001 | 1100001 | 10101 | 1000101 |
Color Harmonies of #ABC09E
Complementary color
Monochromatic Colors of #ABC09E
Black with #ABC09E
Text Example
Text Example
White with #ABC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC09E; }
p { color: rgb(171,192,158); }
H1.HeaderClassName
{
color: #ABC09E;
}
.AnyTagClassName
{
color: #ABC09E;
}
</style>
background-color css
<style>
a { background-color: #ABC09E; }
a { background-color: rgb(171,192,158); }
div.DivClassName
{
background-color: #ABC09E;
}
.BgClassName
{
background-color: #ABC09E;
}
</style>
border-color css
<style>
span { border-color: #ABC09E; }
span { border-color: rgb(171,192,158); }
td.TdClassName
{
border-color: #ABC09E;
}
.TagClassName
{
border-color: #ABC09E;
}
</style>