Shades of Spring Green #14E678
Tints of Spring Green #14E678
RGB
CMYK
RGB Variations
Color information
#14E678 (or 0x14E678) is known color: Spring Green. HEX triplet: 14, E6 and 78. RGB value is (20,230,120). Sum of RGB (Red+Green+Blue) = 20+230+120=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 230 (90.23% from 255 or 62.16% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 230 - color contains mainly: green. Hex color #14E678 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E678 is #EB1987. Grayscale: #9A9A9A. Windows color (decimal): -15407496 or 7923220. OLE color: 7923220.
HSL color Cylindrical-coordinate representation of color #14E678: hue angle of 148.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E678 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 230 | 120 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.10 |
| HSL | 148.57º | 0.84% | 0.49% | - |
| HSV(B) | 148.57º | 0.91% | 0.9% | - |
| XYZ | 31.98 | 58.1 | 27.3 | - |
| YUV | 154.67 | 108.43 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 230 | 120 | 0.91 | 0 | 0.48 | 0.10 | 148.57 | 0.84 | 0.49 |
| Hex | 14 | E6 | 78 | 5B | 0 | 30 | A | 95 | 54 | 31 |
| Octal | 24 | 346 | 170 | 133 | 0 | 60 | 12 | 225 | 124 | 61 |
| Binary | 10100 | 11100110 | 1111000 | 1011011 | 0 | 110000 | 1010 | 10010101 | 1010100 | 110001 |
Color Harmonies of #14E678
Complementary color
Monochromatic Colors of #14E678
Black with #14E678
Text Example
Text Example
White with #14E678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E678; }
p { color: rgb(20,230,120); }
H1.HeaderClassName
{
color: #14E678;
}
.AnyTagClassName
{
color: #14E678;
}
</style>
background-color css
<style>
a { background-color: #14E678; }
a { background-color: rgb(20,230,120); }
div.DivClassName
{
background-color: #14E678;
}
.BgClassName
{
background-color: #14E678;
}
</style>
border-color css
<style>
span { border-color: #14E678; }
span { border-color: rgb(20,230,120); }
td.TdClassName
{
border-color: #14E678;
}
.TagClassName
{
border-color: #14E678;
}
</style>