Shades of Medium Spring Green #02EA98
Tints of Medium Spring Green #02EA98
RGB
CMYK
RGB Variations
Color information
#02EA98 (or 0x02EA98) is known color: Medium Spring Green. HEX triplet: 02, EA and 98. RGB value is (2,234,152). Sum of RGB (Red+Green+Blue) = 2+234+152=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 234 (91.80% from 255 or 60.31% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA98 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EA98 is #FD1567. Grayscale: #9B9B9B. Windows color (decimal): -16586088 or 10021378. OLE color: 10021378.
HSL color Cylindrical-coordinate representation of color #02EA98: hue angle of 158.79º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EA98 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 234 | 152 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.08 |
| HSL | 158.79º | 0.98% | 0.46% | - |
| HSV(B) | 158.79º | 0.99% | 0.92% | - |
| XYZ | 35.12 | 61.13 | 39.65 | - |
| YUV | 155.28 | 126.14 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 152 | 0.99 | 0 | 0.35 | 0.08 | 158.79 | 0.98 | 0.46 |
| Hex | 2 | EA | 98 | 63 | 0 | 23 | 8 | 9F | 62 | 2E |
| Octal | 2 | 352 | 230 | 143 | 0 | 43 | 10 | 237 | 142 | 56 |
| Binary | 10 | 11101010 | 10011000 | 1100011 | 0 | 100011 | 1000 | 10011111 | 1100010 | 101110 |
Color Harmonies of #02EA98
Complementary color
Monochromatic Colors of #02EA98
Black with #02EA98
Text Example
Text Example
White with #02EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EA98; }
p { color: rgb(2,234,152); }
H1.HeaderClassName
{
color: #02EA98;
}
.AnyTagClassName
{
color: #02EA98;
}
</style>
background-color css
<style>
a { background-color: #02EA98; }
a { background-color: rgb(2,234,152); }
div.DivClassName
{
background-color: #02EA98;
}
.BgClassName
{
background-color: #02EA98;
}
</style>
border-color css
<style>
span { border-color: #02EA98; }
span { border-color: rgb(2,234,152); }
td.TdClassName
{
border-color: #02EA98;
}
.TagClassName
{
border-color: #02EA98;
}
</style>