Shades of Spring Green #14F08A
Tints of Spring Green #14F08A
RGB
CMYK
RGB Variations
Color information
#14F08A (or 0x14F08A) is known color: Spring Green. HEX triplet: 14, F0 and 8A. RGB value is (20,240,138). Sum of RGB (Red+Green+Blue) = 20+240+138=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #14F08A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F08A is #EB0F75. Grayscale: #A2A2A2. Windows color (decimal): -15404918 or 9105428. OLE color: 9105428.
HSL color Cylindrical-coordinate representation of color #14F08A: hue angle of 152.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F08A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 138 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.06 |
| HSL | 152.18º | 0.88% | 0.51% | - |
| HSV(B) | 152.18º | 0.92% | 0.94% | - |
| XYZ | 36.04 | 64.3 | 34.56 | - |
| YUV | 162.59 | 114.11 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 138 | 0.92 | 0 | 0.42 | 0.06 | 152.18 | 0.88 | 0.51 |
| Hex | 14 | F0 | 8A | 5C | 0 | 2A | 6 | 98 | 58 | 33 |
| Octal | 24 | 360 | 212 | 134 | 0 | 52 | 6 | 230 | 130 | 63 |
| Binary | 10100 | 11110000 | 10001010 | 1011100 | 0 | 101010 | 110 | 10011000 | 1011000 | 110011 |
Color Harmonies of #14F08A
Complementary color
Monochromatic Colors of #14F08A
Black with #14F08A
Text Example
Text Example
White with #14F08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F08A; }
p { color: rgb(20,240,138); }
H1.HeaderClassName
{
color: #14F08A;
}
.AnyTagClassName
{
color: #14F08A;
}
</style>
background-color css
<style>
a { background-color: #14F08A; }
a { background-color: rgb(20,240,138); }
div.DivClassName
{
background-color: #14F08A;
}
.BgClassName
{
background-color: #14F08A;
}
</style>
border-color css
<style>
span { border-color: #14F08A; }
span { border-color: rgb(20,240,138); }
td.TdClassName
{
border-color: #14F08A;
}
.TagClassName
{
border-color: #14F08A;
}
</style>