Shades of Spring Green #12EA78
Tints of Spring Green #12EA78
RGB
CMYK
RGB Variations
Color information
#12EA78 (or 0x12EA78) is known color: Spring Green. HEX triplet: 12, EA and 78. RGB value is (18,234,120). Sum of RGB (Red+Green+Blue) = 18+234+120=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EA78 is #ED1587. Grayscale: #9C9C9C. Windows color (decimal): -15537544 or 7924242. OLE color: 7924242.
HSL color Cylindrical-coordinate representation of color #12EA78: hue angle of 148.33º 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 #12EA78 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 120 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.08 |
| HSL | 148.33º | 0.86% | 0.49% | - |
| HSV(B) | 148.33º | 0.92% | 0.92% | - |
| XYZ | 33.06 | 60.33 | 27.67 | - |
| YUV | 156.42 | 107.44 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 120 | 0.92 | 0 | 0.49 | 0.08 | 148.33 | 0.86 | 0.49 |
| Hex | 12 | EA | 78 | 5C | 0 | 31 | 8 | 94 | 56 | 31 |
| Octal | 22 | 352 | 170 | 134 | 0 | 61 | 10 | 224 | 126 | 61 |
| Binary | 10010 | 11101010 | 1111000 | 1011100 | 0 | 110001 | 1000 | 10010100 | 1010110 | 110001 |
Color Harmonies of #12EA78
Complementary color
Monochromatic Colors of #12EA78
Black with #12EA78
Text Example
Text Example
White with #12EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA78; }
p { color: rgb(18,234,120); }
H1.HeaderClassName
{
color: #12EA78;
}
.AnyTagClassName
{
color: #12EA78;
}
</style>
background-color css
<style>
a { background-color: #12EA78; }
a { background-color: rgb(18,234,120); }
div.DivClassName
{
background-color: #12EA78;
}
.BgClassName
{
background-color: #12EA78;
}
</style>
border-color css
<style>
span { border-color: #12EA78; }
span { border-color: rgb(18,234,120); }
td.TdClassName
{
border-color: #12EA78;
}
.TagClassName
{
border-color: #12EA78;
}
</style>