Shades of Spring Green #18EE6C
Tints of Spring Green #18EE6C
RGB
CMYK
RGB Variations
Color information
#18EE6C (or 0x18EE6C) is known color: Spring Green. HEX triplet: 18, EE and 6C. RGB value is (24,238,108). Sum of RGB (Red+Green+Blue) = 24+238+108=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #18EE6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18EE6C is #E71193. Grayscale: #9F9F9F. Windows color (decimal): -15143316 or 7138840. OLE color: 7138840.
HSL color Cylindrical-coordinate representation of color #18EE6C: hue angle of 143.55º degrees, saturation: 0.86, 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 #18EE6C is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 108 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.07 |
| HSL | 143.55º | 0.86% | 0.51% | - |
| HSV(B) | 143.55º | 0.9% | 0.93% | - |
| XYZ | 33.66 | 62.43 | 24.46 | - |
| YUV | 159.19 | 99.1 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 108 | 0.90 | 0 | 0.55 | 0.07 | 143.55 | 0.86 | 0.51 |
| Hex | 18 | EE | 6C | 5A | 0 | 37 | 7 | 90 | 56 | 33 |
| Octal | 30 | 356 | 154 | 132 | 0 | 67 | 7 | 220 | 126 | 63 |
| Binary | 11000 | 11101110 | 1101100 | 1011010 | 0 | 110111 | 111 | 10010000 | 1010110 | 110011 |
Color Harmonies of #18EE6C
Complementary color
Monochromatic Colors of #18EE6C
Black with #18EE6C
Text Example
Text Example
White with #18EE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EE6C; }
p { color: rgb(24,238,108); }
H1.HeaderClassName
{
color: #18EE6C;
}
.AnyTagClassName
{
color: #18EE6C;
}
</style>
background-color css
<style>
a { background-color: #18EE6C; }
a { background-color: rgb(24,238,108); }
div.DivClassName
{
background-color: #18EE6C;
}
.BgClassName
{
background-color: #18EE6C;
}
</style>
border-color css
<style>
span { border-color: #18EE6C; }
span { border-color: rgb(24,238,108); }
td.TdClassName
{
border-color: #18EE6C;
}
.TagClassName
{
border-color: #18EE6C;
}
</style>