Shades of Spring Green #18EC7F
Tints of Spring Green #18EC7F
RGB
CMYK
RGB Variations
Color information
#18EC7F (or 0x18EC7F) is known color: Spring Green. HEX triplet: 18, EC and 7F. RGB value is (24,236,127). Sum of RGB (Red+Green+Blue) = 24+236+127=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #18EC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EC7F is #E71380. Grayscale: #A0A0A0. Windows color (decimal): -15143809 or 8383512. OLE color: 8383512.
HSL color Cylindrical-coordinate representation of color #18EC7F: hue angle of 149.15º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EC7F is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 236 | 127 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.07 |
| HSL | 149.15º | 0.85% | 0.51% | - |
| HSV(B) | 149.15º | 0.9% | 0.93% | - |
| XYZ | 34.2 | 61.72 | 30.19 | - |
| YUV | 160.19 | 109.26 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 127 | 0.90 | 0 | 0.46 | 0.07 | 149.15 | 0.85 | 0.51 |
| Hex | 18 | EC | 7F | 5A | 0 | 2E | 7 | 95 | 55 | 33 |
| Octal | 30 | 354 | 177 | 132 | 0 | 56 | 7 | 225 | 125 | 63 |
| Binary | 11000 | 11101100 | 1111111 | 1011010 | 0 | 101110 | 111 | 10010101 | 1010101 | 110011 |
Color Harmonies of #18EC7F
Complementary color
Monochromatic Colors of #18EC7F
Black with #18EC7F
Text Example
Text Example
White with #18EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EC7F; }
p { color: rgb(24,236,127); }
H1.HeaderClassName
{
color: #18EC7F;
}
.AnyTagClassName
{
color: #18EC7F;
}
</style>
background-color css
<style>
a { background-color: #18EC7F; }
a { background-color: rgb(24,236,127); }
div.DivClassName
{
background-color: #18EC7F;
}
.BgClassName
{
background-color: #18EC7F;
}
</style>
border-color css
<style>
span { border-color: #18EC7F; }
span { border-color: rgb(24,236,127); }
td.TdClassName
{
border-color: #18EC7F;
}
.TagClassName
{
border-color: #18EC7F;
}
</style>