Shades of Spring Green #14F287
Tints of Spring Green #14F287
RGB
CMYK
RGB Variations
Color information
#14F287 (or 0x14F287) is known color: Spring Green. HEX triplet: 14, F2 and 87. RGB value is (20,242,135). Sum of RGB (Red+Green+Blue) = 20+242+135=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #14F287 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F287 is #EB0D78. Grayscale: #A3A3A3. Windows color (decimal): -15404409 or 8909332. OLE color: 8909332.
HSL color Cylindrical-coordinate representation of color #14F287: hue angle of 151.08º 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 #14F287 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 135 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.05 |
| HSL | 151.08º | 0.9% | 0.51% | - |
| HSV(B) | 151.08º | 0.92% | 0.95% | - |
| XYZ | 36.41 | 65.4 | 33.63 | - |
| YUV | 163.42 | 111.95 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 135 | 0.92 | 0 | 0.44 | 0.05 | 151.08 | 0.9 | 0.51 |
| Hex | 14 | F2 | 87 | 5C | 0 | 2C | 5 | 97 | 5A | 33 |
| Octal | 24 | 362 | 207 | 134 | 0 | 54 | 5 | 227 | 132 | 63 |
| Binary | 10100 | 11110010 | 10000111 | 1011100 | 0 | 101100 | 101 | 10010111 | 1011010 | 110011 |
Color Harmonies of #14F287
Complementary color
Monochromatic Colors of #14F287
Black with #14F287
Text Example
Text Example
White with #14F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F287; }
p { color: rgb(20,242,135); }
H1.HeaderClassName
{
color: #14F287;
}
.AnyTagClassName
{
color: #14F287;
}
</style>
background-color css
<style>
a { background-color: #14F287; }
a { background-color: rgb(20,242,135); }
div.DivClassName
{
background-color: #14F287;
}
.BgClassName
{
background-color: #14F287;
}
</style>
border-color css
<style>
span { border-color: #14F287; }
span { border-color: rgb(20,242,135); }
td.TdClassName
{
border-color: #14F287;
}
.TagClassName
{
border-color: #14F287;
}
</style>