Html Css Color HEX #14F3A6 Medium Spring Green
📋 copy color: '#14F3A6'red 20 ◦ green 243 ◦ blue 166
Shades of Medium Spring Green #14F3A6
Tints of Medium Spring Green #14F3A6
RGB
CMYK
RGB Variations
Color information
#14F3A6 (or 0x14F3A6) is known color: Medium Spring Green. HEX triplet: 14, F3 and A6. RGB value is (20,243,166). Sum of RGB (Red+Green+Blue) = 20+243+166=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #14F3A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F3A6 is #EB0C59. Grayscale: #A7A7A7. Windows color (decimal): -15404122 or 10941204. OLE color: 10941204.
HSL color Cylindrical-coordinate representation of color #14F3A6: hue angle of 159.28º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F3A6 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 166 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.05 |
| HSL | 159.28º | 0.9% | 0.52% | - |
| HSV(B) | 159.28º | 0.92% | 0.95% | - |
| XYZ | 39.22 | 67 | 46.94 | - |
| YUV | 167.55 | 127.12 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 166 | 0.92 | 0 | 0.32 | 0.05 | 159.28 | 0.9 | 0.52 |
| Hex | 14 | F3 | A6 | 5C | 0 | 20 | 5 | 9F | 5A | 34 |
| Octal | 24 | 363 | 246 | 134 | 0 | 40 | 5 | 237 | 132 | 64 |
| Binary | 10100 | 11110011 | 10100110 | 1011100 | 0 | 100000 | 101 | 10011111 | 1011010 | 110100 |
Color Harmonies of #14F3A6
Complementary color
Monochromatic Colors of #14F3A6
Black with #14F3A6
Text Example
Text Example
White with #14F3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F3A6; }
p { color: rgb(20,243,166); }
H1.HeaderClassName
{
color: #14F3A6;
}
.AnyTagClassName
{
color: #14F3A6;
}
</style>
background-color css
<style>
a { background-color: #14F3A6; }
a { background-color: rgb(20,243,166); }
div.DivClassName
{
background-color: #14F3A6;
}
.BgClassName
{
background-color: #14F3A6;
}
</style>
border-color css
<style>
span { border-color: #14F3A6; }
span { border-color: rgb(20,243,166); }
td.TdClassName
{
border-color: #14F3A6;
}
.TagClassName
{
border-color: #14F3A6;
}
</style>