Html Css Color HEX #14F194 Medium Spring Green
📋 copy color: '#14F194'red 20 ◦ green 241 ◦ blue 148
Shades of Medium Spring Green #14F194
Tints of Medium Spring Green #14F194
RGB
CMYK
RGB Variations
Color information
#14F194 (or 0x14F194) is known color: Medium Spring Green. HEX triplet: 14, F1 and 94. RGB value is (20,241,148). Sum of RGB (Red+Green+Blue) = 20+241+148=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #14F194 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F194 is #EB0E6B. Grayscale: #A4A4A4. Windows color (decimal): -15404652 or 9761044. OLE color: 9761044.
HSL color Cylindrical-coordinate representation of color #14F194: hue angle of 154.75º 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 #14F194 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 148 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.05 |
| HSL | 154.75º | 0.89% | 0.51% | - |
| HSV(B) | 154.75º | 0.92% | 0.95% | - |
| XYZ | 37.09 | 65.2 | 38.65 | - |
| YUV | 164.32 | 118.78 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 148 | 0.92 | 0 | 0.39 | 0.05 | 154.75 | 0.89 | 0.51 |
| Hex | 14 | F1 | 94 | 5C | 0 | 27 | 5 | 9B | 59 | 33 |
| Octal | 24 | 361 | 224 | 134 | 0 | 47 | 5 | 233 | 131 | 63 |
| Binary | 10100 | 11110001 | 10010100 | 1011100 | 0 | 100111 | 101 | 10011011 | 1011001 | 110011 |
Color Harmonies of #14F194
Complementary color
Monochromatic Colors of #14F194
Black with #14F194
Text Example
Text Example
White with #14F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F194; }
p { color: rgb(20,241,148); }
H1.HeaderClassName
{
color: #14F194;
}
.AnyTagClassName
{
color: #14F194;
}
</style>
background-color css
<style>
a { background-color: #14F194; }
a { background-color: rgb(20,241,148); }
div.DivClassName
{
background-color: #14F194;
}
.BgClassName
{
background-color: #14F194;
}
</style>
border-color css
<style>
span { border-color: #14F194; }
span { border-color: rgb(20,241,148); }
td.TdClassName
{
border-color: #14F194;
}
.TagClassName
{
border-color: #14F194;
}
</style>