Shades of Spring Green #12F46D
Tints of Spring Green #12F46D
RGB
CMYK
RGB Variations
Color information
#12F46D (or 0x12F46D) is known color: Spring Green. HEX triplet: 12, F4 and 6D. RGB value is (18,244,109). Sum of RGB (Red+Green+Blue) = 18+244+109=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #12F46D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F46D is #ED0B92. Grayscale: #A1A1A1. Windows color (decimal): -15534995 or 7205906. OLE color: 7205906.
HSL color Cylindrical-coordinate representation of color #12F46D: hue angle of 144.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F46D is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 244 | 109 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.04 |
| HSL | 144.16º | 0.91% | 0.51% | - |
| HSV(B) | 144.16º | 0.93% | 0.96% | - |
| XYZ | 35.36 | 65.93 | 25.33 | - |
| YUV | 161.04 | 98.63 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 244 | 109 | 0.93 | 0 | 0.55 | 0.04 | 144.16 | 0.91 | 0.51 |
| Hex | 12 | F4 | 6D | 5D | 0 | 37 | 4 | 90 | 5B | 33 |
| Octal | 22 | 364 | 155 | 135 | 0 | 67 | 4 | 220 | 133 | 63 |
| Binary | 10010 | 11110100 | 1101101 | 1011101 | 0 | 110111 | 100 | 10010000 | 1011011 | 110011 |
Color Harmonies of #12F46D
Complementary color
Monochromatic Colors of #12F46D
Black with #12F46D
Text Example
Text Example
White with #12F46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F46D; }
p { color: rgb(18,244,109); }
H1.HeaderClassName
{
color: #12F46D;
}
.AnyTagClassName
{
color: #12F46D;
}
</style>
background-color css
<style>
a { background-color: #12F46D; }
a { background-color: rgb(18,244,109); }
div.DivClassName
{
background-color: #12F46D;
}
.BgClassName
{
background-color: #12F46D;
}
</style>
border-color css
<style>
span { border-color: #12F46D; }
span { border-color: rgb(18,244,109); }
td.TdClassName
{
border-color: #12F46D;
}
.TagClassName
{
border-color: #12F46D;
}
</style>