Html Css Color HEX #12F99C Medium Spring Green
📋 copy color: '#12F99C'red 18 ◦ green 249 ◦ blue 156
Shades of Medium Spring Green #12F99C
Tints of Medium Spring Green #12F99C
RGB
CMYK
RGB Variations
Color information
#12F99C (or 0x12F99C) is known color: Medium Spring Green. HEX triplet: 12, F9 and 9C. RGB value is (18,249,156). Sum of RGB (Red+Green+Blue) = 18+249+156=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #12F99C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F99C is #ED0663. Grayscale: #A9A9A9. Windows color (decimal): -15533668 or 10287378. OLE color: 10287378.
HSL color Cylindrical-coordinate representation of color #12F99C: hue angle of 155.84º 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 #12F99C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 249 | 156 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.02 |
| HSL | 155.84º | 0.95% | 0.52% | - |
| HSV(B) | 155.84º | 0.93% | 0.98% | - |
| XYZ | 40.13 | 70.28 | 42.9 | - |
| YUV | 169.33 | 120.47 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 249 | 156 | 0.93 | 0 | 0.37 | 0.02 | 155.84 | 0.95 | 0.52 |
| Hex | 12 | F9 | 9C | 5D | 0 | 25 | 2 | 9C | 5F | 34 |
| Octal | 22 | 371 | 234 | 135 | 0 | 45 | 2 | 234 | 137 | 64 |
| Binary | 10010 | 11111001 | 10011100 | 1011101 | 0 | 100101 | 10 | 10011100 | 1011111 | 110100 |
Color Harmonies of #12F99C
Complementary color
Monochromatic Colors of #12F99C
Black with #12F99C
Text Example
Text Example
White with #12F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F99C; }
p { color: rgb(18,249,156); }
H1.HeaderClassName
{
color: #12F99C;
}
.AnyTagClassName
{
color: #12F99C;
}
</style>
background-color css
<style>
a { background-color: #12F99C; }
a { background-color: rgb(18,249,156); }
div.DivClassName
{
background-color: #12F99C;
}
.BgClassName
{
background-color: #12F99C;
}
</style>
border-color css
<style>
span { border-color: #12F99C; }
span { border-color: rgb(18,249,156); }
td.TdClassName
{
border-color: #12F99C;
}
.TagClassName
{
border-color: #12F99C;
}
</style>