Shades of Spring Green #13F27C
Tints of Spring Green #13F27C
RGB
CMYK
RGB Variations
Color information
#13F27C (or 0x13F27C) is known color: Spring Green. HEX triplet: 13, F2 and 7C. RGB value is (19,242,124). Sum of RGB (Red+Green+Blue) = 19+242+124=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #13F27C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F27C is #EC0D83. Grayscale: #A2A2A2. Windows color (decimal): -15469956 or 8188435. OLE color: 8188435.
HSL color Cylindrical-coordinate representation of color #13F27C: hue angle of 148.25º 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 #13F27C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 124 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.05 |
| HSL | 148.25º | 0.9% | 0.51% | - |
| HSV(B) | 148.25º | 0.92% | 0.95% | - |
| XYZ | 35.66 | 65.1 | 29.75 | - |
| YUV | 161.87 | 106.62 | 26.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 124 | 0.92 | 0 | 0.49 | 0.05 | 148.25 | 0.9 | 0.51 |
| Hex | 13 | F2 | 7C | 5C | 0 | 31 | 5 | 94 | 5A | 33 |
| Octal | 23 | 362 | 174 | 134 | 0 | 61 | 5 | 224 | 132 | 63 |
| Binary | 10011 | 11110010 | 1111100 | 1011100 | 0 | 110001 | 101 | 10010100 | 1011010 | 110011 |
Color Harmonies of #13F27C
Complementary color
Monochromatic Colors of #13F27C
Black with #13F27C
Text Example
Text Example
White with #13F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F27C; }
p { color: rgb(19,242,124); }
H1.HeaderClassName
{
color: #13F27C;
}
.AnyTagClassName
{
color: #13F27C;
}
</style>
background-color css
<style>
a { background-color: #13F27C; }
a { background-color: rgb(19,242,124); }
div.DivClassName
{
background-color: #13F27C;
}
.BgClassName
{
background-color: #13F27C;
}
</style>
border-color css
<style>
span { border-color: #13F27C; }
span { border-color: rgb(19,242,124); }
td.TdClassName
{
border-color: #13F27C;
}
.TagClassName
{
border-color: #13F27C;
}
</style>