Shades of Spring Green #14F38B
Tints of Spring Green #14F38B
RGB
CMYK
RGB Variations
Color information
#14F38B (or 0x14F38B) is known color: Spring Green. HEX triplet: 14, F3 and 8B. RGB value is (20,243,139). Sum of RGB (Red+Green+Blue) = 20+243+139=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 243 (95.31% from 255 or 60.45% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 243 - color contains mainly: green. Hex color #14F38B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F38B is #EB0C74. Grayscale: #A4A4A4. Windows color (decimal): -15404149 or 9171732. OLE color: 9171732.
HSL color Cylindrical-coordinate representation of color #14F38B: hue angle of 152.02º 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 #14F38B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 243 | 139 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.05 |
| HSL | 152.02º | 0.9% | 0.52% | - |
| HSV(B) | 152.02º | 0.92% | 0.95% | - |
| XYZ | 37 | 66.11 | 35.24 | - |
| YUV | 164.47 | 113.62 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 243 | 139 | 0.92 | 0 | 0.43 | 0.05 | 152.02 | 0.9 | 0.52 |
| Hex | 14 | F3 | 8B | 5C | 0 | 2B | 5 | 98 | 5A | 34 |
| Octal | 24 | 363 | 213 | 134 | 0 | 53 | 5 | 230 | 132 | 64 |
| Binary | 10100 | 11110011 | 10001011 | 1011100 | 0 | 101011 | 101 | 10011000 | 1011010 | 110100 |
Color Harmonies of #14F38B
Complementary color
Monochromatic Colors of #14F38B
Black with #14F38B
Text Example
Text Example
White with #14F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F38B; }
p { color: rgb(20,243,139); }
H1.HeaderClassName
{
color: #14F38B;
}
.AnyTagClassName
{
color: #14F38B;
}
</style>
background-color css
<style>
a { background-color: #14F38B; }
a { background-color: rgb(20,243,139); }
div.DivClassName
{
background-color: #14F38B;
}
.BgClassName
{
background-color: #14F38B;
}
</style>
border-color css
<style>
span { border-color: #14F38B; }
span { border-color: rgb(20,243,139); }
td.TdClassName
{
border-color: #14F38B;
}
.TagClassName
{
border-color: #14F38B;
}
</style>