Shades of Spring Green #13EE7A
Tints of Spring Green #13EE7A
RGB
CMYK
RGB Variations
Color information
#13EE7A (or 0x13EE7A) is known color: Spring Green. HEX triplet: 13, EE and 7A. RGB value is (19,238,122). Sum of RGB (Red+Green+Blue) = 19+238+122=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #13EE7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EE7A is #EC1185. Grayscale: #9F9F9F. Windows color (decimal): -15470982 or 8056339. OLE color: 8056339.
HSL color Cylindrical-coordinate representation of color #13EE7A: hue angle of 148.22º 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 #13EE7A is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 122 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.07 |
| HSL | 148.22º | 0.87% | 0.5% | - |
| HSV(B) | 148.22º | 0.92% | 0.93% | - |
| XYZ | 34.36 | 62.69 | 28.7 | - |
| YUV | 159.3 | 106.95 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 122 | 0.92 | 0 | 0.49 | 0.07 | 148.22 | 0.87 | 0.5 |
| Hex | 13 | EE | 7A | 5C | 0 | 31 | 7 | 94 | 57 | 32 |
| Octal | 23 | 356 | 172 | 134 | 0 | 61 | 7 | 224 | 127 | 62 |
| Binary | 10011 | 11101110 | 1111010 | 1011100 | 0 | 110001 | 111 | 10010100 | 1010111 | 110010 |
Color Harmonies of #13EE7A
Complementary color
Monochromatic Colors of #13EE7A
Black with #13EE7A
Text Example
Text Example
White with #13EE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EE7A; }
p { color: rgb(19,238,122); }
H1.HeaderClassName
{
color: #13EE7A;
}
.AnyTagClassName
{
color: #13EE7A;
}
</style>
background-color css
<style>
a { background-color: #13EE7A; }
a { background-color: rgb(19,238,122); }
div.DivClassName
{
background-color: #13EE7A;
}
.BgClassName
{
background-color: #13EE7A;
}
</style>
border-color css
<style>
span { border-color: #13EE7A; }
span { border-color: rgb(19,238,122); }
td.TdClassName
{
border-color: #13EE7A;
}
.TagClassName
{
border-color: #13EE7A;
}
</style>