Shades of Spring Green #14F67B
Tints of Spring Green #14F67B
RGB
CMYK
RGB Variations
Color information
#14F67B (or 0x14F67B) is known color: Spring Green. HEX triplet: 14, F6 and 7B. RGB value is (20,246,123). Sum of RGB (Red+Green+Blue) = 20+246+123=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #14F67B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F67B is #EB0984. Grayscale: #A4A4A4. Windows color (decimal): -15403397 or 8123924. OLE color: 8123924.
HSL color Cylindrical-coordinate representation of color #14F67B: hue angle of 147.35º 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 #14F67B is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 246 | 123 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.04 |
| HSL | 147.35º | 0.93% | 0.52% | - |
| HSV(B) | 147.35º | 0.92% | 0.96% | - |
| XYZ | 36.82 | 67.49 | 29.83 | - |
| YUV | 164.4 | 104.63 | 25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 246 | 123 | 0.92 | 0 | 0.50 | 0.04 | 147.35 | 0.93 | 0.52 |
| Hex | 14 | F6 | 7B | 5C | 0 | 32 | 4 | 93 | 5D | 34 |
| Octal | 24 | 366 | 173 | 134 | 0 | 62 | 4 | 223 | 135 | 64 |
| Binary | 10100 | 11110110 | 1111011 | 1011100 | 0 | 110010 | 100 | 10010011 | 1011101 | 110100 |
Color Harmonies of #14F67B
Complementary color
Monochromatic Colors of #14F67B
Black with #14F67B
Text Example
Text Example
White with #14F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F67B; }
p { color: rgb(20,246,123); }
H1.HeaderClassName
{
color: #14F67B;
}
.AnyTagClassName
{
color: #14F67B;
}
</style>
background-color css
<style>
a { background-color: #14F67B; }
a { background-color: rgb(20,246,123); }
div.DivClassName
{
background-color: #14F67B;
}
.BgClassName
{
background-color: #14F67B;
}
</style>
border-color css
<style>
span { border-color: #14F67B; }
span { border-color: rgb(20,246,123); }
td.TdClassName
{
border-color: #14F67B;
}
.TagClassName
{
border-color: #14F67B;
}
</style>