Shades of Spring Green #14FB6D
Tints of Spring Green #14FB6D
RGB
CMYK
RGB Variations
Color information
#14FB6D (or 0x14FB6D) is known color: Spring Green. HEX triplet: 14, FB and 6D. RGB value is (20,251,109). Sum of RGB (Red+Green+Blue) = 20+251+109=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #14FB6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14FB6D is #EB0492. Grayscale: #A6A6A6. Windows color (decimal): -15402131 or 7207700. OLE color: 7207700.
HSL color Cylindrical-coordinate representation of color #14FB6D: hue angle of 143.12º degrees, saturation: 0.97, 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 #14FB6D is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 251 | 109 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.02 |
| HSL | 143.12º | 0.97% | 0.53% | - |
| HSV(B) | 143.12º | 0.92% | 0.98% | - |
| XYZ | 37.55 | 70.25 | 26.05 | - |
| YUV | 165.74 | 95.97 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 251 | 109 | 0.92 | 0 | 0.57 | 0.02 | 143.12 | 0.97 | 0.53 |
| Hex | 14 | FB | 6D | 5C | 0 | 39 | 2 | 8F | 61 | 35 |
| Octal | 24 | 373 | 155 | 134 | 0 | 71 | 2 | 217 | 141 | 65 |
| Binary | 10100 | 11111011 | 1101101 | 1011100 | 0 | 111001 | 10 | 10001111 | 1100001 | 110101 |
Color Harmonies of #14FB6D
Complementary color
Monochromatic Colors of #14FB6D
Black with #14FB6D
Text Example
Text Example
White with #14FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FB6D; }
p { color: rgb(20,251,109); }
H1.HeaderClassName
{
color: #14FB6D;
}
.AnyTagClassName
{
color: #14FB6D;
}
</style>
background-color css
<style>
a { background-color: #14FB6D; }
a { background-color: rgb(20,251,109); }
div.DivClassName
{
background-color: #14FB6D;
}
.BgClassName
{
background-color: #14FB6D;
}
</style>
border-color css
<style>
span { border-color: #14FB6D; }
span { border-color: rgb(20,251,109); }
td.TdClassName
{
border-color: #14FB6D;
}
.TagClassName
{
border-color: #14FB6D;
}
</style>