Shades of Spring Green #14F678
Tints of Spring Green #14F678
RGB
CMYK
RGB Variations
Color information
#14F678 (or 0x14F678) is known color: Spring Green. HEX triplet: 14, F6 and 78. RGB value is (20,246,120). Sum of RGB (Red+Green+Blue) = 20+246+120=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 246 (96.48% from 255 or 63.73% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 246 - color contains mainly: green. Hex color #14F678 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F678 is #EB0987. Grayscale: #A4A4A4. Windows color (decimal): -15403400 or 7927316. OLE color: 7927316.
HSL color Cylindrical-coordinate representation of color #14F678: hue angle of 146.55º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F678 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 120 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.04 |
| HSL | 146.55º | 0.93% | 0.52% | - |
| HSV(B) | 146.55º | 0.92% | 0.96% | - |
| XYZ | 36.63 | 67.42 | 28.85 | - |
| YUV | 164.06 | 103.13 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 120 | 0.92 | 0 | 0.51 | 0.04 | 146.55 | 0.93 | 0.52 |
| Hex | 14 | F6 | 78 | 5C | 0 | 33 | 4 | 93 | 5D | 34 |
| Octal | 24 | 366 | 170 | 134 | 0 | 63 | 4 | 223 | 135 | 64 |
| Binary | 10100 | 11110110 | 1111000 | 1011100 | 0 | 110011 | 100 | 10010011 | 1011101 | 110100 |
Color Harmonies of #14F678
Complementary color
Monochromatic Colors of #14F678
Black with #14F678
Text Example
Text Example
White with #14F678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F678; }
p { color: rgb(20,246,120); }
H1.HeaderClassName
{
color: #14F678;
}
.AnyTagClassName
{
color: #14F678;
}
</style>
background-color css
<style>
a { background-color: #14F678; }
a { background-color: rgb(20,246,120); }
div.DivClassName
{
background-color: #14F678;
}
.BgClassName
{
background-color: #14F678;
}
</style>
border-color css
<style>
span { border-color: #14F678; }
span { border-color: rgb(20,246,120); }
td.TdClassName
{
border-color: #14F678;
}
.TagClassName
{
border-color: #14F678;
}
</style>