Html Css Color HEX #14F2A6 Medium Spring Green
📋 copy color: '#14F2A6'red 20 ◦ green 242 ◦ blue 166
Shades of Medium Spring Green #14F2A6
Tints of Medium Spring Green #14F2A6
RGB
CMYK
RGB Variations
Color information
#14F2A6 (or 0x14F2A6) is known color: Medium Spring Green. HEX triplet: 14, F2 and A6. RGB value is (20,242,166). Sum of RGB (Red+Green+Blue) = 20+242+166=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #14F2A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F2A6 is #EB0D59. Grayscale: #A7A7A7. Windows color (decimal): -15404378 or 10940948. OLE color: 10940948.
HSL color Cylindrical-coordinate representation of color #14F2A6: hue angle of 159.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F2A6 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 166 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.05 |
| HSL | 159.46º | 0.9% | 0.51% | - |
| HSV(B) | 159.46º | 0.92% | 0.95% | - |
| XYZ | 38.92 | 66.41 | 46.84 | - |
| YUV | 166.96 | 127.45 | 23.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 166 | 0.92 | 0 | 0.31 | 0.05 | 159.46 | 0.9 | 0.51 |
| Hex | 14 | F2 | A6 | 5C | 0 | 1F | 5 | 9F | 5A | 33 |
| Octal | 24 | 362 | 246 | 134 | 0 | 37 | 5 | 237 | 132 | 63 |
| Binary | 10100 | 11110010 | 10100110 | 1011100 | 0 | 11111 | 101 | 10011111 | 1011010 | 110011 |
Color Harmonies of #14F2A6
Complementary color
Monochromatic Colors of #14F2A6
Black with #14F2A6
Text Example
Text Example
White with #14F2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2A6; }
p { color: rgb(20,242,166); }
H1.HeaderClassName
{
color: #14F2A6;
}
.AnyTagClassName
{
color: #14F2A6;
}
</style>
background-color css
<style>
a { background-color: #14F2A6; }
a { background-color: rgb(20,242,166); }
div.DivClassName
{
background-color: #14F2A6;
}
.BgClassName
{
background-color: #14F2A6;
}
</style>
border-color css
<style>
span { border-color: #14F2A6; }
span { border-color: rgb(20,242,166); }
td.TdClassName
{
border-color: #14F2A6;
}
.TagClassName
{
border-color: #14F2A6;
}
</style>