Html Css Color HEX #0FE38A Medium Spring Green
📋 copy color: '#0FE38A'red 15 ◦ green 227 ◦ blue 138
Shades of Medium Spring Green #0FE38A
Tints of Medium Spring Green #0FE38A
RGB
CMYK
RGB Variations
Color information
#0FE38A (or 0x0FE38A) is known color: Medium Spring Green. HEX triplet: 0F, E3 and 8A. RGB value is (15,227,138). Sum of RGB (Red+Green+Blue) = 15+227+138=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE38A is #F01C75. Grayscale: #999999. Windows color (decimal): -15735926 or 9102095. OLE color: 9102095.
HSL color Cylindrical-coordinate representation of color #0FE38A: hue angle of 154.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE38A is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 138 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.11 |
| HSL | 154.81º | 0.88% | 0.47% | - |
| HSV(B) | 154.81º | 0.93% | 0.89% | - |
| XYZ | 32.25 | 56.87 | 33.32 | - |
| YUV | 153.47 | 119.26 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 138 | 0.93 | 0 | 0.39 | 0.11 | 154.81 | 0.88 | 0.47 |
| Hex | F | E3 | 8A | 5D | 0 | 27 | B | 9B | 58 | 2F |
| Octal | 17 | 343 | 212 | 135 | 0 | 47 | 13 | 233 | 130 | 57 |
| Binary | 1111 | 11100011 | 10001010 | 1011101 | 0 | 100111 | 1011 | 10011011 | 1011000 | 101111 |
Color Harmonies of #0FE38A
Complementary color
Monochromatic Colors of #0FE38A
Black with #0FE38A
Text Example
Text Example
White with #0FE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE38A; }
p { color: rgb(15,227,138); }
H1.HeaderClassName
{
color: #0FE38A;
}
.AnyTagClassName
{
color: #0FE38A;
}
</style>
background-color css
<style>
a { background-color: #0FE38A; }
a { background-color: rgb(15,227,138); }
div.DivClassName
{
background-color: #0FE38A;
}
.BgClassName
{
background-color: #0FE38A;
}
</style>
border-color css
<style>
span { border-color: #0FE38A; }
span { border-color: rgb(15,227,138); }
td.TdClassName
{
border-color: #0FE38A;
}
.TagClassName
{
border-color: #0FE38A;
}
</style>