Shades of Spring Green #14F27B
Tints of Spring Green #14F27B
RGB
CMYK
RGB Variations
Color information
#14F27B (or 0x14F27B) is known color: Spring Green. HEX triplet: 14, F2 and 7B. RGB value is (20,242,123). Sum of RGB (Red+Green+Blue) = 20+242+123=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #14F27B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F27B is #EB0D84. Grayscale: #A2A2A2. Windows color (decimal): -15404421 or 8122900. OLE color: 8122900.
HSL color Cylindrical-coordinate representation of color #14F27B: hue angle of 147.84º 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 #14F27B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 123 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 147.84º | 0.9% | 0.51% | - |
| HSV(B) | 147.84º | 0.92% | 0.95% | - |
| XYZ | 35.62 | 65.08 | 29.42 | - |
| YUV | 162.06 | 105.95 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 123 | 0.92 | 0 | 0.49 | 0.05 | 147.84 | 0.9 | 0.51 |
| Hex | 14 | F2 | 7B | 5C | 0 | 31 | 5 | 94 | 5A | 33 |
| Octal | 24 | 362 | 173 | 134 | 0 | 61 | 5 | 224 | 132 | 63 |
| Binary | 10100 | 11110010 | 1111011 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011010 | 110011 |
Color Harmonies of #14F27B
Complementary color
Monochromatic Colors of #14F27B
Black with #14F27B
Text Example
Text Example
White with #14F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F27B; }
p { color: rgb(20,242,123); }
H1.HeaderClassName
{
color: #14F27B;
}
.AnyTagClassName
{
color: #14F27B;
}
</style>
background-color css
<style>
a { background-color: #14F27B; }
a { background-color: rgb(20,242,123); }
div.DivClassName
{
background-color: #14F27B;
}
.BgClassName
{
background-color: #14F27B;
}
</style>
border-color css
<style>
span { border-color: #14F27B; }
span { border-color: rgb(20,242,123); }
td.TdClassName
{
border-color: #14F27B;
}
.TagClassName
{
border-color: #14F27B;
}
</style>