Shades of Spring Green #00EA76
Tints of Spring Green #00EA76
RGB
CMYK
RGB Variations
Color information
#00EA76 (or 0x00EA76) is known color: Spring Green. HEX triplet: 00, EA and 76. RGB value is (0,234,118). Sum of RGB (Red+Green+Blue) = 0+234+118=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EA76 is #FF1589. Grayscale: #979797. Windows color (decimal): -16717194 or 7793152. OLE color: 7793152.
HSL color Cylindrical-coordinate representation of color #00EA76: hue angle of 150.26º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EA76 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 118 | - |
| CMYK | 1 | 0 | 0.50 | 0.08 |
| HSL | 150.26º | 1% | 0.46% | - |
| HSV(B) | 150.26º | 1% | 0.92% | - |
| XYZ | 32.69 | 60.15 | 27.03 | - |
| YUV | 150.81 | 109.48 | 20.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 118 | 1 | 0 | 0.50 | 0.08 | 150.26 | 1 | 0.46 |
| Hex | 0 | EA | 76 | 64 | 0 | 32 | 8 | 96 | 64 | 2E |
| Octal | 0 | 352 | 166 | 144 | 0 | 62 | 10 | 226 | 144 | 56 |
| Binary | 0 | 11101010 | 1110110 | 1100100 | 0 | 110010 | 1000 | 10010110 | 1100100 | 101110 |
Color Harmonies of #00EA76
Complementary color
Monochromatic Colors of #00EA76
Black with #00EA76
Text Example
Text Example
White with #00EA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA76; }
p { color: rgb(0,234,118); }
H1.HeaderClassName
{
color: #00EA76;
}
.AnyTagClassName
{
color: #00EA76;
}
</style>
background-color css
<style>
a { background-color: #00EA76; }
a { background-color: rgb(0,234,118); }
div.DivClassName
{
background-color: #00EA76;
}
.BgClassName
{
background-color: #00EA76;
}
</style>
border-color css
<style>
span { border-color: #00EA76; }
span { border-color: rgb(0,234,118); }
td.TdClassName
{
border-color: #00EA76;
}
.TagClassName
{
border-color: #00EA76;
}
</style>