Shades of Spring Green #12FE78
Tints of Spring Green #12FE78
RGB
CMYK
RGB Variations
Color information
#12FE78 (or 0x12FE78) is known color: Spring Green. HEX triplet: 12, FE and 78. RGB value is (18,254,120). Sum of RGB (Red+Green+Blue) = 18+254+120=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #12FE78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FE78 is #ED0187. Grayscale: #A8A8A8. Windows color (decimal): -15532424 or 7929362. OLE color: 7929362.
HSL color Cylindrical-coordinate representation of color #12FE78: hue angle of 145.93º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FE78 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 120 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.00 |
| HSL | 145.93º | 0.99% | 0.53% | - |
| HSV(B) | 145.93º | 0.93% | 1% | - |
| XYZ | 39.08 | 72.37 | 29.68 | - |
| YUV | 168.16 | 100.81 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 120 | 0.93 | 0 | 0.53 | 0.00 | 145.93 | 0.99 | 0.53 |
| Hex | 12 | FE | 78 | 5D | 0 | 35 | 0 | 92 | 63 | 35 |
| Octal | 22 | 376 | 170 | 135 | 0 | 65 | 0 | 222 | 143 | 65 |
| Binary | 10010 | 11111110 | 1111000 | 1011101 | 0 | 110101 | 0 | 10010010 | 1100011 | 110101 |
Color Harmonies of #12FE78
Complementary color
Monochromatic Colors of #12FE78
Black with #12FE78
Text Example
Text Example
White with #12FE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FE78; }
p { color: rgb(18,254,120); }
H1.HeaderClassName
{
color: #12FE78;
}
.AnyTagClassName
{
color: #12FE78;
}
</style>
background-color css
<style>
a { background-color: #12FE78; }
a { background-color: rgb(18,254,120); }
div.DivClassName
{
background-color: #12FE78;
}
.BgClassName
{
background-color: #12FE78;
}
</style>
border-color css
<style>
span { border-color: #12FE78; }
span { border-color: rgb(18,254,120); }
td.TdClassName
{
border-color: #12FE78;
}
.TagClassName
{
border-color: #12FE78;
}
</style>