Html Css Color HEX #14F29B Medium Spring Green
📋 copy color: '#14F29B'red 20 ◦ green 242 ◦ blue 155
Shades of Medium Spring Green #14F29B
Tints of Medium Spring Green #14F29B
RGB
CMYK
RGB Variations
Color information
#14F29B (or 0x14F29B) is known color: Medium Spring Green. HEX triplet: 14, F2 and 9B. RGB value is (20,242,155). Sum of RGB (Red+Green+Blue) = 20+242+155=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #14F29B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F29B is #EB0D64. Grayscale: #A5A5A5. Windows color (decimal): -15404389 or 10220052. OLE color: 10220052.
HSL color Cylindrical-coordinate representation of color #14F29B: hue angle of 156.49º 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 #14F29B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 155 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.05 |
| HSL | 156.49º | 0.9% | 0.51% | - |
| HSV(B) | 156.49º | 0.92% | 0.95% | - |
| XYZ | 37.96 | 66.02 | 41.75 | - |
| YUV | 165.7 | 121.95 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 155 | 0.92 | 0 | 0.36 | 0.05 | 156.49 | 0.9 | 0.51 |
| Hex | 14 | F2 | 9B | 5C | 0 | 24 | 5 | 9C | 5A | 33 |
| Octal | 24 | 362 | 233 | 134 | 0 | 44 | 5 | 234 | 132 | 63 |
| Binary | 10100 | 11110010 | 10011011 | 1011100 | 0 | 100100 | 101 | 10011100 | 1011010 | 110011 |
Color Harmonies of #14F29B
Complementary color
Monochromatic Colors of #14F29B
Black with #14F29B
Text Example
Text Example
White with #14F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F29B; }
p { color: rgb(20,242,155); }
H1.HeaderClassName
{
color: #14F29B;
}
.AnyTagClassName
{
color: #14F29B;
}
</style>
background-color css
<style>
a { background-color: #14F29B; }
a { background-color: rgb(20,242,155); }
div.DivClassName
{
background-color: #14F29B;
}
.BgClassName
{
background-color: #14F29B;
}
</style>
border-color css
<style>
span { border-color: #14F29B; }
span { border-color: rgb(20,242,155); }
td.TdClassName
{
border-color: #14F29B;
}
.TagClassName
{
border-color: #14F29B;
}
</style>