Shades of Spring Green #10F586
Tints of Spring Green #10F586
RGB
CMYK
RGB Variations
Color information
#10F586 (or 0x10F586) is known color: Spring Green. HEX triplet: 10, F5 and 86. RGB value is (16,245,134). Sum of RGB (Red+Green+Blue) = 16+245+134=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 245 (96.09% from 255 or 62.03% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 245 - color contains mainly: green. Hex color #10F586 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F586 is #EF0A79. Grayscale: #A4A4A4. Windows color (decimal): -15665786 or 8844560. OLE color: 8844560.
HSL color Cylindrical-coordinate representation of color #10F586: hue angle of 150.92º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F586 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 134 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.04 |
| HSL | 150.92º | 0.92% | 0.51% | - |
| HSV(B) | 150.92º | 0.93% | 0.96% | - |
| XYZ | 37.17 | 67.14 | 33.55 | - |
| YUV | 163.88 | 111.13 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 134 | 0.93 | 0 | 0.45 | 0.04 | 150.92 | 0.92 | 0.51 |
| Hex | 10 | F5 | 86 | 5D | 0 | 2D | 4 | 97 | 5C | 33 |
| Octal | 20 | 365 | 206 | 135 | 0 | 55 | 4 | 227 | 134 | 63 |
| Binary | 10000 | 11110101 | 10000110 | 1011101 | 0 | 101101 | 100 | 10010111 | 1011100 | 110011 |
Color Harmonies of #10F586
Complementary color
Monochromatic Colors of #10F586
Black with #10F586
Text Example
Text Example
White with #10F586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F586; }
p { color: rgb(16,245,134); }
H1.HeaderClassName
{
color: #10F586;
}
.AnyTagClassName
{
color: #10F586;
}
</style>
background-color css
<style>
a { background-color: #10F586; }
a { background-color: rgb(16,245,134); }
div.DivClassName
{
background-color: #10F586;
}
.BgClassName
{
background-color: #10F586;
}
</style>
border-color css
<style>
span { border-color: #10F586; }
span { border-color: rgb(16,245,134); }
td.TdClassName
{
border-color: #10F586;
}
.TagClassName
{
border-color: #10F586;
}
</style>