Shades of Medium Spring Green #00EFAC
Tints of Medium Spring Green #00EFAC
RGB
CMYK
RGB Variations
Color information
#00EFAC (or 0x00EFAC) is known color: Medium Spring Green. HEX triplet: 00, EF and AC. RGB value is (0,239,172). Sum of RGB (Red+Green+Blue) = 0+239+172=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EFAC is #FF1053. Grayscale: #9F9F9F. Windows color (decimal): -16715860 or 11333376. OLE color: 11333376.
HSL color Cylindrical-coordinate representation of color #00EFAC: hue angle of 163.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EFAC is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 172 | - |
| CMYK | 1 | 0 | 0.28 | 0.06 |
| HSL | 163.18º | 1% | 0.47% | - |
| HSV(B) | 163.18º | 1% | 0.94% | - |
| XYZ | 38.31 | 64.71 | 49.5 | - |
| YUV | 159.9 | 134.82 | 13.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 172 | 1 | 0 | 0.28 | 0.06 | 163.18 | 1 | 0.47 |
| Hex | 0 | EF | AC | 64 | 0 | 1C | 6 | A3 | 64 | 2F |
| Octal | 0 | 357 | 254 | 144 | 0 | 34 | 6 | 243 | 144 | 57 |
| Binary | 0 | 11101111 | 10101100 | 1100100 | 0 | 11100 | 110 | 10100011 | 1100100 | 101111 |
Color Harmonies of #00EFAC
Complementary color
Monochromatic Colors of #00EFAC
Black with #00EFAC
Text Example
Text Example
White with #00EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFAC; }
p { color: rgb(0,239,172); }
H1.HeaderClassName
{
color: #00EFAC;
}
.AnyTagClassName
{
color: #00EFAC;
}
</style>
background-color css
<style>
a { background-color: #00EFAC; }
a { background-color: rgb(0,239,172); }
div.DivClassName
{
background-color: #00EFAC;
}
.BgClassName
{
background-color: #00EFAC;
}
</style>
border-color css
<style>
span { border-color: #00EFAC; }
span { border-color: rgb(0,239,172); }
td.TdClassName
{
border-color: #00EFAC;
}
.TagClassName
{
border-color: #00EFAC;
}
</style>