Html Css Color HEX #12EBA0 Medium Spring Green
📋 copy color: '#12EBA0'red 18 ◦ green 235 ◦ blue 160
Shades of Medium Spring Green #12EBA0
Tints of Medium Spring Green #12EBA0
RGB
CMYK
RGB Variations
Color information
#12EBA0 (or 0x12EBA0) is known color: Medium Spring Green. HEX triplet: 12, EB and A0. RGB value is (18,235,160). Sum of RGB (Red+Green+Blue) = 18+235+160=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 235 (92.19% from 255 or 56.90% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 235 - color contains mainly: green. Hex color #12EBA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EBA0 is #ED145F. Grayscale: #A1A1A1. Windows color (decimal): -15537248 or 10545938. OLE color: 10545938.
HSL color Cylindrical-coordinate representation of color #12EBA0: hue angle of 159.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EBA0 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 235 | 160 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.08 |
| HSL | 159.26º | 0.86% | 0.5% | - |
| HSV(B) | 159.26º | 0.92% | 0.92% | - |
| XYZ | 36.3 | 62.08 | 43.33 | - |
| YUV | 161.57 | 127.11 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 235 | 160 | 0.92 | 0 | 0.32 | 0.08 | 159.26 | 0.86 | 0.5 |
| Hex | 12 | EB | A0 | 5C | 0 | 20 | 8 | 9F | 56 | 32 |
| Octal | 22 | 353 | 240 | 134 | 0 | 40 | 10 | 237 | 126 | 62 |
| Binary | 10010 | 11101011 | 10100000 | 1011100 | 0 | 100000 | 1000 | 10011111 | 1010110 | 110010 |
Color Harmonies of #12EBA0
Complementary color
Monochromatic Colors of #12EBA0
Black with #12EBA0
Text Example
Text Example
White with #12EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EBA0; }
p { color: rgb(18,235,160); }
H1.HeaderClassName
{
color: #12EBA0;
}
.AnyTagClassName
{
color: #12EBA0;
}
</style>
background-color css
<style>
a { background-color: #12EBA0; }
a { background-color: rgb(18,235,160); }
div.DivClassName
{
background-color: #12EBA0;
}
.BgClassName
{
background-color: #12EBA0;
}
</style>
border-color css
<style>
span { border-color: #12EBA0; }
span { border-color: rgb(18,235,160); }
td.TdClassName
{
border-color: #12EBA0;
}
.TagClassName
{
border-color: #12EBA0;
}
</style>