Html Css Color HEX #12EF8D Medium Spring Green
📋 copy color: '#12EF8D'red 18 ◦ green 239 ◦ blue 141
Shades of Medium Spring Green #12EF8D
Tints of Medium Spring Green #12EF8D
RGB
CMYK
RGB Variations
Color information
#12EF8D (or 0x12EF8D) is known color: Medium Spring Green. HEX triplet: 12, EF and 8D. RGB value is (18,239,141). Sum of RGB (Red+Green+Blue) = 18+239+141=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 239 (93.75% from 255 or 60.05% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EF8D is #ED1072. Grayscale: #A1A1A1. Windows color (decimal): -15536243 or 9301778. OLE color: 9301778.
HSL color Cylindrical-coordinate representation of color #12EF8D: hue angle of 153.39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EF8D is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 141 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.06 |
| HSL | 153.39º | 0.87% | 0.5% | - |
| HSV(B) | 153.39º | 0.92% | 0.94% | - |
| XYZ | 35.92 | 63.78 | 35.62 | - |
| YUV | 161.75 | 116.28 | 25.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 141 | 0.92 | 0 | 0.41 | 0.06 | 153.39 | 0.87 | 0.5 |
| Hex | 12 | EF | 8D | 5C | 0 | 29 | 6 | 99 | 57 | 32 |
| Octal | 22 | 357 | 215 | 134 | 0 | 51 | 6 | 231 | 127 | 62 |
| Binary | 10010 | 11101111 | 10001101 | 1011100 | 0 | 101001 | 110 | 10011001 | 1010111 | 110010 |
Color Harmonies of #12EF8D
Complementary color
Monochromatic Colors of #12EF8D
Black with #12EF8D
Text Example
Text Example
White with #12EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF8D; }
p { color: rgb(18,239,141); }
H1.HeaderClassName
{
color: #12EF8D;
}
.AnyTagClassName
{
color: #12EF8D;
}
</style>
background-color css
<style>
a { background-color: #12EF8D; }
a { background-color: rgb(18,239,141); }
div.DivClassName
{
background-color: #12EF8D;
}
.BgClassName
{
background-color: #12EF8D;
}
</style>
border-color css
<style>
span { border-color: #12EF8D; }
span { border-color: rgb(18,239,141); }
td.TdClassName
{
border-color: #12EF8D;
}
.TagClassName
{
border-color: #12EF8D;
}
</style>