Shades of Spring Green #14EA78
Tints of Spring Green #14EA78
RGB
CMYK
RGB Variations
Color information
#14EA78 (or 0x14EA78) is known color: Spring Green. HEX triplet: 14, EA and 78. RGB value is (20,234,120). Sum of RGB (Red+Green+Blue) = 20+234+120=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EA78 is #EB1587. Grayscale: #9D9D9D. Windows color (decimal): -15406472 or 7924244. OLE color: 7924244.
HSL color Cylindrical-coordinate representation of color #14EA78: hue angle of 148.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA78 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 120 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.08 |
| HSL | 148.04º | 0.84% | 0.5% | - |
| HSV(B) | 148.04º | 0.91% | 0.92% | - |
| XYZ | 33.1 | 60.35 | 27.67 | - |
| YUV | 157.02 | 107.1 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 120 | 0.91 | 0 | 0.49 | 0.08 | 148.04 | 0.84 | 0.5 |
| Hex | 14 | EA | 78 | 5B | 0 | 31 | 8 | 94 | 54 | 32 |
| Octal | 24 | 352 | 170 | 133 | 0 | 61 | 10 | 224 | 124 | 62 |
| Binary | 10100 | 11101010 | 1111000 | 1011011 | 0 | 110001 | 1000 | 10010100 | 1010100 | 110010 |
Color Harmonies of #14EA78
Complementary color
Monochromatic Colors of #14EA78
Black with #14EA78
Text Example
Text Example
White with #14EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA78; }
p { color: rgb(20,234,120); }
H1.HeaderClassName
{
color: #14EA78;
}
.AnyTagClassName
{
color: #14EA78;
}
</style>
background-color css
<style>
a { background-color: #14EA78; }
a { background-color: rgb(20,234,120); }
div.DivClassName
{
background-color: #14EA78;
}
.BgClassName
{
background-color: #14EA78;
}
</style>
border-color css
<style>
span { border-color: #14EA78; }
span { border-color: rgb(20,234,120); }
td.TdClassName
{
border-color: #14EA78;
}
.TagClassName
{
border-color: #14EA78;
}
</style>