Shades of Medium Spring Green #00F1B9
Tints of Medium Spring Green #00F1B9
RGB
CMYK
RGB Variations
Color information
#00F1B9 (or 0x00F1B9) is known color: Medium Spring Green. HEX triplet: 00, F1 and B9. RGB value is (0,241,185). Sum of RGB (Red+Green+Blue) = 0+241+185=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #00F1B9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F1B9 is #FF0E46. Grayscale: #A2A2A2. Windows color (decimal): -16715335 or 12185856. OLE color: 12185856.
HSL color Cylindrical-coordinate representation of color #00F1B9: hue angle of 166.06º 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 #00F1B9 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 241 | 185 | - |
| CMYK | 1 | 0 | 0.23 | 0.05 |
| HSL | 166.06º | 1% | 0.47% | - |
| HSV(B) | 166.06º | 1% | 0.95% | - |
| XYZ | 40.21 | 66.41 | 56.6 | - |
| YUV | 162.56 | 140.66 | 12.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 241 | 185 | 1 | 0 | 0.23 | 0.05 | 166.06 | 1 | 0.47 |
| Hex | 0 | F1 | B9 | 64 | 0 | 17 | 5 | A6 | 64 | 2F |
| Octal | 0 | 361 | 271 | 144 | 0 | 27 | 5 | 246 | 144 | 57 |
| Binary | 0 | 11110001 | 10111001 | 1100100 | 0 | 10111 | 101 | 10100110 | 1100100 | 101111 |
Color Harmonies of #00F1B9
Complementary color
Monochromatic Colors of #00F1B9
Black with #00F1B9
Text Example
Text Example
White with #00F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F1B9; }
p { color: rgb(0,241,185); }
H1.HeaderClassName
{
color: #00F1B9;
}
.AnyTagClassName
{
color: #00F1B9;
}
</style>
background-color css
<style>
a { background-color: #00F1B9; }
a { background-color: rgb(0,241,185); }
div.DivClassName
{
background-color: #00F1B9;
}
.BgClassName
{
background-color: #00F1B9;
}
</style>
border-color css
<style>
span { border-color: #00F1B9; }
span { border-color: rgb(0,241,185); }
td.TdClassName
{
border-color: #00F1B9;
}
.TagClassName
{
border-color: #00F1B9;
}
</style>