Html Css Color HEX #14FF9A Medium Spring Green
📋 copy color: '#14FF9A'red 20 ◦ green 255 ◦ blue 154
Shades of Medium Spring Green #14FF9A
Tints of Medium Spring Green #14FF9A
RGB
CMYK
RGB Variations
Color information
#14FF9A (or 0x14FF9A) is known color: Medium Spring Green. HEX triplet: 14, FF and 9A. RGB value is (20,255,154). Sum of RGB (Red+Green+Blue) = 20+255+154=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF9A is #EB0065. Grayscale: #ADADAD. Windows color (decimal): -15401062 or 10157844. OLE color: 10157844.
HSL color Cylindrical-coordinate representation of color #14FF9A: hue angle of 154.21º 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 #14FF9A is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 154 | - |
| CMYK | 0.92 | 0 | 0.40 | 0 |
| HSL | 154.21º | 1% | 0.54% | - |
| HSV(B) | 154.21º | 0.92% | 1% | - |
| XYZ | 41.88 | 74 | 42.65 | - |
| YUV | 173.22 | 117.14 | 18.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 154 | 0.92 | 0 | 0.40 | 0 | 154.21 | 1 | 0.54 |
| Hex | 14 | FF | 9A | 5C | 0 | 28 | 0 | 9A | 64 | 36 |
| Octal | 24 | 377 | 232 | 134 | 0 | 50 | 0 | 232 | 144 | 66 |
| Binary | 10100 | 11111111 | 10011010 | 1011100 | 0 | 101000 | 0 | 10011010 | 1100100 | 110110 |
Color Harmonies of #14FF9A
Complementary color
Monochromatic Colors of #14FF9A
Black with #14FF9A
Text Example
Text Example
White with #14FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF9A; }
p { color: rgb(20,255,154); }
H1.HeaderClassName
{
color: #14FF9A;
}
.AnyTagClassName
{
color: #14FF9A;
}
</style>
background-color css
<style>
a { background-color: #14FF9A; }
a { background-color: rgb(20,255,154); }
div.DivClassName
{
background-color: #14FF9A;
}
.BgClassName
{
background-color: #14FF9A;
}
</style>
border-color css
<style>
span { border-color: #14FF9A; }
span { border-color: rgb(20,255,154); }
td.TdClassName
{
border-color: #14FF9A;
}
.TagClassName
{
border-color: #14FF9A;
}
</style>