Shades of Spring Green #10EA82
Tints of Spring Green #10EA82
RGB
CMYK
RGB Variations
Color information
#10EA82 (or 0x10EA82) is known color: Spring Green. HEX triplet: 10, EA and 82. RGB value is (16,234,130). Sum of RGB (Red+Green+Blue) = 16+234+130=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #10EA82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EA82 is #EF157D. Grayscale: #9D9D9D. Windows color (decimal): -15668606 or 8579600. OLE color: 8579600.
HSL color Cylindrical-coordinate representation of color #10EA82: hue angle of 151.38º 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 #10EA82 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 234 | 130 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.08 |
| HSL | 151.38º | 0.87% | 0.49% | - |
| HSV(B) | 151.38º | 0.93% | 0.92% | - |
| XYZ | 33.67 | 60.57 | 31.04 | - |
| YUV | 156.96 | 112.78 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 130 | 0.93 | 0 | 0.44 | 0.08 | 151.38 | 0.87 | 0.49 |
| Hex | 10 | EA | 82 | 5D | 0 | 2C | 8 | 97 | 57 | 31 |
| Octal | 20 | 352 | 202 | 135 | 0 | 54 | 10 | 227 | 127 | 61 |
| Binary | 10000 | 11101010 | 10000010 | 1011101 | 0 | 101100 | 1000 | 10010111 | 1010111 | 110001 |
Color Harmonies of #10EA82
Complementary color
Monochromatic Colors of #10EA82
Black with #10EA82
Text Example
Text Example
White with #10EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EA82; }
p { color: rgb(16,234,130); }
H1.HeaderClassName
{
color: #10EA82;
}
.AnyTagClassName
{
color: #10EA82;
}
</style>
background-color css
<style>
a { background-color: #10EA82; }
a { background-color: rgb(16,234,130); }
div.DivClassName
{
background-color: #10EA82;
}
.BgClassName
{
background-color: #10EA82;
}
</style>
border-color css
<style>
span { border-color: #10EA82; }
span { border-color: rgb(16,234,130); }
td.TdClassName
{
border-color: #10EA82;
}
.TagClassName
{
border-color: #10EA82;
}
</style>