Html Css Color HEX #12E697 Medium Spring Green
📋 copy color: '#12E697'red 18 ◦ green 230 ◦ blue 151
Shades of Medium Spring Green #12E697
Tints of Medium Spring Green #12E697
RGB
CMYK
RGB Variations
Color information
#12E697 (or 0x12E697) is known color: Medium Spring Green. HEX triplet: 12, E6 and 97. RGB value is (18,230,151). Sum of RGB (Red+Green+Blue) = 18+230+151=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 230 (90.23% from 255 or 57.64% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 230 - color contains mainly: green. Hex color #12E697 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12E697 is #ED1968. Grayscale: #9D9D9D. Windows color (decimal): -15538537 or 9954834. OLE color: 9954834.
HSL color Cylindrical-coordinate representation of color #12E697: hue angle of 157.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E697 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 230 | 151 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.10 |
| HSL | 157.64º | 0.85% | 0.49% | - |
| HSV(B) | 157.64º | 0.92% | 0.9% | - |
| XYZ | 34.13 | 58.96 | 38.86 | - |
| YUV | 157.61 | 124.26 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 230 | 151 | 0.92 | 0 | 0.34 | 0.10 | 157.64 | 0.85 | 0.49 |
| Hex | 12 | E6 | 97 | 5C | 0 | 22 | A | 9E | 55 | 31 |
| Octal | 22 | 346 | 227 | 134 | 0 | 42 | 12 | 236 | 125 | 61 |
| Binary | 10010 | 11100110 | 10010111 | 1011100 | 0 | 100010 | 1010 | 10011110 | 1010101 | 110001 |
Color Harmonies of #12E697
Complementary color
Monochromatic Colors of #12E697
Black with #12E697
Text Example
Text Example
White with #12E697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E697; }
p { color: rgb(18,230,151); }
H1.HeaderClassName
{
color: #12E697;
}
.AnyTagClassName
{
color: #12E697;
}
</style>
background-color css
<style>
a { background-color: #12E697; }
a { background-color: rgb(18,230,151); }
div.DivClassName
{
background-color: #12E697;
}
.BgClassName
{
background-color: #12E697;
}
</style>
border-color css
<style>
span { border-color: #12E697; }
span { border-color: rgb(18,230,151); }
td.TdClassName
{
border-color: #12E697;
}
.TagClassName
{
border-color: #12E697;
}
</style>