Html Css Color HEX #14F4A6 Medium Spring Green
📋 copy color: '#14F4A6'red 20 ◦ green 244 ◦ blue 166
Shades of Medium Spring Green #14F4A6
Tints of Medium Spring Green #14F4A6
RGB
CMYK
RGB Variations
Color information
#14F4A6 (or 0x14F4A6) is known color: Medium Spring Green. HEX triplet: 14, F4 and A6. RGB value is (20,244,166). Sum of RGB (Red+Green+Blue) = 20+244+166=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #14F4A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F4A6 is #EB0B59. Grayscale: #A8A8A8. Windows color (decimal): -15403866 or 10941460. OLE color: 10941460.
HSL color Cylindrical-coordinate representation of color #14F4A6: hue angle of 159.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F4A6 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 244 | 166 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.04 |
| HSL | 159.11º | 0.91% | 0.52% | - |
| HSV(B) | 159.11º | 0.92% | 0.96% | - |
| XYZ | 39.52 | 67.6 | 47.04 | - |
| YUV | 168.13 | 126.79 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 244 | 166 | 0.92 | 0 | 0.32 | 0.04 | 159.11 | 0.91 | 0.52 |
| Hex | 14 | F4 | A6 | 5C | 0 | 20 | 4 | 9F | 5B | 34 |
| Octal | 24 | 364 | 246 | 134 | 0 | 40 | 4 | 237 | 133 | 64 |
| Binary | 10100 | 11110100 | 10100110 | 1011100 | 0 | 100000 | 100 | 10011111 | 1011011 | 110100 |
Color Harmonies of #14F4A6
Complementary color
Monochromatic Colors of #14F4A6
Black with #14F4A6
Text Example
Text Example
White with #14F4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F4A6; }
p { color: rgb(20,244,166); }
H1.HeaderClassName
{
color: #14F4A6;
}
.AnyTagClassName
{
color: #14F4A6;
}
</style>
background-color css
<style>
a { background-color: #14F4A6; }
a { background-color: rgb(20,244,166); }
div.DivClassName
{
background-color: #14F4A6;
}
.BgClassName
{
background-color: #14F4A6;
}
</style>
border-color css
<style>
span { border-color: #14F4A6; }
span { border-color: rgb(20,244,166); }
td.TdClassName
{
border-color: #14F4A6;
}
.TagClassName
{
border-color: #14F4A6;
}
</style>