Shades of Spring Green #12F78C
Tints of Spring Green #12F78C
RGB
CMYK
RGB Variations
Color information
#12F78C (or 0x12F78C) is known color: Spring Green. HEX triplet: 12, F7 and 8C. RGB value is (18,247,140). Sum of RGB (Red+Green+Blue) = 18+247+140=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 247 (96.88% from 255 or 60.99% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 247 - color contains mainly: green. Hex color #12F78C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F78C is #ED0873. Grayscale: #A6A6A6. Windows color (decimal): -15534196 or 9238290. OLE color: 9238290.
HSL color Cylindrical-coordinate representation of color #12F78C: hue angle of 151.97º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F78C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 140 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.03 |
| HSL | 151.97º | 0.93% | 0.52% | - |
| HSV(B) | 151.97º | 0.93% | 0.97% | - |
| XYZ | 38.24 | 68.54 | 36.03 | - |
| YUV | 166.33 | 113.13 | 22.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 140 | 0.93 | 0 | 0.43 | 0.03 | 151.97 | 0.93 | 0.52 |
| Hex | 12 | F7 | 8C | 5D | 0 | 2B | 3 | 98 | 5D | 34 |
| Octal | 22 | 367 | 214 | 135 | 0 | 53 | 3 | 230 | 135 | 64 |
| Binary | 10010 | 11110111 | 10001100 | 1011101 | 0 | 101011 | 11 | 10011000 | 1011101 | 110100 |
Color Harmonies of #12F78C
Complementary color
Monochromatic Colors of #12F78C
Black with #12F78C
Text Example
Text Example
White with #12F78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F78C; }
p { color: rgb(18,247,140); }
H1.HeaderClassName
{
color: #12F78C;
}
.AnyTagClassName
{
color: #12F78C;
}
</style>
background-color css
<style>
a { background-color: #12F78C; }
a { background-color: rgb(18,247,140); }
div.DivClassName
{
background-color: #12F78C;
}
.BgClassName
{
background-color: #12F78C;
}
</style>
border-color css
<style>
span { border-color: #12F78C; }
span { border-color: rgb(18,247,140); }
td.TdClassName
{
border-color: #12F78C;
}
.TagClassName
{
border-color: #12F78C;
}
</style>