Html Css Color HEX #14FFAC Medium Spring Green
📋 copy color: '#14FFAC'red 20 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #14FFAC
Tints of Medium Spring Green #14FFAC
RGB
CMYK
RGB Variations
Color information
#14FFAC (or 0x14FFAC) is known color: Medium Spring Green. HEX triplet: 14, FF and AC. RGB value is (20,255,172). Sum of RGB (Red+Green+Blue) = 20+255+172=447 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.47% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFAC is #EB0053. Grayscale: #AFAFAF. Windows color (decimal): -15401044 or 11337492. OLE color: 11337492.
HSL color Cylindrical-coordinate representation of color #14FFAC: hue angle of 158.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFAC is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 172 | - |
| CMYK | 0.92 | 0 | 0.33 | 0 |
| HSL | 158.81º | 1% | 0.54% | - |
| HSV(B) | 158.81º | 0.92% | 1% | - |
| XYZ | 43.49 | 74.65 | 51.15 | - |
| YUV | 175.27 | 126.14 | 17.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 172 | 0.92 | 0 | 0.33 | 0 | 158.81 | 1 | 0.54 |
| Hex | 14 | FF | AC | 5C | 0 | 21 | 0 | 9F | 64 | 36 |
| Octal | 24 | 377 | 254 | 134 | 0 | 41 | 0 | 237 | 144 | 66 |
| Binary | 10100 | 11111111 | 10101100 | 1011100 | 0 | 100001 | 0 | 10011111 | 1100100 | 110110 |
Color Harmonies of #14FFAC
Complementary color
Monochromatic Colors of #14FFAC
Black with #14FFAC
Text Example
Text Example
White with #14FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFAC; }
p { color: rgb(20,255,172); }
H1.HeaderClassName
{
color: #14FFAC;
}
.AnyTagClassName
{
color: #14FFAC;
}
</style>
background-color css
<style>
a { background-color: #14FFAC; }
a { background-color: rgb(20,255,172); }
div.DivClassName
{
background-color: #14FFAC;
}
.BgClassName
{
background-color: #14FFAC;
}
</style>
border-color css
<style>
span { border-color: #14FFAC; }
span { border-color: rgb(20,255,172); }
td.TdClassName
{
border-color: #14FFAC;
}
.TagClassName
{
border-color: #14FFAC;
}
</style>