Shades of Spring Green #12F078
Tints of Spring Green #12F078
RGB
CMYK
RGB Variations
Color information
#12F078 (or 0x12F078) is known color: Spring Green. HEX triplet: 12, F0 and 78. RGB value is (18,240,120). Sum of RGB (Red+Green+Blue) = 18+240+120=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #12F078 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F078 is #ED0F87. Grayscale: #A0A0A0. Windows color (decimal): -15536008 or 7925778. OLE color: 7925778.
HSL color Cylindrical-coordinate representation of color #12F078: hue angle of 147.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F078 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 120 | - |
| CMYK | 0.92 | 0 | 0.5 | 0.06 |
| HSL | 147.57º | 0.88% | 0.51% | - |
| HSV(B) | 147.57º | 0.93% | 0.94% | - |
| XYZ | 34.8 | 63.8 | 28.25 | - |
| YUV | 159.94 | 105.45 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 120 | 0.92 | 0 | 0.5 | 0.06 | 147.57 | 0.88 | 0.51 |
| Hex | 12 | F0 | 78 | 5C | 0 | 32 | 6 | 94 | 58 | 33 |
| Octal | 22 | 360 | 170 | 134 | 0 | 62 | 6 | 224 | 130 | 63 |
| Binary | 10010 | 11110000 | 1111000 | 1011100 | 0 | 110010 | 110 | 10010100 | 1011000 | 110011 |
Color Harmonies of #12F078
Complementary color
Monochromatic Colors of #12F078
Black with #12F078
Text Example
Text Example
White with #12F078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F078; }
p { color: rgb(18,240,120); }
H1.HeaderClassName
{
color: #12F078;
}
.AnyTagClassName
{
color: #12F078;
}
</style>
background-color css
<style>
a { background-color: #12F078; }
a { background-color: rgb(18,240,120); }
div.DivClassName
{
background-color: #12F078;
}
.BgClassName
{
background-color: #12F078;
}
</style>
border-color css
<style>
span { border-color: #12F078; }
span { border-color: rgb(18,240,120); }
td.TdClassName
{
border-color: #12F078;
}
.TagClassName
{
border-color: #12F078;
}
</style>