Shades of Spring Green #14F185
Tints of Spring Green #14F185
RGB
CMYK
RGB Variations
Color information
#14F185 (or 0x14F185) is known color: Spring Green. HEX triplet: 14, F1 and 85. RGB value is (20,241,133). Sum of RGB (Red+Green+Blue) = 20+241+133=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #14F185 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F185 is #EB0E7A. Grayscale: #A2A2A2. Windows color (decimal): -15404667 or 8778004. OLE color: 8778004.
HSL color Cylindrical-coordinate representation of color #14F185: hue angle of 150.68º degrees, saturation: 0.89, 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 #14F185 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 133 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.05 |
| HSL | 150.68º | 0.89% | 0.51% | - |
| HSV(B) | 150.68º | 0.92% | 0.95% | - |
| XYZ | 35.98 | 64.75 | 32.79 | - |
| YUV | 162.61 | 111.28 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 133 | 0.92 | 0 | 0.45 | 0.05 | 150.68 | 0.89 | 0.51 |
| Hex | 14 | F1 | 85 | 5C | 0 | 2D | 5 | 97 | 59 | 33 |
| Octal | 24 | 361 | 205 | 134 | 0 | 55 | 5 | 227 | 131 | 63 |
| Binary | 10100 | 11110001 | 10000101 | 1011100 | 0 | 101101 | 101 | 10010111 | 1011001 | 110011 |
Color Harmonies of #14F185
Complementary color
Monochromatic Colors of #14F185
Black with #14F185
Text Example
Text Example
White with #14F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F185; }
p { color: rgb(20,241,133); }
H1.HeaderClassName
{
color: #14F185;
}
.AnyTagClassName
{
color: #14F185;
}
</style>
background-color css
<style>
a { background-color: #14F185; }
a { background-color: rgb(20,241,133); }
div.DivClassName
{
background-color: #14F185;
}
.BgClassName
{
background-color: #14F185;
}
</style>
border-color css
<style>
span { border-color: #14F185; }
span { border-color: rgb(20,241,133); }
td.TdClassName
{
border-color: #14F185;
}
.TagClassName
{
border-color: #14F185;
}
</style>