Shades of Spring Green #13F18A
Tints of Spring Green #13F18A
RGB
CMYK
RGB Variations
Color information
#13F18A (or 0x13F18A) is known color: Spring Green. HEX triplet: 13, F1 and 8A. RGB value is (19,241,138). Sum of RGB (Red+Green+Blue) = 19+241+138=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #13F18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F18A is #EC0E75. Grayscale: #A3A3A3. Windows color (decimal): -15470198 or 9105683. OLE color: 9105683.
HSL color Cylindrical-coordinate representation of color #13F18A: hue angle of 152.16º 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 #13F18A is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 138 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.05 |
| HSL | 152.16º | 0.89% | 0.51% | - |
| HSV(B) | 152.16º | 0.92% | 0.95% | - |
| XYZ | 36.31 | 64.88 | 34.65 | - |
| YUV | 162.88 | 113.95 | 25.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 138 | 0.92 | 0 | 0.43 | 0.05 | 152.16 | 0.89 | 0.51 |
| Hex | 13 | F1 | 8A | 5C | 0 | 2B | 5 | 98 | 59 | 33 |
| Octal | 23 | 361 | 212 | 134 | 0 | 53 | 5 | 230 | 131 | 63 |
| Binary | 10011 | 11110001 | 10001010 | 1011100 | 0 | 101011 | 101 | 10011000 | 1011001 | 110011 |
Color Harmonies of #13F18A
Complementary color
Monochromatic Colors of #13F18A
Black with #13F18A
Text Example
Text Example
White with #13F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F18A; }
p { color: rgb(19,241,138); }
H1.HeaderClassName
{
color: #13F18A;
}
.AnyTagClassName
{
color: #13F18A;
}
</style>
background-color css
<style>
a { background-color: #13F18A; }
a { background-color: rgb(19,241,138); }
div.DivClassName
{
background-color: #13F18A;
}
.BgClassName
{
background-color: #13F18A;
}
</style>
border-color css
<style>
span { border-color: #13F18A; }
span { border-color: rgb(19,241,138); }
td.TdClassName
{
border-color: #13F18A;
}
.TagClassName
{
border-color: #13F18A;
}
</style>