Shades of Spring Green #14F384
Tints of Spring Green #14F384
RGB
CMYK
RGB Variations
Color information
#14F384 (or 0x14F384) is known color: Spring Green. HEX triplet: 14, F3 and 84. RGB value is (20,243,132). Sum of RGB (Red+Green+Blue) = 20+243+132=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #14F384 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F384 is #EB0C7B. Grayscale: #A3A3A3. Windows color (decimal): -15404156 or 8712980. OLE color: 8712980.
HSL color Cylindrical-coordinate representation of color #14F384: hue angle of 150.13º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F384 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 132 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.05 |
| HSL | 150.13º | 0.9% | 0.52% | - |
| HSV(B) | 150.13º | 0.92% | 0.95% | - |
| XYZ | 36.5 | 65.92 | 32.63 | - |
| YUV | 163.67 | 110.12 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 132 | 0.92 | 0 | 0.46 | 0.05 | 150.13 | 0.9 | 0.52 |
| Hex | 14 | F3 | 84 | 5C | 0 | 2E | 5 | 96 | 5A | 34 |
| Octal | 24 | 363 | 204 | 134 | 0 | 56 | 5 | 226 | 132 | 64 |
| Binary | 10100 | 11110011 | 10000100 | 1011100 | 0 | 101110 | 101 | 10010110 | 1011010 | 110100 |
Color Harmonies of #14F384
Complementary color
Monochromatic Colors of #14F384
Black with #14F384
Text Example
Text Example
White with #14F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F384; }
p { color: rgb(20,243,132); }
H1.HeaderClassName
{
color: #14F384;
}
.AnyTagClassName
{
color: #14F384;
}
</style>
background-color css
<style>
a { background-color: #14F384; }
a { background-color: rgb(20,243,132); }
div.DivClassName
{
background-color: #14F384;
}
.BgClassName
{
background-color: #14F384;
}
</style>
border-color css
<style>
span { border-color: #14F384; }
span { border-color: rgb(20,243,132); }
td.TdClassName
{
border-color: #14F384;
}
.TagClassName
{
border-color: #14F384;
}
</style>