Shades of Spring Green #12EA80
Tints of Spring Green #12EA80
RGB
CMYK
RGB Variations
Color information
#12EA80 (or 0x12EA80) is known color: Spring Green. HEX triplet: 12, EA and 80. RGB value is (18,234,128). Sum of RGB (Red+Green+Blue) = 18+234+128=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12EA80 is #ED157F. Grayscale: #9D9D9D. Windows color (decimal): -15537536 or 8448530. OLE color: 8448530.
HSL color Cylindrical-coordinate representation of color #12EA80: hue angle of 150.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA80 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 128 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.08 |
| HSL | 150.56º | 0.86% | 0.49% | - |
| HSV(B) | 150.56º | 0.92% | 0.92% | - |
| XYZ | 33.57 | 60.53 | 30.34 | - |
| YUV | 157.33 | 111.44 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 128 | 0.92 | 0 | 0.45 | 0.08 | 150.56 | 0.86 | 0.49 |
| Hex | 12 | EA | 80 | 5C | 0 | 2D | 8 | 97 | 56 | 31 |
| Octal | 22 | 352 | 200 | 134 | 0 | 55 | 10 | 227 | 126 | 61 |
| Binary | 10010 | 11101010 | 10000000 | 1011100 | 0 | 101101 | 1000 | 10010111 | 1010110 | 110001 |
Color Harmonies of #12EA80
Complementary color
Monochromatic Colors of #12EA80
Black with #12EA80
Text Example
Text Example
White with #12EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA80; }
p { color: rgb(18,234,128); }
H1.HeaderClassName
{
color: #12EA80;
}
.AnyTagClassName
{
color: #12EA80;
}
</style>
background-color css
<style>
a { background-color: #12EA80; }
a { background-color: rgb(18,234,128); }
div.DivClassName
{
background-color: #12EA80;
}
.BgClassName
{
background-color: #12EA80;
}
</style>
border-color css
<style>
span { border-color: #12EA80; }
span { border-color: rgb(18,234,128); }
td.TdClassName
{
border-color: #12EA80;
}
.TagClassName
{
border-color: #12EA80;
}
</style>