Shades of Spring Green #14F96E
Tints of Spring Green #14F96E
RGB
CMYK
RGB Variations
Color information
#14F96E (or 0x14F96E) is known color: Spring Green. HEX triplet: 14, F9 and 6E. RGB value is (20,249,110). Sum of RGB (Red+Green+Blue) = 20+249+110=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #14F96E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F96E is #EB0691. Grayscale: #A5A5A5. Windows color (decimal): -15402642 or 7272724. OLE color: 7272724.
HSL color Cylindrical-coordinate representation of color #14F96E: hue angle of 143.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F96E is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 249 | 110 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.02 |
| HSL | 143.58º | 0.95% | 0.53% | - |
| HSV(B) | 143.58º | 0.92% | 0.98% | - |
| XYZ | 36.98 | 69.03 | 26.13 | - |
| YUV | 164.68 | 97.13 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 249 | 110 | 0.92 | 0 | 0.56 | 0.02 | 143.58 | 0.95 | 0.53 |
| Hex | 14 | F9 | 6E | 5C | 0 | 38 | 2 | 90 | 5F | 35 |
| Octal | 24 | 371 | 156 | 134 | 0 | 70 | 2 | 220 | 137 | 65 |
| Binary | 10100 | 11111001 | 1101110 | 1011100 | 0 | 111000 | 10 | 10010000 | 1011111 | 110101 |
Color Harmonies of #14F96E
Complementary color
Monochromatic Colors of #14F96E
Black with #14F96E
Text Example
Text Example
White with #14F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F96E; }
p { color: rgb(20,249,110); }
H1.HeaderClassName
{
color: #14F96E;
}
.AnyTagClassName
{
color: #14F96E;
}
</style>
background-color css
<style>
a { background-color: #14F96E; }
a { background-color: rgb(20,249,110); }
div.DivClassName
{
background-color: #14F96E;
}
.BgClassName
{
background-color: #14F96E;
}
</style>
border-color css
<style>
span { border-color: #14F96E; }
span { border-color: rgb(20,249,110); }
td.TdClassName
{
border-color: #14F96E;
}
.TagClassName
{
border-color: #14F96E;
}
</style>