Html Css Color HEX #0FF894 Medium Spring Green
📋 copy color: '#0FF894'red 15 ◦ green 248 ◦ blue 148
Shades of Medium Spring Green #0FF894
Tints of Medium Spring Green #0FF894
RGB
CMYK
RGB Variations
Color information
#0FF894 (or 0x0FF894) is known color: Medium Spring Green. HEX triplet: 0F, F8 and 94. RGB value is (15,248,148). Sum of RGB (Red+Green+Blue) = 15+248+148=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF894 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF894 is #F0076B. Grayscale: #A7A7A7. Windows color (decimal): -15730540 or 9762831. OLE color: 9762831.
HSL color Cylindrical-coordinate representation of color #0FF894: hue angle of 154.25º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF894 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 148 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.03 |
| HSL | 154.25º | 0.94% | 0.52% | - |
| HSV(B) | 154.25º | 0.94% | 0.97% | - |
| XYZ | 39.11 | 69.37 | 39.35 | - |
| YUV | 166.93 | 117.31 | 19.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 148 | 0.94 | 0 | 0.40 | 0.03 | 154.25 | 0.94 | 0.52 |
| Hex | F | F8 | 94 | 5E | 0 | 28 | 3 | 9A | 5E | 34 |
| Octal | 17 | 370 | 224 | 136 | 0 | 50 | 3 | 232 | 136 | 64 |
| Binary | 1111 | 11111000 | 10010100 | 1011110 | 0 | 101000 | 11 | 10011010 | 1011110 | 110100 |
Color Harmonies of #0FF894
Complementary color
Monochromatic Colors of #0FF894
Black with #0FF894
Text Example
Text Example
White with #0FF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF894; }
p { color: rgb(15,248,148); }
H1.HeaderClassName
{
color: #0FF894;
}
.AnyTagClassName
{
color: #0FF894;
}
</style>
background-color css
<style>
a { background-color: #0FF894; }
a { background-color: rgb(15,248,148); }
div.DivClassName
{
background-color: #0FF894;
}
.BgClassName
{
background-color: #0FF894;
}
</style>
border-color css
<style>
span { border-color: #0FF894; }
span { border-color: rgb(15,248,148); }
td.TdClassName
{
border-color: #0FF894;
}
.TagClassName
{
border-color: #0FF894;
}
</style>