Shades of Spring Green #13F16D
Tints of Spring Green #13F16D
RGB
CMYK
RGB Variations
Color information
#13F16D (or 0x13F16D) is known color: Spring Green. HEX triplet: 13, F1 and 6D. RGB value is (19,241,109). Sum of RGB (Red+Green+Blue) = 19+241+109=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #13F16D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F16D is #EC0E92. Grayscale: #9F9F9F. Windows color (decimal): -15470227 or 7205139. OLE color: 7205139.
HSL color Cylindrical-coordinate representation of color #13F16D: hue angle of 144.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F16D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 109 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.05 |
| HSL | 144.32º | 0.89% | 0.51% | - |
| HSV(B) | 144.32º | 0.92% | 0.95% | - |
| XYZ | 34.48 | 64.15 | 25.03 | - |
| YUV | 159.57 | 99.45 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 109 | 0.92 | 0 | 0.55 | 0.05 | 144.32 | 0.89 | 0.51 |
| Hex | 13 | F1 | 6D | 5C | 0 | 37 | 5 | 90 | 59 | 33 |
| Octal | 23 | 361 | 155 | 134 | 0 | 67 | 5 | 220 | 131 | 63 |
| Binary | 10011 | 11110001 | 1101101 | 1011100 | 0 | 110111 | 101 | 10010000 | 1011001 | 110011 |
Color Harmonies of #13F16D
Complementary color
Monochromatic Colors of #13F16D
Black with #13F16D
Text Example
Text Example
White with #13F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F16D; }
p { color: rgb(19,241,109); }
H1.HeaderClassName
{
color: #13F16D;
}
.AnyTagClassName
{
color: #13F16D;
}
</style>
background-color css
<style>
a { background-color: #13F16D; }
a { background-color: rgb(19,241,109); }
div.DivClassName
{
background-color: #13F16D;
}
.BgClassName
{
background-color: #13F16D;
}
</style>
border-color css
<style>
span { border-color: #13F16D; }
span { border-color: rgb(19,241,109); }
td.TdClassName
{
border-color: #13F16D;
}
.TagClassName
{
border-color: #13F16D;
}
</style>