Shades of Spring Green #13EE6D
Tints of Spring Green #13EE6D
RGB
CMYK
RGB Variations
Color information
#13EE6D (or 0x13EE6D) is known color: Spring Green. HEX triplet: 13, EE and 6D. RGB value is (19,238,109). Sum of RGB (Red+Green+Blue) = 19+238+109=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 238 (93.36% from 255 or 65.03% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 238 - color contains mainly: green. Hex color #13EE6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EE6D is #EC1192. Grayscale: #9E9E9E. Windows color (decimal): -15470995 or 7204371. OLE color: 7204371.
HSL color Cylindrical-coordinate representation of color #13EE6D: hue angle of 144.66º degrees, saturation: 0.87, 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 #13EE6D is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 109 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.07 |
| HSL | 144.66º | 0.87% | 0.5% | - |
| HSV(B) | 144.66º | 0.92% | 0.93% | - |
| XYZ | 33.6 | 62.39 | 24.74 | - |
| YUV | 157.81 | 100.45 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 109 | 0.92 | 0 | 0.54 | 0.07 | 144.66 | 0.87 | 0.5 |
| Hex | 13 | EE | 6D | 5C | 0 | 36 | 7 | 91 | 57 | 32 |
| Octal | 23 | 356 | 155 | 134 | 0 | 66 | 7 | 221 | 127 | 62 |
| Binary | 10011 | 11101110 | 1101101 | 1011100 | 0 | 110110 | 111 | 10010001 | 1010111 | 110010 |
Color Harmonies of #13EE6D
Complementary color
Monochromatic Colors of #13EE6D
Black with #13EE6D
Text Example
Text Example
White with #13EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EE6D; }
p { color: rgb(19,238,109); }
H1.HeaderClassName
{
color: #13EE6D;
}
.AnyTagClassName
{
color: #13EE6D;
}
</style>
background-color css
<style>
a { background-color: #13EE6D; }
a { background-color: rgb(19,238,109); }
div.DivClassName
{
background-color: #13EE6D;
}
.BgClassName
{
background-color: #13EE6D;
}
</style>
border-color css
<style>
span { border-color: #13EE6D; }
span { border-color: rgb(19,238,109); }
td.TdClassName
{
border-color: #13EE6D;
}
.TagClassName
{
border-color: #13EE6D;
}
</style>