Html Css Color HEX #12E38A Medium Spring Green
📋 copy color: '#12E38A'red 18 ◦ green 227 ◦ blue 138
Shades of Medium Spring Green #12E38A
Tints of Medium Spring Green #12E38A
RGB
CMYK
RGB Variations
Color information
#12E38A (or 0x12E38A) is known color: Medium Spring Green. HEX triplet: 12, E3 and 8A. RGB value is (18,227,138). Sum of RGB (Red+Green+Blue) = 18+227+138=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 227 (89.06% from 255 or 59.27% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 227 - color contains mainly: green. Hex color #12E38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12E38A is #ED1C75. Grayscale: #9A9A9A. Windows color (decimal): -15539318 or 9102098. OLE color: 9102098.
HSL color Cylindrical-coordinate representation of color #12E38A: hue angle of 154.45º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E38A is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 138 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.11 |
| HSL | 154.45º | 0.85% | 0.48% | - |
| HSV(B) | 154.45º | 0.92% | 0.89% | - |
| XYZ | 32.31 | 56.9 | 33.33 | - |
| YUV | 154.36 | 118.76 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 138 | 0.92 | 0 | 0.39 | 0.11 | 154.45 | 0.85 | 0.48 |
| Hex | 12 | E3 | 8A | 5C | 0 | 27 | B | 9A | 55 | 30 |
| Octal | 22 | 343 | 212 | 134 | 0 | 47 | 13 | 232 | 125 | 60 |
| Binary | 10010 | 11100011 | 10001010 | 1011100 | 0 | 100111 | 1011 | 10011010 | 1010101 | 110000 |
Color Harmonies of #12E38A
Complementary color
Monochromatic Colors of #12E38A
Black with #12E38A
Text Example
Text Example
White with #12E38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E38A; }
p { color: rgb(18,227,138); }
H1.HeaderClassName
{
color: #12E38A;
}
.AnyTagClassName
{
color: #12E38A;
}
</style>
background-color css
<style>
a { background-color: #12E38A; }
a { background-color: rgb(18,227,138); }
div.DivClassName
{
background-color: #12E38A;
}
.BgClassName
{
background-color: #12E38A;
}
</style>
border-color css
<style>
span { border-color: #12E38A; }
span { border-color: rgb(18,227,138); }
td.TdClassName
{
border-color: #12E38A;
}
.TagClassName
{
border-color: #12E38A;
}
</style>