Html Css Color HEX #0FF293 Medium Spring Green
📋 copy color: '#0FF293'red 15 ◦ green 242 ◦ blue 147
Shades of Medium Spring Green #0FF293
Tints of Medium Spring Green #0FF293
RGB
CMYK
RGB Variations
Color information
#0FF293 (or 0x0FF293) is known color: Medium Spring Green. HEX triplet: 0F, F2 and 93. RGB value is (15,242,147). Sum of RGB (Red+Green+Blue) = 15+242+147=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF293 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF293 is #F00D6C. Grayscale: #A3A3A3. Windows color (decimal): -15732077 or 9695759. OLE color: 9695759.
HSL color Cylindrical-coordinate representation of color #0FF293: hue angle of 154.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF293 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 147 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.05 |
| HSL | 154.89º | 0.9% | 0.5% | - |
| HSV(B) | 154.89º | 0.94% | 0.95% | - |
| XYZ | 37.22 | 65.71 | 38.33 | - |
| YUV | 163.3 | 118.79 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 147 | 0.94 | 0 | 0.39 | 0.05 | 154.89 | 0.9 | 0.5 |
| Hex | F | F2 | 93 | 5E | 0 | 27 | 5 | 9B | 5A | 32 |
| Octal | 17 | 362 | 223 | 136 | 0 | 47 | 5 | 233 | 132 | 62 |
| Binary | 1111 | 11110010 | 10010011 | 1011110 | 0 | 100111 | 101 | 10011011 | 1011010 | 110010 |
Color Harmonies of #0FF293
Complementary color
Monochromatic Colors of #0FF293
Black with #0FF293
Text Example
Text Example
White with #0FF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF293; }
p { color: rgb(15,242,147); }
H1.HeaderClassName
{
color: #0FF293;
}
.AnyTagClassName
{
color: #0FF293;
}
</style>
background-color css
<style>
a { background-color: #0FF293; }
a { background-color: rgb(15,242,147); }
div.DivClassName
{
background-color: #0FF293;
}
.BgClassName
{
background-color: #0FF293;
}
</style>
border-color css
<style>
span { border-color: #0FF293; }
span { border-color: rgb(15,242,147); }
td.TdClassName
{
border-color: #0FF293;
}
.TagClassName
{
border-color: #0FF293;
}
</style>