Html Css Color HEX #12F38F Medium Spring Green
📋 copy color: '#12F38F'red 18 ◦ green 243 ◦ blue 143
Shades of Medium Spring Green #12F38F
Tints of Medium Spring Green #12F38F
RGB
CMYK
RGB Variations
Color information
#12F38F (or 0x12F38F) is known color: Medium Spring Green. HEX triplet: 12, F3 and 8F. RGB value is (18,243,143). Sum of RGB (Red+Green+Blue) = 18+243+143=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #12F38F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F38F is #ED0C70. Grayscale: #A4A4A4. Windows color (decimal): -15535217 or 9433874. OLE color: 9433874.
HSL color Cylindrical-coordinate representation of color #12F38F: hue angle of 153.33º 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 #12F38F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 143 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.05 |
| HSL | 153.33º | 0.9% | 0.51% | - |
| HSV(B) | 153.33º | 0.93% | 0.95% | - |
| XYZ | 37.26 | 66.21 | 36.8 | - |
| YUV | 164.33 | 115.96 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 143 | 0.93 | 0 | 0.41 | 0.05 | 153.33 | 0.9 | 0.51 |
| Hex | 12 | F3 | 8F | 5D | 0 | 29 | 5 | 99 | 5A | 33 |
| Octal | 22 | 363 | 217 | 135 | 0 | 51 | 5 | 231 | 132 | 63 |
| Binary | 10010 | 11110011 | 10001111 | 1011101 | 0 | 101001 | 101 | 10011001 | 1011010 | 110011 |
Color Harmonies of #12F38F
Complementary color
Monochromatic Colors of #12F38F
Black with #12F38F
Text Example
Text Example
White with #12F38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F38F; }
p { color: rgb(18,243,143); }
H1.HeaderClassName
{
color: #12F38F;
}
.AnyTagClassName
{
color: #12F38F;
}
</style>
background-color css
<style>
a { background-color: #12F38F; }
a { background-color: rgb(18,243,143); }
div.DivClassName
{
background-color: #12F38F;
}
.BgClassName
{
background-color: #12F38F;
}
</style>
border-color css
<style>
span { border-color: #12F38F; }
span { border-color: rgb(18,243,143); }
td.TdClassName
{
border-color: #12F38F;
}
.TagClassName
{
border-color: #12F38F;
}
</style>