Shades of Spring Green #13E770
Tints of Spring Green #13E770
RGB
CMYK
RGB Variations
Color information
#13E770 (or 0x13E770) is known color: Spring Green. HEX triplet: 13, E7 and 70. RGB value is (19,231,112). Sum of RGB (Red+Green+Blue) = 19+231+112=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 231 (90.62% from 255 or 63.81% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 231 - color contains mainly: green. Hex color #13E770 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E770 is #EC188F. Grayscale: #9A9A9A. Windows color (decimal): -15472784 or 7399187. OLE color: 7399187.
HSL color Cylindrical-coordinate representation of color #13E770: hue angle of 146.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E770 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
RGB | 19 | 231 | 112 | - |
CMYK | 0.92 | 0 | 0.52 | 0.09 |
HSL | 146.32º | 0.85% | 0.49% | - |
HSV(B) | 146.32º | 0.92% | 0.91% | - |
XYZ | 31.77 | 58.46 | 24.94 | - |
YUV | 154.05 | 104.26 | 31.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 231 | 112 | 0.92 | 0 | 0.52 | 0.09 | 146.32 | 0.85 | 0.49 |
Hex | 13 | E7 | 70 | 5C | 0 | 34 | 9 | 92 | 55 | 31 |
Octal | 23 | 347 | 160 | 134 | 0 | 64 | 11 | 222 | 125 | 61 |
Binary | 10011 | 11100111 | 1110000 | 1011100 | 0 | 110100 | 1001 | 10010010 | 1010101 | 110001 |
Color Harmonies of #13E770
Complementary color
Monochromatic Colors of #13E770
Black with #13E770
Text Example
Text Example
White with #13E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E770; }
p { color: rgb(19,231,112); }
H1.HeaderClassName
{
color: #13E770;
}
.AnyTagClassName
{
color: #13E770;
}
</style>
background-color css
<style>
a { background-color: #13E770; }
a { background-color: rgb(19,231,112); }
div.DivClassName
{
background-color: #13E770;
}
.BgClassName
{
background-color: #13E770;
}
</style>
border-color css
<style>
span { border-color: #13E770; }
span { border-color: rgb(19,231,112); }
td.TdClassName
{
border-color: #13E770;
}
.TagClassName
{
border-color: #13E770;
}
</style>