Html Css Color HEX #0FE48B Medium Spring Green
📋 copy color: '#0FE48B'red 15 ◦ green 228 ◦ blue 139
Shades of Medium Spring Green #0FE48B
Tints of Medium Spring Green #0FE48B
RGB
CMYK
RGB Variations
Color information
#0FE48B (or 0x0FE48B) is known color: Medium Spring Green. HEX triplet: 0F, E4 and 8B. RGB value is (15,228,139). Sum of RGB (Red+Green+Blue) = 15+228+139=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 228 (89.45% from 255 or 59.69% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE48B is #F01B74. Grayscale: #9A9A9A. Windows color (decimal): -15735669 or 9167887. OLE color: 9167887.
HSL color Cylindrical-coordinate representation of color #0FE48B: hue angle of 154.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE48B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 139 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.11 |
| HSL | 154.93º | 0.88% | 0.48% | - |
| HSV(B) | 154.93º | 0.93% | 0.89% | - |
| XYZ | 32.6 | 57.45 | 33.8 | - |
| YUV | 154.17 | 119.43 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 139 | 0.93 | 0 | 0.39 | 0.11 | 154.93 | 0.88 | 0.48 |
| Hex | F | E4 | 8B | 5D | 0 | 27 | B | 9B | 58 | 30 |
| Octal | 17 | 344 | 213 | 135 | 0 | 47 | 13 | 233 | 130 | 60 |
| Binary | 1111 | 11100100 | 10001011 | 1011101 | 0 | 100111 | 1011 | 10011011 | 1011000 | 110000 |
Color Harmonies of #0FE48B
Complementary color
Monochromatic Colors of #0FE48B
Black with #0FE48B
Text Example
Text Example
White with #0FE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE48B; }
p { color: rgb(15,228,139); }
H1.HeaderClassName
{
color: #0FE48B;
}
.AnyTagClassName
{
color: #0FE48B;
}
</style>
background-color css
<style>
a { background-color: #0FE48B; }
a { background-color: rgb(15,228,139); }
div.DivClassName
{
background-color: #0FE48B;
}
.BgClassName
{
background-color: #0FE48B;
}
</style>
border-color css
<style>
span { border-color: #0FE48B; }
span { border-color: rgb(15,228,139); }
td.TdClassName
{
border-color: #0FE48B;
}
.TagClassName
{
border-color: #0FE48B;
}
</style>