Shades of Medium Spring Green #02E8A2
Tints of Medium Spring Green #02E8A2
RGB
CMYK
RGB Variations
Color information
#02E8A2 (or 0x02E8A2) is known color: Medium Spring Green. HEX triplet: 02, E8 and A2. RGB value is (2,232,162). Sum of RGB (Red+Green+Blue) = 2+232+162=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 232 (91.02% from 255 or 58.59% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 232 - color contains mainly: green. Hex color #02E8A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E8A2 is #FD175D. Grayscale: #9B9B9B. Windows color (decimal): -16586590 or 10676226. OLE color: 10676226.
HSL color Cylindrical-coordinate representation of color #02E8A2: hue angle of 161.74º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E8A2 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 162 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.09 |
| HSL | 161.74º | 0.98% | 0.46% | - |
| HSV(B) | 161.74º | 0.99% | 0.91% | - |
| XYZ | 35.4 | 60.33 | 43.96 | - |
| YUV | 155.25 | 131.8 | 18.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 162 | 0.99 | 0 | 0.30 | 0.09 | 161.74 | 0.98 | 0.46 |
| Hex | 2 | E8 | A2 | 63 | 0 | 1E | 9 | A2 | 62 | 2E |
| Octal | 2 | 350 | 242 | 143 | 0 | 36 | 11 | 242 | 142 | 56 |
| Binary | 10 | 11101000 | 10100010 | 1100011 | 0 | 11110 | 1001 | 10100010 | 1100010 | 101110 |
Color Harmonies of #02E8A2
Complementary color
Monochromatic Colors of #02E8A2
Black with #02E8A2
Text Example
Text Example
White with #02E8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E8A2; }
p { color: rgb(2,232,162); }
H1.HeaderClassName
{
color: #02E8A2;
}
.AnyTagClassName
{
color: #02E8A2;
}
</style>
background-color css
<style>
a { background-color: #02E8A2; }
a { background-color: rgb(2,232,162); }
div.DivClassName
{
background-color: #02E8A2;
}
.BgClassName
{
background-color: #02E8A2;
}
</style>
border-color css
<style>
span { border-color: #02E8A2; }
span { border-color: rgb(2,232,162); }
td.TdClassName
{
border-color: #02E8A2;
}
.TagClassName
{
border-color: #02E8A2;
}
</style>