Shades of Spring Green #14F289
Tints of Spring Green #14F289
RGB
CMYK
RGB Variations
Color information
#14F289 (or 0x14F289) is known color: Spring Green. HEX triplet: 14, F2 and 89. RGB value is (20,242,137). Sum of RGB (Red+Green+Blue) = 20+242+137=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #14F289 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F289 is #EB0D76. Grayscale: #A3A3A3. Windows color (decimal): -15404407 or 9040404. OLE color: 9040404.
HSL color Cylindrical-coordinate representation of color #14F289: hue angle of 151.62º 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 #14F289 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 137 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.05 |
| HSL | 151.62º | 0.9% | 0.51% | - |
| HSV(B) | 151.62º | 0.92% | 0.95% | - |
| XYZ | 36.56 | 65.46 | 34.38 | - |
| YUV | 163.65 | 112.95 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 137 | 0.92 | 0 | 0.43 | 0.05 | 151.62 | 0.9 | 0.51 |
| Hex | 14 | F2 | 89 | 5C | 0 | 2B | 5 | 98 | 5A | 33 |
| Octal | 24 | 362 | 211 | 134 | 0 | 53 | 5 | 230 | 132 | 63 |
| Binary | 10100 | 11110010 | 10001001 | 1011100 | 0 | 101011 | 101 | 10011000 | 1011010 | 110011 |
Color Harmonies of #14F289
Complementary color
Monochromatic Colors of #14F289
Black with #14F289
Text Example
Text Example
White with #14F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F289; }
p { color: rgb(20,242,137); }
H1.HeaderClassName
{
color: #14F289;
}
.AnyTagClassName
{
color: #14F289;
}
</style>
background-color css
<style>
a { background-color: #14F289; }
a { background-color: rgb(20,242,137); }
div.DivClassName
{
background-color: #14F289;
}
.BgClassName
{
background-color: #14F289;
}
</style>
border-color css
<style>
span { border-color: #14F289; }
span { border-color: rgb(20,242,137); }
td.TdClassName
{
border-color: #14F289;
}
.TagClassName
{
border-color: #14F289;
}
</style>