Shades of Spring Green #14F184
Tints of Spring Green #14F184
RGB
CMYK
RGB Variations
Color information
#14F184 (or 0x14F184) is known color: Spring Green. HEX triplet: 14, F1 and 84. RGB value is (20,241,132). Sum of RGB (Red+Green+Blue) = 20+241+132=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #14F184 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F184 is #EB0E7B. Grayscale: #A2A2A2. Windows color (decimal): -15404668 or 8712468. OLE color: 8712468.
HSL color Cylindrical-coordinate representation of color #14F184: hue angle of 150.41º 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 #14F184 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 132 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.05 |
| HSL | 150.41º | 0.89% | 0.51% | - |
| HSV(B) | 150.41º | 0.92% | 0.95% | - |
| XYZ | 35.91 | 64.73 | 32.43 | - |
| YUV | 162.5 | 110.78 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 132 | 0.92 | 0 | 0.45 | 0.05 | 150.41 | 0.89 | 0.51 |
| Hex | 14 | F1 | 84 | 5C | 0 | 2D | 5 | 96 | 59 | 33 |
| Octal | 24 | 361 | 204 | 134 | 0 | 55 | 5 | 226 | 131 | 63 |
| Binary | 10100 | 11110001 | 10000100 | 1011100 | 0 | 101101 | 101 | 10010110 | 1011001 | 110011 |
Color Harmonies of #14F184
Complementary color
Monochromatic Colors of #14F184
Black with #14F184
Text Example
Text Example
White with #14F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F184; }
p { color: rgb(20,241,132); }
H1.HeaderClassName
{
color: #14F184;
}
.AnyTagClassName
{
color: #14F184;
}
</style>
background-color css
<style>
a { background-color: #14F184; }
a { background-color: rgb(20,241,132); }
div.DivClassName
{
background-color: #14F184;
}
.BgClassName
{
background-color: #14F184;
}
</style>
border-color css
<style>
span { border-color: #14F184; }
span { border-color: rgb(20,241,132); }
td.TdClassName
{
border-color: #14F184;
}
.TagClassName
{
border-color: #14F184;
}
</style>