Shades of Spring Green #12F370
Tints of Spring Green #12F370
RGB
CMYK
RGB Variations
Color information
#12F370 (or 0x12F370) is known color: Spring Green. HEX triplet: 12, F3 and 70. RGB value is (18,243,112). Sum of RGB (Red+Green+Blue) = 18+243+112=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #12F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F370 is #ED0C8F. Grayscale: #A1A1A1. Windows color (decimal): -15535248 or 7402258. OLE color: 7402258.
HSL color Cylindrical-coordinate representation of color #12F370: hue angle of 145.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F370 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 112 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.05 |
| HSL | 145.07º | 0.9% | 0.51% | - |
| HSV(B) | 145.07º | 0.93% | 0.95% | - |
| XYZ | 35.22 | 65.4 | 26.1 | - |
| YUV | 160.79 | 100.46 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 112 | 0.93 | 0 | 0.54 | 0.05 | 145.07 | 0.9 | 0.51 |
| Hex | 12 | F3 | 70 | 5D | 0 | 36 | 5 | 91 | 5A | 33 |
| Octal | 22 | 363 | 160 | 135 | 0 | 66 | 5 | 221 | 132 | 63 |
| Binary | 10010 | 11110011 | 1110000 | 1011101 | 0 | 110110 | 101 | 10010001 | 1011010 | 110011 |
Color Harmonies of #12F370
Complementary color
Monochromatic Colors of #12F370
Black with #12F370
Text Example
Text Example
White with #12F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F370; }
p { color: rgb(18,243,112); }
H1.HeaderClassName
{
color: #12F370;
}
.AnyTagClassName
{
color: #12F370;
}
</style>
background-color css
<style>
a { background-color: #12F370; }
a { background-color: rgb(18,243,112); }
div.DivClassName
{
background-color: #12F370;
}
.BgClassName
{
background-color: #12F370;
}
</style>
border-color css
<style>
span { border-color: #12F370; }
span { border-color: rgb(18,243,112); }
td.TdClassName
{
border-color: #12F370;
}
.TagClassName
{
border-color: #12F370;
}
</style>