Shades of Spring Green #13F282
Tints of Spring Green #13F282
RGB
CMYK
RGB Variations
Color information
#13F282 (or 0x13F282) is known color: Spring Green. HEX triplet: 13, F2 and 82. RGB value is (19,242,130). Sum of RGB (Red+Green+Blue) = 19+242+130=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #13F282 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F282 is #EC0D7D. Grayscale: #A2A2A2. Windows color (decimal): -15469950 or 8581651. OLE color: 8581651.
HSL color Cylindrical-coordinate representation of color #13F282: hue angle of 149.87º degrees, saturation: 0.9, 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 #13F282 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 130 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.05 |
| HSL | 149.87º | 0.9% | 0.51% | - |
| HSV(B) | 149.87º | 0.92% | 0.95% | - |
| XYZ | 36.05 | 65.25 | 31.81 | - |
| YUV | 162.56 | 109.62 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 130 | 0.92 | 0 | 0.46 | 0.05 | 149.87 | 0.9 | 0.51 |
| Hex | 13 | F2 | 82 | 5C | 0 | 2E | 5 | 96 | 5A | 33 |
| Octal | 23 | 362 | 202 | 134 | 0 | 56 | 5 | 226 | 132 | 63 |
| Binary | 10011 | 11110010 | 10000010 | 1011100 | 0 | 101110 | 101 | 10010110 | 1011010 | 110011 |
Color Harmonies of #13F282
Complementary color
Monochromatic Colors of #13F282
Black with #13F282
Text Example
Text Example
White with #13F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F282; }
p { color: rgb(19,242,130); }
H1.HeaderClassName
{
color: #13F282;
}
.AnyTagClassName
{
color: #13F282;
}
</style>
background-color css
<style>
a { background-color: #13F282; }
a { background-color: rgb(19,242,130); }
div.DivClassName
{
background-color: #13F282;
}
.BgClassName
{
background-color: #13F282;
}
</style>
border-color css
<style>
span { border-color: #13F282; }
span { border-color: rgb(19,242,130); }
td.TdClassName
{
border-color: #13F282;
}
.TagClassName
{
border-color: #13F282;
}
</style>