Html Css Color HEX #14F19B Medium Spring Green
📋 copy color: '#14F19B'red 20 ◦ green 241 ◦ blue 155
Shades of Medium Spring Green #14F19B
Tints of Medium Spring Green #14F19B
RGB
CMYK
RGB Variations
Color information
#14F19B (or 0x14F19B) is known color: Medium Spring Green. HEX triplet: 14, F1 and 9B. RGB value is (20,241,155). Sum of RGB (Red+Green+Blue) = 20+241+155=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #14F19B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F19B is #EB0E64. Grayscale: #A5A5A5. Windows color (decimal): -15404645 or 10219796. OLE color: 10219796.
HSL color Cylindrical-coordinate representation of color #14F19B: hue angle of 156.65º degrees, saturation: 0.89, 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 #14F19B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 155 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.05 |
| HSL | 156.65º | 0.89% | 0.51% | - |
| HSV(B) | 156.65º | 0.92% | 0.95% | - |
| XYZ | 37.66 | 65.43 | 41.65 | - |
| YUV | 165.12 | 122.28 | 24.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 155 | 0.92 | 0 | 0.36 | 0.05 | 156.65 | 0.89 | 0.51 |
| Hex | 14 | F1 | 9B | 5C | 0 | 24 | 5 | 9D | 59 | 33 |
| Octal | 24 | 361 | 233 | 134 | 0 | 44 | 5 | 235 | 131 | 63 |
| Binary | 10100 | 11110001 | 10011011 | 1011100 | 0 | 100100 | 101 | 10011101 | 1011001 | 110011 |
Color Harmonies of #14F19B
Complementary color
Monochromatic Colors of #14F19B
Black with #14F19B
Text Example
Text Example
White with #14F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F19B; }
p { color: rgb(20,241,155); }
H1.HeaderClassName
{
color: #14F19B;
}
.AnyTagClassName
{
color: #14F19B;
}
</style>
background-color css
<style>
a { background-color: #14F19B; }
a { background-color: rgb(20,241,155); }
div.DivClassName
{
background-color: #14F19B;
}
.BgClassName
{
background-color: #14F19B;
}
</style>
border-color css
<style>
span { border-color: #14F19B; }
span { border-color: rgb(20,241,155); }
td.TdClassName
{
border-color: #14F19B;
}
.TagClassName
{
border-color: #14F19B;
}
</style>