Html Css Color HEX #0FE48C Medium Spring Green
📋 copy color: '#0FE48C'red 15 ◦ green 228 ◦ blue 140
Shades of Medium Spring Green #0FE48C
Tints of Medium Spring Green #0FE48C
RGB
CMYK
RGB Variations
Color information
#0FE48C (or 0x0FE48C) is known color: Medium Spring Green. HEX triplet: 0F, E4 and 8C. RGB value is (15,228,140). Sum of RGB (Red+Green+Blue) = 15+228+140=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 228 (89.45% from 255 or 59.53% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE48C is #F01B73. Grayscale: #9A9A9A. Windows color (decimal): -15735668 or 9233423. OLE color: 9233423.
HSL color Cylindrical-coordinate representation of color #0FE48C: hue angle of 155.21º 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 #0FE48C is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 140 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.11 |
| HSL | 155.21º | 0.88% | 0.48% | - |
| HSV(B) | 155.21º | 0.93% | 0.89% | - |
| XYZ | 32.67 | 57.48 | 34.18 | - |
| YUV | 154.28 | 119.93 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 140 | 0.93 | 0 | 0.39 | 0.11 | 155.21 | 0.88 | 0.48 |
| Hex | F | E4 | 8C | 5D | 0 | 27 | B | 9B | 58 | 30 |
| Octal | 17 | 344 | 214 | 135 | 0 | 47 | 13 | 233 | 130 | 60 |
| Binary | 1111 | 11100100 | 10001100 | 1011101 | 0 | 100111 | 1011 | 10011011 | 1011000 | 110000 |
Color Harmonies of #0FE48C
Complementary color
Monochromatic Colors of #0FE48C
Black with #0FE48C
Text Example
Text Example
White with #0FE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE48C; }
p { color: rgb(15,228,140); }
H1.HeaderClassName
{
color: #0FE48C;
}
.AnyTagClassName
{
color: #0FE48C;
}
</style>
background-color css
<style>
a { background-color: #0FE48C; }
a { background-color: rgb(15,228,140); }
div.DivClassName
{
background-color: #0FE48C;
}
.BgClassName
{
background-color: #0FE48C;
}
</style>
border-color css
<style>
span { border-color: #0FE48C; }
span { border-color: rgb(15,228,140); }
td.TdClassName
{
border-color: #0FE48C;
}
.TagClassName
{
border-color: #0FE48C;
}
</style>