Html Css Color HEX #12F68C Medium Spring Green
📋 copy color: '#12F68C'red 18 ◦ green 246 ◦ blue 140
Shades of Medium Spring Green #12F68C
Tints of Medium Spring Green #12F68C
RGB
CMYK
RGB Variations
Color information
#12F68C (or 0x12F68C) is known color: Medium Spring Green. HEX triplet: 12, F6 and 8C. RGB value is (18,246,140). Sum of RGB (Red+Green+Blue) = 18+246+140=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 246 (96.48% from 255 or 60.89% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 246 - color contains mainly: green. Hex color #12F68C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F68C is #ED0973. Grayscale: #A5A5A5. Windows color (decimal): -15534452 or 9238034. OLE color: 9238034.
HSL color Cylindrical-coordinate representation of color #12F68C: hue angle of 152.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F68C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 140 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.04 |
| HSL | 152.11º | 0.93% | 0.52% | - |
| HSV(B) | 152.11º | 0.93% | 0.96% | - |
| XYZ | 37.94 | 67.93 | 35.92 | - |
| YUV | 165.74 | 113.46 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 140 | 0.93 | 0 | 0.43 | 0.04 | 152.11 | 0.93 | 0.52 |
| Hex | 12 | F6 | 8C | 5D | 0 | 2B | 4 | 98 | 5D | 34 |
| Octal | 22 | 366 | 214 | 135 | 0 | 53 | 4 | 230 | 135 | 64 |
| Binary | 10010 | 11110110 | 10001100 | 1011101 | 0 | 101011 | 100 | 10011000 | 1011101 | 110100 |
Color Harmonies of #12F68C
Complementary color
Monochromatic Colors of #12F68C
Black with #12F68C
Text Example
Text Example
White with #12F68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F68C; }
p { color: rgb(18,246,140); }
H1.HeaderClassName
{
color: #12F68C;
}
.AnyTagClassName
{
color: #12F68C;
}
</style>
background-color css
<style>
a { background-color: #12F68C; }
a { background-color: rgb(18,246,140); }
div.DivClassName
{
background-color: #12F68C;
}
.BgClassName
{
background-color: #12F68C;
}
</style>
border-color css
<style>
span { border-color: #12F68C; }
span { border-color: rgb(18,246,140); }
td.TdClassName
{
border-color: #12F68C;
}
.TagClassName
{
border-color: #12F68C;
}
</style>