Html Css Color HEX #14FA99 Medium Spring Green
📋 copy color: '#14FA99'red 20 ◦ green 250 ◦ blue 153
Shades of Medium Spring Green #14FA99
Tints of Medium Spring Green #14FA99
RGB
CMYK
RGB Variations
Color information
#14FA99 (or 0x14FA99) is known color: Medium Spring Green. HEX triplet: 14, FA and 99. RGB value is (20,250,153). Sum of RGB (Red+Green+Blue) = 20+250+153=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA99 is #EB0566. Grayscale: #AAAAAA. Windows color (decimal): -15402343 or 10091028. OLE color: 10091028.
HSL color Cylindrical-coordinate representation of color #14FA99: hue angle of 154.7º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FA99 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 250 | 153 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.02 |
| HSL | 154.7º | 0.96% | 0.53% | - |
| HSV(B) | 154.7º | 0.92% | 0.98% | - |
| XYZ | 40.22 | 70.82 | 41.69 | - |
| YUV | 170.17 | 118.3 | 20.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 250 | 153 | 0.92 | 0 | 0.39 | 0.02 | 154.7 | 0.96 | 0.53 |
| Hex | 14 | FA | 99 | 5C | 0 | 27 | 2 | 9B | 60 | 35 |
| Octal | 24 | 372 | 231 | 134 | 0 | 47 | 2 | 233 | 140 | 65 |
| Binary | 10100 | 11111010 | 10011001 | 1011100 | 0 | 100111 | 10 | 10011011 | 1100000 | 110101 |
Color Harmonies of #14FA99
Complementary color
Monochromatic Colors of #14FA99
Black with #14FA99
Text Example
Text Example
White with #14FA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FA99; }
p { color: rgb(20,250,153); }
H1.HeaderClassName
{
color: #14FA99;
}
.AnyTagClassName
{
color: #14FA99;
}
</style>
background-color css
<style>
a { background-color: #14FA99; }
a { background-color: rgb(20,250,153); }
div.DivClassName
{
background-color: #14FA99;
}
.BgClassName
{
background-color: #14FA99;
}
</style>
border-color css
<style>
span { border-color: #14FA99; }
span { border-color: rgb(20,250,153); }
td.TdClassName
{
border-color: #14FA99;
}
.TagClassName
{
border-color: #14FA99;
}
</style>