Html Css Color HEX #12FFAE Medium Spring Green
📋 copy color: '#12FFAE'red 18 ◦ green 255 ◦ blue 174
Shades of Medium Spring Green #12FFAE
Tints of Medium Spring Green #12FFAE
RGB
CMYK
RGB Variations
Color information
#12FFAE (or 0x12FFAE) is known color: Medium Spring Green. HEX triplet: 12, FF and AE. RGB value is (18,255,174). Sum of RGB (Red+Green+Blue) = 18+255+174=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12FFAE is #ED0051. Grayscale: #AEAEAE. Windows color (decimal): -15532114 or 11468562. OLE color: 11468562.
HSL color Cylindrical-coordinate representation of color #12FFAE: hue angle of 159.49º 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 #12FFAE is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 174 | - |
| CMYK | 0.93 | 0 | 0.32 | 0 |
| HSL | 159.49º | 1% | 0.54% | - |
| HSV(B) | 159.49º | 0.93% | 1% | - |
| XYZ | 43.65 | 74.7 | 52.16 | - |
| YUV | 174.9 | 127.48 | 16.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 174 | 0.93 | 0 | 0.32 | 0 | 159.49 | 1 | 0.54 |
| Hex | 12 | FF | AE | 5D | 0 | 20 | 0 | 9F | 64 | 36 |
| Octal | 22 | 377 | 256 | 135 | 0 | 40 | 0 | 237 | 144 | 66 |
| Binary | 10010 | 11111111 | 10101110 | 1011101 | 0 | 100000 | 0 | 10011111 | 1100100 | 110110 |
Color Harmonies of #12FFAE
Complementary color
Monochromatic Colors of #12FFAE
Black with #12FFAE
Text Example
Text Example
White with #12FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFAE; }
p { color: rgb(18,255,174); }
H1.HeaderClassName
{
color: #12FFAE;
}
.AnyTagClassName
{
color: #12FFAE;
}
</style>
background-color css
<style>
a { background-color: #12FFAE; }
a { background-color: rgb(18,255,174); }
div.DivClassName
{
background-color: #12FFAE;
}
.BgClassName
{
background-color: #12FFAE;
}
</style>
border-color css
<style>
span { border-color: #12FFAE; }
span { border-color: rgb(18,255,174); }
td.TdClassName
{
border-color: #12FFAE;
}
.TagClassName
{
border-color: #12FFAE;
}
</style>