Shades of Spring Green #14F181
Tints of Spring Green #14F181
RGB
CMYK
RGB Variations
Color information
#14F181 (or 0x14F181) is known color: Spring Green. HEX triplet: 14, F1 and 81. RGB value is (20,241,129). Sum of RGB (Red+Green+Blue) = 20+241+129=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #14F181 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F181 is #EB0E7E. Grayscale: #A2A2A2. Windows color (decimal): -15404671 or 8515860. OLE color: 8515860.
HSL color Cylindrical-coordinate representation of color #14F181: hue angle of 149.59º 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 #14F181 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 129 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.05 |
| HSL | 149.59º | 0.89% | 0.51% | - |
| HSV(B) | 149.59º | 0.92% | 0.95% | - |
| XYZ | 35.71 | 64.64 | 31.36 | - |
| YUV | 162.15 | 109.28 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 129 | 0.92 | 0 | 0.46 | 0.05 | 149.59 | 0.89 | 0.51 |
| Hex | 14 | F1 | 81 | 5C | 0 | 2E | 5 | 96 | 59 | 33 |
| Octal | 24 | 361 | 201 | 134 | 0 | 56 | 5 | 226 | 131 | 63 |
| Binary | 10100 | 11110001 | 10000001 | 1011100 | 0 | 101110 | 101 | 10010110 | 1011001 | 110011 |
Color Harmonies of #14F181
Complementary color
Monochromatic Colors of #14F181
Black with #14F181
Text Example
Text Example
White with #14F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F181; }
p { color: rgb(20,241,129); }
H1.HeaderClassName
{
color: #14F181;
}
.AnyTagClassName
{
color: #14F181;
}
</style>
background-color css
<style>
a { background-color: #14F181; }
a { background-color: rgb(20,241,129); }
div.DivClassName
{
background-color: #14F181;
}
.BgClassName
{
background-color: #14F181;
}
</style>
border-color css
<style>
span { border-color: #14F181; }
span { border-color: rgb(20,241,129); }
td.TdClassName
{
border-color: #14F181;
}
.TagClassName
{
border-color: #14F181;
}
</style>