Shades of Spring Green #13F06D
Tints of Spring Green #13F06D
RGB
CMYK
RGB Variations
Color information
#13F06D (or 0x13F06D) is known color: Spring Green. HEX triplet: 13, F0 and 6D. RGB value is (19,240,109). Sum of RGB (Red+Green+Blue) = 19+240+109=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #13F06D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F06D is #EC0F92. Grayscale: #9F9F9F. Windows color (decimal): -15470483 or 7204883. OLE color: 7204883.
HSL color Cylindrical-coordinate representation of color #13F06D: hue angle of 144.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F06D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 109 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.06 |
| HSL | 144.43º | 0.88% | 0.51% | - |
| HSV(B) | 144.43º | 0.92% | 0.94% | - |
| XYZ | 34.19 | 63.56 | 24.93 | - |
| YUV | 158.99 | 99.78 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 109 | 0.92 | 0 | 0.55 | 0.06 | 144.43 | 0.88 | 0.51 |
| Hex | 13 | F0 | 6D | 5C | 0 | 37 | 6 | 90 | 58 | 33 |
| Octal | 23 | 360 | 155 | 134 | 0 | 67 | 6 | 220 | 130 | 63 |
| Binary | 10011 | 11110000 | 1101101 | 1011100 | 0 | 110111 | 110 | 10010000 | 1011000 | 110011 |
Color Harmonies of #13F06D
Complementary color
Monochromatic Colors of #13F06D
Black with #13F06D
Text Example
Text Example
White with #13F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F06D; }
p { color: rgb(19,240,109); }
H1.HeaderClassName
{
color: #13F06D;
}
.AnyTagClassName
{
color: #13F06D;
}
</style>
background-color css
<style>
a { background-color: #13F06D; }
a { background-color: rgb(19,240,109); }
div.DivClassName
{
background-color: #13F06D;
}
.BgClassName
{
background-color: #13F06D;
}
</style>
border-color css
<style>
span { border-color: #13F06D; }
span { border-color: rgb(19,240,109); }
td.TdClassName
{
border-color: #13F06D;
}
.TagClassName
{
border-color: #13F06D;
}
</style>