Shades of Medium Spring Green #00F998
Tints of Medium Spring Green #00F998
RGB
CMYK
RGB Variations
Color information
#00F998 (or 0x00F998) is known color: Medium Spring Green. HEX triplet: 00, F9 and 98. RGB value is (0,249,152). Sum of RGB (Red+Green+Blue) = 0+249+152=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #00F998 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F998 is #FF0667. Grayscale: #A3A3A3. Windows color (decimal): -16713320 or 10025216. OLE color: 10025216.
HSL color Cylindrical-coordinate representation of color #00F998: hue angle of 156.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F998 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 152 | - |
| CMYK | 1 | 0 | 0.39 | 0.02 |
| HSL | 156.63º | 1% | 0.49% | - |
| HSV(B) | 156.63º | 1% | 0.98% | - |
| XYZ | 39.54 | 70.02 | 41.14 | - |
| YUV | 163.49 | 121.51 | 11.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 152 | 1 | 0 | 0.39 | 0.02 | 156.63 | 1 | 0.49 |
| Hex | 0 | F9 | 98 | 64 | 0 | 27 | 2 | 9D | 64 | 31 |
| Octal | 0 | 371 | 230 | 144 | 0 | 47 | 2 | 235 | 144 | 61 |
| Binary | 0 | 11111001 | 10011000 | 1100100 | 0 | 100111 | 10 | 10011101 | 1100100 | 110001 |
Color Harmonies of #00F998
Complementary color
Monochromatic Colors of #00F998
Black with #00F998
Text Example
Text Example
White with #00F998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F998; }
p { color: rgb(0,249,152); }
H1.HeaderClassName
{
color: #00F998;
}
.AnyTagClassName
{
color: #00F998;
}
</style>
background-color css
<style>
a { background-color: #00F998; }
a { background-color: rgb(0,249,152); }
div.DivClassName
{
background-color: #00F998;
}
.BgClassName
{
background-color: #00F998;
}
</style>
border-color css
<style>
span { border-color: #00F998; }
span { border-color: rgb(0,249,152); }
td.TdClassName
{
border-color: #00F998;
}
.TagClassName
{
border-color: #00F998;
}
</style>