Html Css Color HEX #12EDAD Medium Spring Green
📋 copy color: '#12EDAD'red 18 ◦ green 237 ◦ blue 173
Shades of Medium Spring Green #12EDAD
Tints of Medium Spring Green #12EDAD
RGB
CMYK
RGB Variations
Color information
#12EDAD (or 0x12EDAD) is known color: Medium Spring Green. HEX triplet: 12, ED and AD. RGB value is (18,237,173). Sum of RGB (Red+Green+Blue) = 18+237+173=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #12EDAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EDAD is #ED1252. Grayscale: #A4A4A4. Windows color (decimal): -15536723 or 11398418. OLE color: 11398418.
HSL color Cylindrical-coordinate representation of color #12EDAD: hue angle of 162.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EDAD is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 237 | 173 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.07 |
| HSL | 162.47º | 0.86% | 0.5% | - |
| HSV(B) | 162.47º | 0.92% | 0.93% | - |
| XYZ | 38.08 | 63.71 | 49.83 | - |
| YUV | 164.22 | 132.95 | 23.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 237 | 173 | 0.92 | 0 | 0.27 | 0.07 | 162.47 | 0.86 | 0.5 |
| Hex | 12 | ED | AD | 5C | 0 | 1B | 7 | A2 | 56 | 32 |
| Octal | 22 | 355 | 255 | 134 | 0 | 33 | 7 | 242 | 126 | 62 |
| Binary | 10010 | 11101101 | 10101101 | 1011100 | 0 | 11011 | 111 | 10100010 | 1010110 | 110010 |
Color Harmonies of #12EDAD
Complementary color
Monochromatic Colors of #12EDAD
Black with #12EDAD
Text Example
Text Example
White with #12EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EDAD; }
p { color: rgb(18,237,173); }
H1.HeaderClassName
{
color: #12EDAD;
}
.AnyTagClassName
{
color: #12EDAD;
}
</style>
background-color css
<style>
a { background-color: #12EDAD; }
a { background-color: rgb(18,237,173); }
div.DivClassName
{
background-color: #12EDAD;
}
.BgClassName
{
background-color: #12EDAD;
}
</style>
border-color css
<style>
span { border-color: #12EDAD; }
span { border-color: rgb(18,237,173); }
td.TdClassName
{
border-color: #12EDAD;
}
.TagClassName
{
border-color: #12EDAD;
}
</style>