Shades of Spring Green #14FF88
Tints of Spring Green #14FF88
RGB
CMYK
RGB Variations
Color information
#14FF88 (or 0x14FF88) is known color: Spring Green. HEX triplet: 14, FF and 88. RGB value is (20,255,136). Sum of RGB (Red+Green+Blue) = 20+255+136=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FF88 is #EB0077. Grayscale: #ABABAB. Windows color (decimal): -15401080 or 8978196. OLE color: 8978196.
HSL color Cylindrical-coordinate representation of color #14FF88: hue angle of 149.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF88 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 136 | - |
| CMYK | 0.92 | 0 | 0.47 | 0 |
| HSL | 149.62º | 1% | 0.54% | - |
| HSV(B) | 149.62º | 0.92% | 1% | - |
| XYZ | 40.49 | 73.45 | 35.33 | - |
| YUV | 171.17 | 108.14 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 136 | 0.92 | 0 | 0.47 | 0 | 149.62 | 1 | 0.54 |
| Hex | 14 | FF | 88 | 5C | 0 | 2F | 0 | 96 | 64 | 36 |
| Octal | 24 | 377 | 210 | 134 | 0 | 57 | 0 | 226 | 144 | 66 |
| Binary | 10100 | 11111111 | 10001000 | 1011100 | 0 | 101111 | 0 | 10010110 | 1100100 | 110110 |
Color Harmonies of #14FF88
Complementary color
Monochromatic Colors of #14FF88
Black with #14FF88
Text Example
Text Example
White with #14FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF88; }
p { color: rgb(20,255,136); }
H1.HeaderClassName
{
color: #14FF88;
}
.AnyTagClassName
{
color: #14FF88;
}
</style>
background-color css
<style>
a { background-color: #14FF88; }
a { background-color: rgb(20,255,136); }
div.DivClassName
{
background-color: #14FF88;
}
.BgClassName
{
background-color: #14FF88;
}
</style>
border-color css
<style>
span { border-color: #14FF88; }
span { border-color: rgb(20,255,136); }
td.TdClassName
{
border-color: #14FF88;
}
.TagClassName
{
border-color: #14FF88;
}
</style>