Html Css Color HEX #14F89A Medium Spring Green
📋 copy color: '#14F89A'red 20 ◦ green 248 ◦ blue 154
Shades of Medium Spring Green #14F89A
Tints of Medium Spring Green #14F89A
RGB
CMYK
RGB Variations
Color information
#14F89A (or 0x14F89A) is known color: Medium Spring Green. HEX triplet: 14, F8 and 9A. RGB value is (20,248,154). Sum of RGB (Red+Green+Blue) = 20+248+154=422 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.74% from 422); Green value is 248 (97.27% from 255 or 58.77% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 248 - color contains mainly: green. Hex color #14F89A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F89A is #EB0765. Grayscale: #A9A9A9. Windows color (decimal): -15402854 or 10156052. OLE color: 10156052.
HSL color Cylindrical-coordinate representation of color #14F89A: hue angle of 155.26º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F89A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 248 | 154 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.03 |
| HSL | 155.26º | 0.94% | 0.53% | - |
| HSV(B) | 155.26º | 0.92% | 0.97% | - |
| XYZ | 39.69 | 69.62 | 41.92 | - |
| YUV | 169.11 | 119.46 | 21.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 248 | 154 | 0.92 | 0 | 0.38 | 0.03 | 155.26 | 0.94 | 0.53 |
| Hex | 14 | F8 | 9A | 5C | 0 | 26 | 3 | 9B | 5E | 35 |
| Octal | 24 | 370 | 232 | 134 | 0 | 46 | 3 | 233 | 136 | 65 |
| Binary | 10100 | 11111000 | 10011010 | 1011100 | 0 | 100110 | 11 | 10011011 | 1011110 | 110101 |
Color Harmonies of #14F89A
Complementary color
Monochromatic Colors of #14F89A
Black with #14F89A
Text Example
Text Example
White with #14F89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F89A; }
p { color: rgb(20,248,154); }
H1.HeaderClassName
{
color: #14F89A;
}
.AnyTagClassName
{
color: #14F89A;
}
</style>
background-color css
<style>
a { background-color: #14F89A; }
a { background-color: rgb(20,248,154); }
div.DivClassName
{
background-color: #14F89A;
}
.BgClassName
{
background-color: #14F89A;
}
</style>
border-color css
<style>
span { border-color: #14F89A; }
span { border-color: rgb(20,248,154); }
td.TdClassName
{
border-color: #14F89A;
}
.TagClassName
{
border-color: #14F89A;
}
</style>