Shades of Spring Green #13FE8C
Tints of Spring Green #13FE8C
RGB
CMYK
RGB Variations
Color information
#13FE8C (or 0x13FE8C) is known color: Spring Green. HEX triplet: 13, FE and 8C. RGB value is (19,254,140). Sum of RGB (Red+Green+Blue) = 19+254+140=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 254 (99.61% from 255 or 61.50% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FE8C is #EC0173. Grayscale: #AAAAAA. Windows color (decimal): -15466868 or 9240083. OLE color: 9240083.
HSL color Cylindrical-coordinate representation of color #13FE8C: hue angle of 150.89º 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 #13FE8C is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 140 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.00 |
| HSL | 150.89º | 0.99% | 0.54% | - |
| HSV(B) | 150.89º | 0.93% | 1% | - |
| XYZ | 40.44 | 72.92 | 36.75 | - |
| YUV | 170.74 | 110.64 | 19.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 140 | 0.93 | 0 | 0.45 | 0.00 | 150.89 | 0.99 | 0.54 |
| Hex | 13 | FE | 8C | 5D | 0 | 2D | 0 | 97 | 63 | 36 |
| Octal | 23 | 376 | 214 | 135 | 0 | 55 | 0 | 227 | 143 | 66 |
| Binary | 10011 | 11111110 | 10001100 | 1011101 | 0 | 101101 | 0 | 10010111 | 1100011 | 110110 |
Color Harmonies of #13FE8C
Complementary color
Monochromatic Colors of #13FE8C
Black with #13FE8C
Text Example
Text Example
White with #13FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FE8C; }
p { color: rgb(19,254,140); }
H1.HeaderClassName
{
color: #13FE8C;
}
.AnyTagClassName
{
color: #13FE8C;
}
</style>
background-color css
<style>
a { background-color: #13FE8C; }
a { background-color: rgb(19,254,140); }
div.DivClassName
{
background-color: #13FE8C;
}
.BgClassName
{
background-color: #13FE8C;
}
</style>
border-color css
<style>
span { border-color: #13FE8C; }
span { border-color: rgb(19,254,140); }
td.TdClassName
{
border-color: #13FE8C;
}
.TagClassName
{
border-color: #13FE8C;
}
</style>