Shades of Spring Green #14EE7B
Tints of Spring Green #14EE7B
RGB
CMYK
RGB Variations
Color information
#14EE7B (or 0x14EE7B) is known color: Spring Green. HEX triplet: 14, EE and 7B. RGB value is (20,238,123). Sum of RGB (Red+Green+Blue) = 20+238+123=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 238 (93.36% from 255 or 62.47% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EE7B is #EB1184. Grayscale: #9F9F9F. Windows color (decimal): -15405445 or 8121876. OLE color: 8121876.
HSL color Cylindrical-coordinate representation of color #14EE7B: hue angle of 148.35º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE7B is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 123 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.07 |
| HSL | 148.35º | 0.87% | 0.51% | - |
| HSV(B) | 148.35º | 0.92% | 0.93% | - |
| XYZ | 34.44 | 62.73 | 29.03 | - |
| YUV | 159.71 | 107.28 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 123 | 0.92 | 0 | 0.48 | 0.07 | 148.35 | 0.87 | 0.51 |
| Hex | 14 | EE | 7B | 5C | 0 | 30 | 7 | 94 | 57 | 33 |
| Octal | 24 | 356 | 173 | 134 | 0 | 60 | 7 | 224 | 127 | 63 |
| Binary | 10100 | 11101110 | 1111011 | 1011100 | 0 | 110000 | 111 | 10010100 | 1010111 | 110011 |
Color Harmonies of #14EE7B
Complementary color
Monochromatic Colors of #14EE7B
Black with #14EE7B
Text Example
Text Example
White with #14EE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE7B; }
p { color: rgb(20,238,123); }
H1.HeaderClassName
{
color: #14EE7B;
}
.AnyTagClassName
{
color: #14EE7B;
}
</style>
background-color css
<style>
a { background-color: #14EE7B; }
a { background-color: rgb(20,238,123); }
div.DivClassName
{
background-color: #14EE7B;
}
.BgClassName
{
background-color: #14EE7B;
}
</style>
border-color css
<style>
span { border-color: #14EE7B; }
span { border-color: rgb(20,238,123); }
td.TdClassName
{
border-color: #14EE7B;
}
.TagClassName
{
border-color: #14EE7B;
}
</style>