Shades of Spring Green #14F283
Tints of Spring Green #14F283
RGB
CMYK
RGB Variations
Color information
#14F283 (or 0x14F283) is known color: Spring Green. HEX triplet: 14, F2 and 83. RGB value is (20,242,131). Sum of RGB (Red+Green+Blue) = 20+242+131=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #14F283 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F283 is #EB0D7C. Grayscale: #A3A3A3. Windows color (decimal): -15404413 or 8647188. OLE color: 8647188.
HSL color Cylindrical-coordinate representation of color #14F283: hue angle of 150º degrees, saturation: 0.9, 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 #14F283 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 242 | 131 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.05 |
| HSL | 150º | 0.9% | 0.51% | - |
| HSV(B) | 150º | 0.92% | 0.95% | - |
| XYZ | 36.14 | 65.29 | 32.17 | - |
| YUV | 162.97 | 109.95 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 131 | 0.92 | 0 | 0.46 | 0.05 | 150 | 0.9 | 0.51 |
| Hex | 14 | F2 | 83 | 5C | 0 | 2E | 5 | 96 | 5A | 33 |
| Octal | 24 | 362 | 203 | 134 | 0 | 56 | 5 | 226 | 132 | 63 |
| Binary | 10100 | 11110010 | 10000011 | 1011100 | 0 | 101110 | 101 | 10010110 | 1011010 | 110011 |
Color Harmonies of #14F283
Complementary color
Monochromatic Colors of #14F283
Black with #14F283
Text Example
Text Example
White with #14F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F283; }
p { color: rgb(20,242,131); }
H1.HeaderClassName
{
color: #14F283;
}
.AnyTagClassName
{
color: #14F283;
}
</style>
background-color css
<style>
a { background-color: #14F283; }
a { background-color: rgb(20,242,131); }
div.DivClassName
{
background-color: #14F283;
}
.BgClassName
{
background-color: #14F283;
}
</style>
border-color css
<style>
span { border-color: #14F283; }
span { border-color: rgb(20,242,131); }
td.TdClassName
{
border-color: #14F283;
}
.TagClassName
{
border-color: #14F283;
}
</style>