Html Css Color HEX #12F08E Medium Spring Green
📋 copy color: '#12F08E'red 18 ◦ green 240 ◦ blue 142
Shades of Medium Spring Green #12F08E
Tints of Medium Spring Green #12F08E
RGB
CMYK
RGB Variations
Color information
#12F08E (or 0x12F08E) is known color: Medium Spring Green. HEX triplet: 12, F0 and 8E. RGB value is (18,240,142). Sum of RGB (Red+Green+Blue) = 18+240+142=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #12F08E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F08E is #ED0F71. Grayscale: #A2A2A2. Windows color (decimal): -15535986 or 9367570. OLE color: 9367570.
HSL color Cylindrical-coordinate representation of color #12F08E: hue angle of 153.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F08E is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 142 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.06 |
| HSL | 153.51º | 0.88% | 0.51% | - |
| HSV(B) | 153.51º | 0.93% | 0.94% | - |
| XYZ | 36.29 | 64.4 | 36.11 | - |
| YUV | 162.45 | 116.45 | 24.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 142 | 0.92 | 0 | 0.41 | 0.06 | 153.51 | 0.88 | 0.51 |
| Hex | 12 | F0 | 8E | 5C | 0 | 29 | 6 | 9A | 58 | 33 |
| Octal | 22 | 360 | 216 | 134 | 0 | 51 | 6 | 232 | 130 | 63 |
| Binary | 10010 | 11110000 | 10001110 | 1011100 | 0 | 101001 | 110 | 10011010 | 1011000 | 110011 |
Color Harmonies of #12F08E
Complementary color
Monochromatic Colors of #12F08E
Black with #12F08E
Text Example
Text Example
White with #12F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F08E; }
p { color: rgb(18,240,142); }
H1.HeaderClassName
{
color: #12F08E;
}
.AnyTagClassName
{
color: #12F08E;
}
</style>
background-color css
<style>
a { background-color: #12F08E; }
a { background-color: rgb(18,240,142); }
div.DivClassName
{
background-color: #12F08E;
}
.BgClassName
{
background-color: #12F08E;
}
</style>
border-color css
<style>
span { border-color: #12F08E; }
span { border-color: rgb(18,240,142); }
td.TdClassName
{
border-color: #12F08E;
}
.TagClassName
{
border-color: #12F08E;
}
</style>