Shades of Spring Green #12F37C
Tints of Spring Green #12F37C
RGB
CMYK
RGB Variations
Color information
#12F37C (or 0x12F37C) is known color: Spring Green. HEX triplet: 12, F3 and 7C. RGB value is (18,243,124). Sum of RGB (Red+Green+Blue) = 18+243+124=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #12F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F37C is #ED0C83. Grayscale: #A2A2A2. Windows color (decimal): -15535236 or 8188690. OLE color: 8188690.
HSL color Cylindrical-coordinate representation of color #12F37C: hue angle of 148.27º 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 #12F37C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 124 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.05 |
| HSL | 148.27º | 0.9% | 0.51% | - |
| HSV(B) | 148.27º | 0.93% | 0.95% | - |
| XYZ | 35.94 | 65.69 | 29.85 | - |
| YUV | 162.16 | 106.46 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 124 | 0.93 | 0 | 0.49 | 0.05 | 148.27 | 0.9 | 0.51 |
| Hex | 12 | F3 | 7C | 5D | 0 | 31 | 5 | 94 | 5A | 33 |
| Octal | 22 | 363 | 174 | 135 | 0 | 61 | 5 | 224 | 132 | 63 |
| Binary | 10010 | 11110011 | 1111100 | 1011101 | 0 | 110001 | 101 | 10010100 | 1011010 | 110011 |
Color Harmonies of #12F37C
Complementary color
Monochromatic Colors of #12F37C
Black with #12F37C
Text Example
Text Example
White with #12F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F37C; }
p { color: rgb(18,243,124); }
H1.HeaderClassName
{
color: #12F37C;
}
.AnyTagClassName
{
color: #12F37C;
}
</style>
background-color css
<style>
a { background-color: #12F37C; }
a { background-color: rgb(18,243,124); }
div.DivClassName
{
background-color: #12F37C;
}
.BgClassName
{
background-color: #12F37C;
}
</style>
border-color css
<style>
span { border-color: #12F37C; }
span { border-color: rgb(18,243,124); }
td.TdClassName
{
border-color: #12F37C;
}
.TagClassName
{
border-color: #12F37C;
}
</style>