Html Css Color HEX #12FF99 Medium Spring Green
📋 copy color: '#12FF99'red 18 ◦ green 255 ◦ blue 153
Shades of Medium Spring Green #12FF99
Tints of Medium Spring Green #12FF99
RGB
CMYK
RGB Variations
Color information
#12FF99 (or 0x12FF99) is known color: Medium Spring Green. HEX triplet: 12, FF and 99. RGB value is (18,255,153). Sum of RGB (Red+Green+Blue) = 18+255+153=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FF99 is #ED0066. Grayscale: #ACACAC. Windows color (decimal): -15532135 or 10092306. OLE color: 10092306.
HSL color Cylindrical-coordinate representation of color #12FF99: hue angle of 154.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF99 is Cyan = 0.93, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 153 | - |
| CMYK | 0.93 | 0 | 0.4 | 0 |
| HSL | 154.18º | 1% | 0.54% | - |
| HSV(B) | 154.18º | 0.93% | 1% | - |
| XYZ | 41.76 | 73.95 | 42.21 | - |
| YUV | 172.51 | 116.98 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 153 | 0.93 | 0 | 0.4 | 0 | 154.18 | 1 | 0.54 |
| Hex | 12 | FF | 99 | 5D | 0 | 28 | 0 | 9A | 64 | 36 |
| Octal | 22 | 377 | 231 | 135 | 0 | 50 | 0 | 232 | 144 | 66 |
| Binary | 10010 | 11111111 | 10011001 | 1011101 | 0 | 101000 | 0 | 10011010 | 1100100 | 110110 |
Color Harmonies of #12FF99
Complementary color
Monochromatic Colors of #12FF99
Black with #12FF99
Text Example
Text Example
White with #12FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF99; }
p { color: rgb(18,255,153); }
H1.HeaderClassName
{
color: #12FF99;
}
.AnyTagClassName
{
color: #12FF99;
}
</style>
background-color css
<style>
a { background-color: #12FF99; }
a { background-color: rgb(18,255,153); }
div.DivClassName
{
background-color: #12FF99;
}
.BgClassName
{
background-color: #12FF99;
}
</style>
border-color css
<style>
span { border-color: #12FF99; }
span { border-color: rgb(18,255,153); }
td.TdClassName
{
border-color: #12FF99;
}
.TagClassName
{
border-color: #12FF99;
}
</style>