Html Css Color HEX #12F997 Medium Spring Green
📋 copy color: '#12F997'red 18 ◦ green 249 ◦ blue 151
Shades of Medium Spring Green #12F997
Tints of Medium Spring Green #12F997
RGB
CMYK
RGB Variations
Color information
#12F997 (or 0x12F997) is known color: Medium Spring Green. HEX triplet: 12, F9 and 97. RGB value is (18,249,151). Sum of RGB (Red+Green+Blue) = 18+249+151=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #12F997 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F997 is #ED0668. Grayscale: #A8A8A8. Windows color (decimal): -15533673 or 9959698. OLE color: 9959698.
HSL color Cylindrical-coordinate representation of color #12F997: hue angle of 154.55º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F997 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 151 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.02 |
| HSL | 154.55º | 0.95% | 0.52% | - |
| HSV(B) | 154.55º | 0.93% | 0.98% | - |
| XYZ | 39.71 | 70.11 | 40.72 | - |
| YUV | 168.76 | 117.97 | 20.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 151 | 0.93 | 0 | 0.39 | 0.02 | 154.55 | 0.95 | 0.52 |
| Hex | 12 | F9 | 97 | 5D | 0 | 27 | 2 | 9B | 5F | 34 |
| Octal | 22 | 371 | 227 | 135 | 0 | 47 | 2 | 233 | 137 | 64 |
| Binary | 10010 | 11111001 | 10010111 | 1011101 | 0 | 100111 | 10 | 10011011 | 1011111 | 110100 |
Color Harmonies of #12F997
Complementary color
Monochromatic Colors of #12F997
Black with #12F997
Text Example
Text Example
White with #12F997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F997; }
p { color: rgb(18,249,151); }
H1.HeaderClassName
{
color: #12F997;
}
.AnyTagClassName
{
color: #12F997;
}
</style>
background-color css
<style>
a { background-color: #12F997; }
a { background-color: rgb(18,249,151); }
div.DivClassName
{
background-color: #12F997;
}
.BgClassName
{
background-color: #12F997;
}
</style>
border-color css
<style>
span { border-color: #12F997; }
span { border-color: rgb(18,249,151); }
td.TdClassName
{
border-color: #12F997;
}
.TagClassName
{
border-color: #12F997;
}
</style>