Shades of Spring Green #14F388
Tints of Spring Green #14F388
RGB
CMYK
RGB Variations
Color information
#14F388 (or 0x14F388) is known color: Spring Green. HEX triplet: 14, F3 and 88. RGB value is (20,243,136). Sum of RGB (Red+Green+Blue) = 20+243+136=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 243 (95.31% from 255 or 60.90% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 243 - color contains mainly: green. Hex color #14F388 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F388 is #EB0C77. Grayscale: #A4A4A4. Windows color (decimal): -15404152 or 8975124. OLE color: 8975124.
HSL color Cylindrical-coordinate representation of color #14F388: hue angle of 151.21º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F388 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 136 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.05 |
| HSL | 151.21º | 0.9% | 0.52% | - |
| HSV(B) | 151.21º | 0.92% | 0.95% | - |
| XYZ | 36.78 | 66.03 | 34.1 | - |
| YUV | 164.13 | 112.12 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 136 | 0.92 | 0 | 0.44 | 0.05 | 151.21 | 0.9 | 0.52 |
| Hex | 14 | F3 | 88 | 5C | 0 | 2C | 5 | 97 | 5A | 34 |
| Octal | 24 | 363 | 210 | 134 | 0 | 54 | 5 | 227 | 132 | 64 |
| Binary | 10100 | 11110011 | 10001000 | 1011100 | 0 | 101100 | 101 | 10010111 | 1011010 | 110100 |
Color Harmonies of #14F388
Complementary color
Monochromatic Colors of #14F388
Black with #14F388
Text Example
Text Example
White with #14F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F388; }
p { color: rgb(20,243,136); }
H1.HeaderClassName
{
color: #14F388;
}
.AnyTagClassName
{
color: #14F388;
}
</style>
background-color css
<style>
a { background-color: #14F388; }
a { background-color: rgb(20,243,136); }
div.DivClassName
{
background-color: #14F388;
}
.BgClassName
{
background-color: #14F388;
}
</style>
border-color css
<style>
span { border-color: #14F388; }
span { border-color: rgb(20,243,136); }
td.TdClassName
{
border-color: #14F388;
}
.TagClassName
{
border-color: #14F388;
}
</style>