Shades of Spring Green #13FE8D
Tints of Spring Green #13FE8D
RGB
CMYK
RGB Variations
Color information
#13FE8D (or 0x13FE8D) is known color: Spring Green. HEX triplet: 13, FE and 8D. RGB value is (19,254,141). Sum of RGB (Red+Green+Blue) = 19+254+141=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FE8D is #EC0172. Grayscale: #ABABAB. Windows color (decimal): -15466867 or 9305619. OLE color: 9305619.
HSL color Cylindrical-coordinate representation of color #13FE8D: hue angle of 151.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE8D is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 141 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.00 |
| HSL | 151.15º | 0.99% | 0.54% | - |
| HSV(B) | 151.15º | 0.93% | 1% | - |
| XYZ | 40.52 | 72.95 | 37.14 | - |
| YUV | 170.85 | 111.14 | 19.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 141 | 0.93 | 0 | 0.44 | 0.00 | 151.15 | 0.99 | 0.54 |
| Hex | 13 | FE | 8D | 5D | 0 | 2C | 0 | 97 | 63 | 36 |
| Octal | 23 | 376 | 215 | 135 | 0 | 54 | 0 | 227 | 143 | 66 |
| Binary | 10011 | 11111110 | 10001101 | 1011101 | 0 | 101100 | 0 | 10010111 | 1100011 | 110110 |
Color Harmonies of #13FE8D
Complementary color
Monochromatic Colors of #13FE8D
Black with #13FE8D
Text Example
Text Example
White with #13FE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE8D; }
p { color: rgb(19,254,141); }
H1.HeaderClassName
{
color: #13FE8D;
}
.AnyTagClassName
{
color: #13FE8D;
}
</style>
background-color css
<style>
a { background-color: #13FE8D; }
a { background-color: rgb(19,254,141); }
div.DivClassName
{
background-color: #13FE8D;
}
.BgClassName
{
background-color: #13FE8D;
}
</style>
border-color css
<style>
span { border-color: #13FE8D; }
span { border-color: rgb(19,254,141); }
td.TdClassName
{
border-color: #13FE8D;
}
.TagClassName
{
border-color: #13FE8D;
}
</style>