Shades of Spring Green #14F26C
Tints of Spring Green #14F26C
RGB
CMYK
RGB Variations
Color information
#14F26C (or 0x14F26C) is known color: Spring Green. HEX triplet: 14, F2 and 6C. RGB value is (20,242,108). Sum of RGB (Red+Green+Blue) = 20+242+108=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #14F26C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F26C is #EB0D93. Grayscale: #A0A0A0. Windows color (decimal): -15404436 or 7139860. OLE color: 7139860.
HSL color Cylindrical-coordinate representation of color #14F26C: hue angle of 143.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F26C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 108 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.05 |
| HSL | 143.78º | 0.9% | 0.51% | - |
| HSV(B) | 143.78º | 0.92% | 0.95% | - |
| XYZ | 34.75 | 64.74 | 24.85 | - |
| YUV | 160.35 | 98.45 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 108 | 0.92 | 0 | 0.55 | 0.05 | 143.78 | 0.9 | 0.51 |
| Hex | 14 | F2 | 6C | 5C | 0 | 37 | 5 | 90 | 5A | 33 |
| Octal | 24 | 362 | 154 | 134 | 0 | 67 | 5 | 220 | 132 | 63 |
| Binary | 10100 | 11110010 | 1101100 | 1011100 | 0 | 110111 | 101 | 10010000 | 1011010 | 110011 |
Color Harmonies of #14F26C
Complementary color
Monochromatic Colors of #14F26C
Black with #14F26C
Text Example
Text Example
White with #14F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F26C; }
p { color: rgb(20,242,108); }
H1.HeaderClassName
{
color: #14F26C;
}
.AnyTagClassName
{
color: #14F26C;
}
</style>
background-color css
<style>
a { background-color: #14F26C; }
a { background-color: rgb(20,242,108); }
div.DivClassName
{
background-color: #14F26C;
}
.BgClassName
{
background-color: #14F26C;
}
</style>
border-color css
<style>
span { border-color: #14F26C; }
span { border-color: rgb(20,242,108); }
td.TdClassName
{
border-color: #14F26C;
}
.TagClassName
{
border-color: #14F26C;
}
</style>