Shades of Spring Green #12F37D
Tints of Spring Green #12F37D
RGB
CMYK
RGB Variations
Color information
#12F37D (or 0x12F37D) is known color: Spring Green. HEX triplet: 12, F3 and 7D. RGB value is (18,243,125). Sum of RGB (Red+Green+Blue) = 18+243+125=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #12F37D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12F37D is #ED0C82. Grayscale: #A2A2A2. Windows color (decimal): -15535235 or 8254226. OLE color: 8254226.
HSL color Cylindrical-coordinate representation of color #12F37D: hue angle of 148.53º 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 #12F37D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 125 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.05 |
| HSL | 148.53º | 0.9% | 0.51% | - |
| HSV(B) | 148.53º | 0.93% | 0.95% | - |
| XYZ | 36 | 65.71 | 30.19 | - |
| YUV | 162.27 | 106.96 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 125 | 0.93 | 0 | 0.49 | 0.05 | 148.53 | 0.9 | 0.51 |
| Hex | 12 | F3 | 7D | 5D | 0 | 31 | 5 | 95 | 5A | 33 |
| Octal | 22 | 363 | 175 | 135 | 0 | 61 | 5 | 225 | 132 | 63 |
| Binary | 10010 | 11110011 | 1111101 | 1011101 | 0 | 110001 | 101 | 10010101 | 1011010 | 110011 |
Color Harmonies of #12F37D
Complementary color
Monochromatic Colors of #12F37D
Black with #12F37D
Text Example
Text Example
White with #12F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F37D; }
p { color: rgb(18,243,125); }
H1.HeaderClassName
{
color: #12F37D;
}
.AnyTagClassName
{
color: #12F37D;
}
</style>
background-color css
<style>
a { background-color: #12F37D; }
a { background-color: rgb(18,243,125); }
div.DivClassName
{
background-color: #12F37D;
}
.BgClassName
{
background-color: #12F37D;
}
</style>
border-color css
<style>
span { border-color: #12F37D; }
span { border-color: rgb(18,243,125); }
td.TdClassName
{
border-color: #12F37D;
}
.TagClassName
{
border-color: #12F37D;
}
</style>