Shades of Spring Green #12F070
Tints of Spring Green #12F070
RGB
CMYK
RGB Variations
Color information
#12F070 (or 0x12F070) is known color: Spring Green. HEX triplet: 12, F0 and 70. RGB value is (18,240,112). Sum of RGB (Red+Green+Blue) = 18+240+112=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #12F070 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F070 is #ED0F8F. Grayscale: #9F9F9F. Windows color (decimal): -15536016 or 7401490. OLE color: 7401490.
HSL color Cylindrical-coordinate representation of color #12F070: hue angle of 145.41º 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 #12F070 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 112 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.06 |
| HSL | 145.41º | 0.88% | 0.51% | - |
| HSV(B) | 145.41º | 0.93% | 0.94% | - |
| XYZ | 34.33 | 63.62 | 25.8 | - |
| YUV | 159.03 | 101.45 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 112 | 0.92 | 0 | 0.53 | 0.06 | 145.41 | 0.88 | 0.51 |
| Hex | 12 | F0 | 70 | 5C | 0 | 35 | 6 | 91 | 58 | 33 |
| Octal | 22 | 360 | 160 | 134 | 0 | 65 | 6 | 221 | 130 | 63 |
| Binary | 10010 | 11110000 | 1110000 | 1011100 | 0 | 110101 | 110 | 10010001 | 1011000 | 110011 |
Color Harmonies of #12F070
Complementary color
Monochromatic Colors of #12F070
Black with #12F070
Text Example
Text Example
White with #12F070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F070; }
p { color: rgb(18,240,112); }
H1.HeaderClassName
{
color: #12F070;
}
.AnyTagClassName
{
color: #12F070;
}
</style>
background-color css
<style>
a { background-color: #12F070; }
a { background-color: rgb(18,240,112); }
div.DivClassName
{
background-color: #12F070;
}
.BgClassName
{
background-color: #12F070;
}
</style>
border-color css
<style>
span { border-color: #12F070; }
span { border-color: rgb(18,240,112); }
td.TdClassName
{
border-color: #12F070;
}
.TagClassName
{
border-color: #12F070;
}
</style>