Shades of Spring Green #10EA7E
Tints of Spring Green #10EA7E
RGB
CMYK
RGB Variations
Color information
#10EA7E (or 0x10EA7E) is known color: Spring Green. HEX triplet: 10, EA and 7E. RGB value is (16,234,126). Sum of RGB (Red+Green+Blue) = 16+234+126=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #10EA7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EA7E is #EF1581. Grayscale: #9C9C9C. Windows color (decimal): -15668610 or 8317456. OLE color: 8317456.
HSL color Cylindrical-coordinate representation of color #10EA7E: hue angle of 150.28º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EA7E is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 126 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.08 |
| HSL | 150.28º | 0.87% | 0.49% | - |
| HSV(B) | 150.28º | 0.93% | 0.92% | - |
| XYZ | 33.4 | 60.46 | 29.65 | - |
| YUV | 156.51 | 110.78 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 126 | 0.93 | 0 | 0.46 | 0.08 | 150.28 | 0.87 | 0.49 |
| Hex | 10 | EA | 7E | 5D | 0 | 2E | 8 | 96 | 57 | 31 |
| Octal | 20 | 352 | 176 | 135 | 0 | 56 | 10 | 226 | 127 | 61 |
| Binary | 10000 | 11101010 | 1111110 | 1011101 | 0 | 101110 | 1000 | 10010110 | 1010111 | 110001 |
Color Harmonies of #10EA7E
Complementary color
Monochromatic Colors of #10EA7E
Black with #10EA7E
Text Example
Text Example
White with #10EA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EA7E; }
p { color: rgb(16,234,126); }
H1.HeaderClassName
{
color: #10EA7E;
}
.AnyTagClassName
{
color: #10EA7E;
}
</style>
background-color css
<style>
a { background-color: #10EA7E; }
a { background-color: rgb(16,234,126); }
div.DivClassName
{
background-color: #10EA7E;
}
.BgClassName
{
background-color: #10EA7E;
}
</style>
border-color css
<style>
span { border-color: #10EA7E; }
span { border-color: rgb(16,234,126); }
td.TdClassName
{
border-color: #10EA7E;
}
.TagClassName
{
border-color: #10EA7E;
}
</style>