Shades of Spring Green #12EF7E
Tints of Spring Green #12EF7E
RGB
CMYK
RGB Variations
Color information
#12EF7E (or 0x12EF7E) is known color: Spring Green. HEX triplet: 12, EF and 7E. RGB value is (18,239,126). Sum of RGB (Red+Green+Blue) = 18+239+126=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 239 (93.75% from 255 or 62.40% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 239 - color contains mainly: green. Hex color #12EF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EF7E is #ED1081. Grayscale: #A0A0A0. Windows color (decimal): -15536258 or 8318738. OLE color: 8318738.
HSL color Cylindrical-coordinate representation of color #12EF7E: hue angle of 149.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EF7E is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 239 | 126 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.06 |
| HSL | 149.32º | 0.87% | 0.5% | - |
| HSV(B) | 149.32º | 0.92% | 0.94% | - |
| XYZ | 34.88 | 63.37 | 30.13 | - |
| YUV | 160.04 | 108.78 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 126 | 0.92 | 0 | 0.47 | 0.06 | 149.32 | 0.87 | 0.5 |
| Hex | 12 | EF | 7E | 5C | 0 | 2F | 6 | 95 | 57 | 32 |
| Octal | 22 | 357 | 176 | 134 | 0 | 57 | 6 | 225 | 127 | 62 |
| Binary | 10010 | 11101111 | 1111110 | 1011100 | 0 | 101111 | 110 | 10010101 | 1010111 | 110010 |
Color Harmonies of #12EF7E
Complementary color
Monochromatic Colors of #12EF7E
Black with #12EF7E
Text Example
Text Example
White with #12EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EF7E; }
p { color: rgb(18,239,126); }
H1.HeaderClassName
{
color: #12EF7E;
}
.AnyTagClassName
{
color: #12EF7E;
}
</style>
background-color css
<style>
a { background-color: #12EF7E; }
a { background-color: rgb(18,239,126); }
div.DivClassName
{
background-color: #12EF7E;
}
.BgClassName
{
background-color: #12EF7E;
}
</style>
border-color css
<style>
span { border-color: #12EF7E; }
span { border-color: rgb(18,239,126); }
td.TdClassName
{
border-color: #12EF7E;
}
.TagClassName
{
border-color: #12EF7E;
}
</style>