Shades of Medium Spring Green #00F894
Tints of Medium Spring Green #00F894
RGB
CMYK
RGB Variations
Color information
#00F894 (or 0x00F894) is known color: Medium Spring Green. HEX triplet: 00, F8 and 94. RGB value is (0,248,148). Sum of RGB (Red+Green+Blue) = 0+248+148=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 248 (97.27% from 255 or 62.63% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 248 - color contains mainly: green. Hex color #00F894 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F894 is #FF076B. Grayscale: #A2A2A2. Windows color (decimal): -16713580 or 9762816. OLE color: 9762816.
HSL color Cylindrical-coordinate representation of color #00F894: hue angle of 155.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F894 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 148 | - |
| CMYK | 1 | 0 | 0.40 | 0.03 |
| HSL | 155.81º | 1% | 0.49% | - |
| HSV(B) | 155.81º | 1% | 0.97% | - |
| XYZ | 38.91 | 69.27 | 39.34 | - |
| YUV | 162.45 | 119.84 | 12.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 148 | 1 | 0 | 0.40 | 0.03 | 155.81 | 1 | 0.49 |
| Hex | 0 | F8 | 94 | 64 | 0 | 28 | 3 | 9C | 64 | 31 |
| Octal | 0 | 370 | 224 | 144 | 0 | 50 | 3 | 234 | 144 | 61 |
| Binary | 0 | 11111000 | 10010100 | 1100100 | 0 | 101000 | 11 | 10011100 | 1100100 | 110001 |
Color Harmonies of #00F894
Complementary color
Monochromatic Colors of #00F894
Black with #00F894
Text Example
Text Example
White with #00F894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F894; }
p { color: rgb(0,248,148); }
H1.HeaderClassName
{
color: #00F894;
}
.AnyTagClassName
{
color: #00F894;
}
</style>
background-color css
<style>
a { background-color: #00F894; }
a { background-color: rgb(0,248,148); }
div.DivClassName
{
background-color: #00F894;
}
.BgClassName
{
background-color: #00F894;
}
</style>
border-color css
<style>
span { border-color: #00F894; }
span { border-color: rgb(0,248,148); }
td.TdClassName
{
border-color: #00F894;
}
.TagClassName
{
border-color: #00F894;
}
</style>