Shades of Spring Green #14F585
Tints of Spring Green #14F585
RGB
CMYK
RGB Variations
Color information
#14F585 (or 0x14F585) is known color: Spring Green. HEX triplet: 14, F5 and 85. RGB value is (20,245,133). Sum of RGB (Red+Green+Blue) = 20+245+133=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 245 (96.09% from 255 or 61.56% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 245 - color contains mainly: green. Hex color #14F585 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F585 is #EB0A7A. Grayscale: #A5A5A5. Windows color (decimal): -15403643 or 8779028. OLE color: 8779028.
HSL color Cylindrical-coordinate representation of color #14F585: hue angle of 150.13º degrees, saturation: 0.92, 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 #14F585 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 245 | 133 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.04 |
| HSL | 150.13º | 0.92% | 0.52% | - |
| HSV(B) | 150.13º | 0.92% | 0.96% | - |
| XYZ | 37.17 | 67.15 | 33.19 | - |
| YUV | 164.96 | 109.96 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 245 | 133 | 0.92 | 0 | 0.46 | 0.04 | 150.13 | 0.92 | 0.52 |
| Hex | 14 | F5 | 85 | 5C | 0 | 2E | 4 | 96 | 5C | 34 |
| Octal | 24 | 365 | 205 | 134 | 0 | 56 | 4 | 226 | 134 | 64 |
| Binary | 10100 | 11110101 | 10000101 | 1011100 | 0 | 101110 | 100 | 10010110 | 1011100 | 110100 |
Color Harmonies of #14F585
Complementary color
Monochromatic Colors of #14F585
Black with #14F585
Text Example
Text Example
White with #14F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F585; }
p { color: rgb(20,245,133); }
H1.HeaderClassName
{
color: #14F585;
}
.AnyTagClassName
{
color: #14F585;
}
</style>
background-color css
<style>
a { background-color: #14F585; }
a { background-color: rgb(20,245,133); }
div.DivClassName
{
background-color: #14F585;
}
.BgClassName
{
background-color: #14F585;
}
</style>
border-color css
<style>
span { border-color: #14F585; }
span { border-color: rgb(20,245,133); }
td.TdClassName
{
border-color: #14F585;
}
.TagClassName
{
border-color: #14F585;
}
</style>