Shades of Spring Green #10F584
Tints of Spring Green #10F584
RGB
CMYK
RGB Variations
Color information
#10F584 (or 0x10F584) is known color: Spring Green. HEX triplet: 10, F5 and 84. RGB value is (16,245,132). Sum of RGB (Red+Green+Blue) = 16+245+132=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #10F584 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F584 is #EF0A7B. Grayscale: #A3A3A3. Windows color (decimal): -15665788 or 8713488. OLE color: 8713488.
HSL color Cylindrical-coordinate representation of color #10F584: hue angle of 150.39º 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 #10F584 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 132 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.04 |
| HSL | 150.39º | 0.92% | 0.51% | - |
| HSV(B) | 150.39º | 0.93% | 0.96% | - |
| XYZ | 37.03 | 67.08 | 32.83 | - |
| YUV | 163.65 | 110.13 | 22.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 132 | 0.93 | 0 | 0.46 | 0.04 | 150.39 | 0.92 | 0.51 |
| Hex | 10 | F5 | 84 | 5D | 0 | 2E | 4 | 96 | 5C | 33 |
| Octal | 20 | 365 | 204 | 135 | 0 | 56 | 4 | 226 | 134 | 63 |
| Binary | 10000 | 11110101 | 10000100 | 1011101 | 0 | 101110 | 100 | 10010110 | 1011100 | 110011 |
Color Harmonies of #10F584
Complementary color
Monochromatic Colors of #10F584
Black with #10F584
Text Example
Text Example
White with #10F584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F584; }
p { color: rgb(16,245,132); }
H1.HeaderClassName
{
color: #10F584;
}
.AnyTagClassName
{
color: #10F584;
}
</style>
background-color css
<style>
a { background-color: #10F584; }
a { background-color: rgb(16,245,132); }
div.DivClassName
{
background-color: #10F584;
}
.BgClassName
{
background-color: #10F584;
}
</style>
border-color css
<style>
span { border-color: #10F584; }
span { border-color: rgb(16,245,132); }
td.TdClassName
{
border-color: #10F584;
}
.TagClassName
{
border-color: #10F584;
}
</style>