Shades of Spring Green #14FE8B
Tints of Spring Green #14FE8B
RGB
CMYK
RGB Variations
Color information
#14FE8B (or 0x14FE8B) is known color: Spring Green. HEX triplet: 14, FE and 8B. RGB value is (20,254,139). Sum of RGB (Red+Green+Blue) = 20+254+139=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FE8B is #EB0174. Grayscale: #ABABAB. Windows color (decimal): -15401333 or 9174548. OLE color: 9174548.
HSL color Cylindrical-coordinate representation of color #14FE8B: hue angle of 150.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE8B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 139 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.00 |
| HSL | 150.51º | 0.99% | 0.54% | - |
| HSV(B) | 150.51º | 0.92% | 1% | - |
| XYZ | 40.39 | 72.9 | 36.37 | - |
| YUV | 170.92 | 109.98 | 20.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 139 | 0.92 | 0 | 0.45 | 0.00 | 150.51 | 0.99 | 0.54 |
| Hex | 14 | FE | 8B | 5C | 0 | 2D | 0 | 97 | 63 | 36 |
| Octal | 24 | 376 | 213 | 134 | 0 | 55 | 0 | 227 | 143 | 66 |
| Binary | 10100 | 11111110 | 10001011 | 1011100 | 0 | 101101 | 0 | 10010111 | 1100011 | 110110 |
Color Harmonies of #14FE8B
Complementary color
Monochromatic Colors of #14FE8B
Black with #14FE8B
Text Example
Text Example
White with #14FE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE8B; }
p { color: rgb(20,254,139); }
H1.HeaderClassName
{
color: #14FE8B;
}
.AnyTagClassName
{
color: #14FE8B;
}
</style>
background-color css
<style>
a { background-color: #14FE8B; }
a { background-color: rgb(20,254,139); }
div.DivClassName
{
background-color: #14FE8B;
}
.BgClassName
{
background-color: #14FE8B;
}
</style>
border-color css
<style>
span { border-color: #14FE8B; }
span { border-color: rgb(20,254,139); }
td.TdClassName
{
border-color: #14FE8B;
}
.TagClassName
{
border-color: #14FE8B;
}
</style>