Shades of Spring Green #14F273
Tints of Spring Green #14F273
RGB
CMYK
RGB Variations
Color information
#14F273 (or 0x14F273) is known color: Spring Green. HEX triplet: 14, F2 and 73. RGB value is (20,242,115). Sum of RGB (Red+Green+Blue) = 20+242+115=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #14F273 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F273 is #EB0D8C. Grayscale: #A1A1A1. Windows color (decimal): -15404429 or 7598612. OLE color: 7598612.
HSL color Cylindrical-coordinate representation of color #14F273: hue angle of 145.68º 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 #14F273 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 115 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.05 |
| HSL | 145.68º | 0.9% | 0.51% | - |
| HSV(B) | 145.68º | 0.92% | 0.95% | - |
| XYZ | 35.14 | 64.89 | 26.89 | - |
| YUV | 161.14 | 101.95 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 115 | 0.92 | 0 | 0.52 | 0.05 | 145.68 | 0.9 | 0.51 |
| Hex | 14 | F2 | 73 | 5C | 0 | 34 | 5 | 92 | 5A | 33 |
| Octal | 24 | 362 | 163 | 134 | 0 | 64 | 5 | 222 | 132 | 63 |
| Binary | 10100 | 11110010 | 1110011 | 1011100 | 0 | 110100 | 101 | 10010010 | 1011010 | 110011 |
Color Harmonies of #14F273
Complementary color
Monochromatic Colors of #14F273
Black with #14F273
Text Example
Text Example
White with #14F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F273; }
p { color: rgb(20,242,115); }
H1.HeaderClassName
{
color: #14F273;
}
.AnyTagClassName
{
color: #14F273;
}
</style>
background-color css
<style>
a { background-color: #14F273; }
a { background-color: rgb(20,242,115); }
div.DivClassName
{
background-color: #14F273;
}
.BgClassName
{
background-color: #14F273;
}
</style>
border-color css
<style>
span { border-color: #14F273; }
span { border-color: rgb(20,242,115); }
td.TdClassName
{
border-color: #14F273;
}
.TagClassName
{
border-color: #14F273;
}
</style>