Shades of Spring Green #18EF86
Tints of Spring Green #18EF86
RGB
CMYK
RGB Variations
Color information
#18EF86 (or 0x18EF86) is known color: Spring Green. HEX triplet: 18, EF and 86. RGB value is (24,239,134). Sum of RGB (Red+Green+Blue) = 24+239+134=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 239 (93.75% from 255 or 60.20% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 239 - color contains mainly: green. Hex color #18EF86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EF86 is #E71079. Grayscale: #A2A2A2. Windows color (decimal): -15143034 or 8843032. OLE color: 8843032.
HSL color Cylindrical-coordinate representation of color #18EF86: hue angle of 150.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EF86 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 134 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.06 |
| HSL | 150.7º | 0.87% | 0.52% | - |
| HSV(B) | 150.7º | 0.9% | 0.94% | - |
| XYZ | 35.55 | 63.65 | 32.97 | - |
| YUV | 162.75 | 111.77 | 29.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 134 | 0.90 | 0 | 0.44 | 0.06 | 150.7 | 0.87 | 0.52 |
| Hex | 18 | EF | 86 | 5A | 0 | 2C | 6 | 97 | 57 | 34 |
| Octal | 30 | 357 | 206 | 132 | 0 | 54 | 6 | 227 | 127 | 64 |
| Binary | 11000 | 11101111 | 10000110 | 1011010 | 0 | 101100 | 110 | 10010111 | 1010111 | 110100 |
Color Harmonies of #18EF86
Complementary color
Monochromatic Colors of #18EF86
Black with #18EF86
Text Example
Text Example
White with #18EF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EF86; }
p { color: rgb(24,239,134); }
H1.HeaderClassName
{
color: #18EF86;
}
.AnyTagClassName
{
color: #18EF86;
}
</style>
background-color css
<style>
a { background-color: #18EF86; }
a { background-color: rgb(24,239,134); }
div.DivClassName
{
background-color: #18EF86;
}
.BgClassName
{
background-color: #18EF86;
}
</style>
border-color css
<style>
span { border-color: #18EF86; }
span { border-color: rgb(24,239,134); }
td.TdClassName
{
border-color: #18EF86;
}
.TagClassName
{
border-color: #18EF86;
}
</style>