Shades of Spring Green #14F28B
Tints of Spring Green #14F28B
RGB
CMYK
RGB Variations
Color information
#14F28B (or 0x14F28B) is known color: Spring Green. HEX triplet: 14, F2 and 8B. RGB value is (20,242,139). Sum of RGB (Red+Green+Blue) = 20+242+139=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #14F28B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F28B is #EB0D74. Grayscale: #A4A4A4. Windows color (decimal): -15404405 or 9171476. OLE color: 9171476.
HSL color Cylindrical-coordinate representation of color #14F28B: hue angle of 152.16º 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 #14F28B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 139 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.05 |
| HSL | 152.16º | 0.9% | 0.51% | - |
| HSV(B) | 152.16º | 0.92% | 0.95% | - |
| XYZ | 36.7 | 65.52 | 35.14 | - |
| YUV | 163.88 | 113.95 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 139 | 0.92 | 0 | 0.43 | 0.05 | 152.16 | 0.9 | 0.51 |
| Hex | 14 | F2 | 8B | 5C | 0 | 2B | 5 | 98 | 5A | 33 |
| Octal | 24 | 362 | 213 | 134 | 0 | 53 | 5 | 230 | 132 | 63 |
| Binary | 10100 | 11110010 | 10001011 | 1011100 | 0 | 101011 | 101 | 10011000 | 1011010 | 110011 |
Color Harmonies of #14F28B
Complementary color
Monochromatic Colors of #14F28B
Black with #14F28B
Text Example
Text Example
White with #14F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F28B; }
p { color: rgb(20,242,139); }
H1.HeaderClassName
{
color: #14F28B;
}
.AnyTagClassName
{
color: #14F28B;
}
</style>
background-color css
<style>
a { background-color: #14F28B; }
a { background-color: rgb(20,242,139); }
div.DivClassName
{
background-color: #14F28B;
}
.BgClassName
{
background-color: #14F28B;
}
</style>
border-color css
<style>
span { border-color: #14F28B; }
span { border-color: rgb(20,242,139); }
td.TdClassName
{
border-color: #14F28B;
}
.TagClassName
{
border-color: #14F28B;
}
</style>