Shades of Spring Green #00F973
Tints of Spring Green #00F973
RGB
CMYK
RGB Variations
Color information
#00F973 (or 0x00F973) is known color: Spring Green. HEX triplet: 00, F9 and 73. RGB value is (0,249,115). Sum of RGB (Red+Green+Blue) = 0+249+115=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #00F973 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F973 is #FF068C. Grayscale: #9F9F9F. Windows color (decimal): -16713357 or 7600384. OLE color: 7600384.
HSL color Cylindrical-coordinate representation of color #00F973: hue angle of 147.71º 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 #00F973 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 115 | - |
| CMYK | 1 | 0 | 0.54 | 0.02 |
| HSL | 147.71º | 1% | 0.49% | - |
| HSV(B) | 147.71º | 1% | 0.98% | - |
| XYZ | 36.97 | 68.99 | 27.59 | - |
| YUV | 159.27 | 103.01 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 115 | 1 | 0 | 0.54 | 0.02 | 147.71 | 1 | 0.49 |
| Hex | 0 | F9 | 73 | 64 | 0 | 36 | 2 | 94 | 64 | 31 |
| Octal | 0 | 371 | 163 | 144 | 0 | 66 | 2 | 224 | 144 | 61 |
| Binary | 0 | 11111001 | 1110011 | 1100100 | 0 | 110110 | 10 | 10010100 | 1100100 | 110001 |
Color Harmonies of #00F973
Complementary color
Monochromatic Colors of #00F973
Black with #00F973
Text Example
Text Example
White with #00F973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F973; }
p { color: rgb(0,249,115); }
H1.HeaderClassName
{
color: #00F973;
}
.AnyTagClassName
{
color: #00F973;
}
</style>
background-color css
<style>
a { background-color: #00F973; }
a { background-color: rgb(0,249,115); }
div.DivClassName
{
background-color: #00F973;
}
.BgClassName
{
background-color: #00F973;
}
</style>
border-color css
<style>
span { border-color: #00F973; }
span { border-color: rgb(0,249,115); }
td.TdClassName
{
border-color: #00F973;
}
.TagClassName
{
border-color: #00F973;
}
</style>