Html Css Color HEX #0FEFB8 Medium Spring Green
📋 copy color: '#0FEFB8'red 15 ◦ green 239 ◦ blue 184
Shades of Medium Spring Green #0FEFB8
Tints of Medium Spring Green #0FEFB8
RGB
CMYK
RGB Variations
Color information
#0FEFB8 (or 0x0FEFB8) is known color: Medium Spring Green. HEX triplet: 0F, EF and B8. RGB value is (15,239,184). Sum of RGB (Red+Green+Blue) = 15+239+184=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFB8 is #F01047. Grayscale: #A5A5A5. Windows color (decimal): -15732808 or 12119823. OLE color: 12119823.
HSL color Cylindrical-coordinate representation of color #0FEFB8: hue angle of 165.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFB8 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 184 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.06 |
| HSL | 165.27º | 0.88% | 0.5% | - |
| HSV(B) | 165.27º | 0.94% | 0.94% | - |
| XYZ | 39.72 | 65.3 | 55.86 | - |
| YUV | 165.75 | 138.29 | 20.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 184 | 0.94 | 0 | 0.23 | 0.06 | 165.27 | 0.88 | 0.5 |
| Hex | F | EF | B8 | 5E | 0 | 17 | 6 | A5 | 58 | 32 |
| Octal | 17 | 357 | 270 | 136 | 0 | 27 | 6 | 245 | 130 | 62 |
| Binary | 1111 | 11101111 | 10111000 | 1011110 | 0 | 10111 | 110 | 10100101 | 1011000 | 110010 |
Color Harmonies of #0FEFB8
Complementary color
Monochromatic Colors of #0FEFB8
Black with #0FEFB8
Text Example
Text Example
White with #0FEFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFB8; }
p { color: rgb(15,239,184); }
H1.HeaderClassName
{
color: #0FEFB8;
}
.AnyTagClassName
{
color: #0FEFB8;
}
</style>
background-color css
<style>
a { background-color: #0FEFB8; }
a { background-color: rgb(15,239,184); }
div.DivClassName
{
background-color: #0FEFB8;
}
.BgClassName
{
background-color: #0FEFB8;
}
</style>
border-color css
<style>
span { border-color: #0FEFB8; }
span { border-color: rgb(15,239,184); }
td.TdClassName
{
border-color: #0FEFB8;
}
.TagClassName
{
border-color: #0FEFB8;
}
</style>