Shades of Spring Green #13ED7A
Tints of Spring Green #13ED7A
RGB
CMYK
RGB Variations
Color information
#13ED7A (or 0x13ED7A) is known color: Spring Green. HEX triplet: 13, ED and 7A. RGB value is (19,237,122). Sum of RGB (Red+Green+Blue) = 19+237+122=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #13ED7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13ED7A is #EC1285. Grayscale: #9E9E9E. Windows color (decimal): -15471238 or 8056083. OLE color: 8056083.
HSL color Cylindrical-coordinate representation of color #13ED7A: hue angle of 148.35º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ED7A is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 122 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.07 |
| HSL | 148.35º | 0.86% | 0.5% | - |
| HSV(B) | 148.35º | 0.92% | 0.93% | - |
| XYZ | 34.07 | 62.11 | 28.61 | - |
| YUV | 158.71 | 107.28 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 122 | 0.92 | 0 | 0.49 | 0.07 | 148.35 | 0.86 | 0.5 |
| Hex | 13 | ED | 7A | 5C | 0 | 31 | 7 | 94 | 56 | 32 |
| Octal | 23 | 355 | 172 | 134 | 0 | 61 | 7 | 224 | 126 | 62 |
| Binary | 10011 | 11101101 | 1111010 | 1011100 | 0 | 110001 | 111 | 10010100 | 1010110 | 110010 |
Color Harmonies of #13ED7A
Complementary color
Monochromatic Colors of #13ED7A
Black with #13ED7A
Text Example
Text Example
White with #13ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ED7A; }
p { color: rgb(19,237,122); }
H1.HeaderClassName
{
color: #13ED7A;
}
.AnyTagClassName
{
color: #13ED7A;
}
</style>
background-color css
<style>
a { background-color: #13ED7A; }
a { background-color: rgb(19,237,122); }
div.DivClassName
{
background-color: #13ED7A;
}
.BgClassName
{
background-color: #13ED7A;
}
</style>
border-color css
<style>
span { border-color: #13ED7A; }
span { border-color: rgb(19,237,122); }
td.TdClassName
{
border-color: #13ED7A;
}
.TagClassName
{
border-color: #13ED7A;
}
</style>