Html Css Color HEX #14F292 Medium Spring Green
📋 copy color: '#14F292'red 20 ◦ green 242 ◦ blue 146
Shades of Medium Spring Green #14F292
Tints of Medium Spring Green #14F292
RGB
CMYK
RGB Variations
Color information
#14F292 (or 0x14F292) is known color: Medium Spring Green. HEX triplet: 14, F2 and 92. RGB value is (20,242,146). Sum of RGB (Red+Green+Blue) = 20+242+146=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #14F292 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F292 is #EB0D6D. Grayscale: #A4A4A4. Windows color (decimal): -15404398 or 9630228. OLE color: 9630228.
HSL color Cylindrical-coordinate representation of color #14F292: hue angle of 154.05º degrees, saturation: 0.9, 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 #14F292 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 146 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.05 |
| HSL | 154.05º | 0.9% | 0.51% | - |
| HSV(B) | 154.05º | 0.92% | 0.95% | - |
| XYZ | 37.23 | 65.73 | 37.92 | - |
| YUV | 164.68 | 117.45 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 146 | 0.92 | 0 | 0.40 | 0.05 | 154.05 | 0.9 | 0.51 |
| Hex | 14 | F2 | 92 | 5C | 0 | 28 | 5 | 9A | 5A | 33 |
| Octal | 24 | 362 | 222 | 134 | 0 | 50 | 5 | 232 | 132 | 63 |
| Binary | 10100 | 11110010 | 10010010 | 1011100 | 0 | 101000 | 101 | 10011010 | 1011010 | 110011 |
Color Harmonies of #14F292
Complementary color
Monochromatic Colors of #14F292
Black with #14F292
Text Example
Text Example
White with #14F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F292; }
p { color: rgb(20,242,146); }
H1.HeaderClassName
{
color: #14F292;
}
.AnyTagClassName
{
color: #14F292;
}
</style>
background-color css
<style>
a { background-color: #14F292; }
a { background-color: rgb(20,242,146); }
div.DivClassName
{
background-color: #14F292;
}
.BgClassName
{
background-color: #14F292;
}
</style>
border-color css
<style>
span { border-color: #14F292; }
span { border-color: rgb(20,242,146); }
td.TdClassName
{
border-color: #14F292;
}
.TagClassName
{
border-color: #14F292;
}
</style>