Html Css Color HEX #12F0A0 Medium Spring Green
📋 copy color: '#12F0A0'red 18 ◦ green 240 ◦ blue 160
Shades of Medium Spring Green #12F0A0
Tints of Medium Spring Green #12F0A0
RGB
CMYK
RGB Variations
Color information
#12F0A0 (or 0x12F0A0) is known color: Medium Spring Green. HEX triplet: 12, F0 and A0. RGB value is (18,240,160). Sum of RGB (Red+Green+Blue) = 18+240+160=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F0A0 is #ED0F5F. Grayscale: #A4A4A4. Windows color (decimal): -15535968 or 10547218. OLE color: 10547218.
HSL color Cylindrical-coordinate representation of color #12F0A0: hue angle of 158.38º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F0A0 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 160 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.06 |
| HSL | 158.38º | 0.88% | 0.51% | - |
| HSV(B) | 158.38º | 0.93% | 0.94% | - |
| XYZ | 37.75 | 64.99 | 43.81 | - |
| YUV | 164.5 | 125.45 | 23.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 160 | 0.92 | 0 | 0.33 | 0.06 | 158.38 | 0.88 | 0.51 |
| Hex | 12 | F0 | A0 | 5C | 0 | 21 | 6 | 9E | 58 | 33 |
| Octal | 22 | 360 | 240 | 134 | 0 | 41 | 6 | 236 | 130 | 63 |
| Binary | 10010 | 11110000 | 10100000 | 1011100 | 0 | 100001 | 110 | 10011110 | 1011000 | 110011 |
Color Harmonies of #12F0A0
Complementary color
Monochromatic Colors of #12F0A0
Black with #12F0A0
Text Example
Text Example
White with #12F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F0A0; }
p { color: rgb(18,240,160); }
H1.HeaderClassName
{
color: #12F0A0;
}
.AnyTagClassName
{
color: #12F0A0;
}
</style>
background-color css
<style>
a { background-color: #12F0A0; }
a { background-color: rgb(18,240,160); }
div.DivClassName
{
background-color: #12F0A0;
}
.BgClassName
{
background-color: #12F0A0;
}
</style>
border-color css
<style>
span { border-color: #12F0A0; }
span { border-color: rgb(18,240,160); }
td.TdClassName
{
border-color: #12F0A0;
}
.TagClassName
{
border-color: #12F0A0;
}
</style>