Html Css Color HEX #12F0AF Medium Spring Green
📋 copy color: '#12F0AF'red 18 ◦ green 240 ◦ blue 175
Shades of Medium Spring Green #12F0AF
Tints of Medium Spring Green #12F0AF
RGB
CMYK
RGB Variations
Color information
#12F0AF (or 0x12F0AF) is known color: Medium Spring Green. HEX triplet: 12, F0 and AF. RGB value is (18,240,175). Sum of RGB (Red+Green+Blue) = 18+240+175=433 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.16% from 433); Green value is 240 (94.14% from 255 or 55.43% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 240 - color contains mainly: green. Hex color #12F0AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12F0AF is #ED0F50. Grayscale: #A6A6A6. Windows color (decimal): -15535953 or 11530258. OLE color: 11530258.
HSL color Cylindrical-coordinate representation of color #12F0AF: hue angle of 162.43º 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 #12F0AF is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 240 | 175 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.06 |
| HSL | 162.43º | 0.88% | 0.51% | - |
| HSV(B) | 162.43º | 0.93% | 0.94% | - |
| XYZ | 39.15 | 65.54 | 51.15 | - |
| YUV | 166.21 | 132.95 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 240 | 175 | 0.92 | 0 | 0.27 | 0.06 | 162.43 | 0.88 | 0.51 |
| Hex | 12 | F0 | AF | 5C | 0 | 1B | 6 | A2 | 58 | 33 |
| Octal | 22 | 360 | 257 | 134 | 0 | 33 | 6 | 242 | 130 | 63 |
| Binary | 10010 | 11110000 | 10101111 | 1011100 | 0 | 11011 | 110 | 10100010 | 1011000 | 110011 |
Color Harmonies of #12F0AF
Complementary color
Monochromatic Colors of #12F0AF
Black with #12F0AF
Text Example
Text Example
White with #12F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F0AF; }
p { color: rgb(18,240,175); }
H1.HeaderClassName
{
color: #12F0AF;
}
.AnyTagClassName
{
color: #12F0AF;
}
</style>
background-color css
<style>
a { background-color: #12F0AF; }
a { background-color: rgb(18,240,175); }
div.DivClassName
{
background-color: #12F0AF;
}
.BgClassName
{
background-color: #12F0AF;
}
</style>
border-color css
<style>
span { border-color: #12F0AF; }
span { border-color: rgb(18,240,175); }
td.TdClassName
{
border-color: #12F0AF;
}
.TagClassName
{
border-color: #12F0AF;
}
</style>