Shades of Medium Spring Green #00F294
Tints of Medium Spring Green #00F294
RGB
CMYK
RGB Variations
Color information
#00F294 (or 0x00F294) is known color: Medium Spring Green. HEX triplet: 00, F2 and 94. RGB value is (0,242,148). Sum of RGB (Red+Green+Blue) = 0+242+148=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #00F294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F294 is #FF0D6B. Grayscale: #9F9F9F. Windows color (decimal): -16715116 or 9761280. OLE color: 9761280.
HSL color Cylindrical-coordinate representation of color #00F294: hue angle of 156.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F294 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 148 | - |
| CMYK | 1 | 0 | 0.39 | 0.05 |
| HSL | 156.69º | 1% | 0.47% | - |
| HSV(B) | 156.69º | 1% | 0.95% | - |
| XYZ | 37.1 | 65.64 | 38.73 | - |
| YUV | 158.93 | 121.83 | 14.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 148 | 1 | 0 | 0.39 | 0.05 | 156.69 | 1 | 0.47 |
| Hex | 0 | F2 | 94 | 64 | 0 | 27 | 5 | 9D | 64 | 2F |
| Octal | 0 | 362 | 224 | 144 | 0 | 47 | 5 | 235 | 144 | 57 |
| Binary | 0 | 11110010 | 10010100 | 1100100 | 0 | 100111 | 101 | 10011101 | 1100100 | 101111 |
Color Harmonies of #00F294
Complementary color
Monochromatic Colors of #00F294
Black with #00F294
Text Example
Text Example
White with #00F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F294; }
p { color: rgb(0,242,148); }
H1.HeaderClassName
{
color: #00F294;
}
.AnyTagClassName
{
color: #00F294;
}
</style>
background-color css
<style>
a { background-color: #00F294; }
a { background-color: rgb(0,242,148); }
div.DivClassName
{
background-color: #00F294;
}
.BgClassName
{
background-color: #00F294;
}
</style>
border-color css
<style>
span { border-color: #00F294; }
span { border-color: rgb(0,242,148); }
td.TdClassName
{
border-color: #00F294;
}
.TagClassName
{
border-color: #00F294;
}
</style>