Shades of Spring Green #14F183
Tints of Spring Green #14F183
RGB
CMYK
RGB Variations
Color information
#14F183 (or 0x14F183) is known color: Spring Green. HEX triplet: 14, F1 and 83. RGB value is (20,241,131). Sum of RGB (Red+Green+Blue) = 20+241+131=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #14F183 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F183 is #EB0E7C. Grayscale: #A2A2A2. Windows color (decimal): -15404669 or 8646932. OLE color: 8646932.
HSL color Cylindrical-coordinate representation of color #14F183: hue angle of 150.14º 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 #14F183 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 241 | 131 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.05 |
| HSL | 150.14º | 0.89% | 0.51% | - |
| HSV(B) | 150.14º | 0.92% | 0.95% | - |
| XYZ | 35.84 | 64.7 | 32.07 | - |
| YUV | 162.38 | 110.28 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 241 | 131 | 0.92 | 0 | 0.46 | 0.05 | 150.14 | 0.89 | 0.51 |
| Hex | 14 | F1 | 83 | 5C | 0 | 2E | 5 | 96 | 59 | 33 |
| Octal | 24 | 361 | 203 | 134 | 0 | 56 | 5 | 226 | 131 | 63 |
| Binary | 10100 | 11110001 | 10000011 | 1011100 | 0 | 101110 | 101 | 10010110 | 1011001 | 110011 |
Color Harmonies of #14F183
Complementary color
Monochromatic Colors of #14F183
Black with #14F183
Text Example
Text Example
White with #14F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F183; }
p { color: rgb(20,241,131); }
H1.HeaderClassName
{
color: #14F183;
}
.AnyTagClassName
{
color: #14F183;
}
</style>
background-color css
<style>
a { background-color: #14F183; }
a { background-color: rgb(20,241,131); }
div.DivClassName
{
background-color: #14F183;
}
.BgClassName
{
background-color: #14F183;
}
</style>
border-color css
<style>
span { border-color: #14F183; }
span { border-color: rgb(20,241,131); }
td.TdClassName
{
border-color: #14F183;
}
.TagClassName
{
border-color: #14F183;
}
</style>