Shades of Spring Green #10EA7F
Tints of Spring Green #10EA7F
RGB
CMYK
RGB Variations
Color information
#10EA7F (or 0x10EA7F) is known color: Spring Green. HEX triplet: 10, EA and 7F. RGB value is (16,234,127). Sum of RGB (Red+Green+Blue) = 16+234+127=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #10EA7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EA7F is #EF1580. Grayscale: #9C9C9C. Windows color (decimal): -15668609 or 8382992. OLE color: 8382992.
HSL color Cylindrical-coordinate representation of color #10EA7F: hue angle of 150.55º 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 #10EA7F is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 127 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.08 |
| HSL | 150.55º | 0.87% | 0.49% | - |
| HSV(B) | 150.55º | 0.93% | 0.92% | - |
| XYZ | 33.47 | 60.49 | 29.99 | - |
| YUV | 156.62 | 111.28 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 127 | 0.93 | 0 | 0.46 | 0.08 | 150.55 | 0.87 | 0.49 |
| Hex | 10 | EA | 7F | 5D | 0 | 2E | 8 | 97 | 57 | 31 |
| Octal | 20 | 352 | 177 | 135 | 0 | 56 | 10 | 227 | 127 | 61 |
| Binary | 10000 | 11101010 | 1111111 | 1011101 | 0 | 101110 | 1000 | 10010111 | 1010111 | 110001 |
Color Harmonies of #10EA7F
Complementary color
Monochromatic Colors of #10EA7F
Black with #10EA7F
Text Example
Text Example
White with #10EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EA7F; }
p { color: rgb(16,234,127); }
H1.HeaderClassName
{
color: #10EA7F;
}
.AnyTagClassName
{
color: #10EA7F;
}
</style>
background-color css
<style>
a { background-color: #10EA7F; }
a { background-color: rgb(16,234,127); }
div.DivClassName
{
background-color: #10EA7F;
}
.BgClassName
{
background-color: #10EA7F;
}
</style>
border-color css
<style>
span { border-color: #10EA7F; }
span { border-color: rgb(16,234,127); }
td.TdClassName
{
border-color: #10EA7F;
}
.TagClassName
{
border-color: #10EA7F;
}
</style>