Html Css Color HEX #0EFF9B Medium Spring Green
📋 copy color: '#0EFF9B'red 14 ◦ green 255 ◦ blue 155
Shades of Medium Spring Green #0EFF9B
Tints of Medium Spring Green #0EFF9B
RGB
CMYK
RGB Variations
Color information
#0EFF9B (or 0x0EFF9B) is known color: Medium Spring Green. HEX triplet: 0E, FF and 9B. RGB value is (14,255,155). Sum of RGB (Red+Green+Blue) = 14+255+155=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF9B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF9B is #F10064. Grayscale: #ABABAB. Windows color (decimal): -15794277 or 10223374. OLE color: 10223374.
HSL color Cylindrical-coordinate representation of color #0EFF9B: hue angle of 155.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF9B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 155 | - |
| CMYK | 0.95 | 0 | 0.39 | 0 |
| HSL | 155.1º | 1% | 0.53% | - |
| HSV(B) | 155.1º | 0.95% | 1% | - |
| XYZ | 41.86 | 73.98 | 43.08 | - |
| YUV | 171.54 | 118.66 | 15.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 155 | 0.95 | 0 | 0.39 | 0 | 155.1 | 1 | 0.53 |
| Hex | E | FF | 9B | 5F | 0 | 27 | 0 | 9B | 64 | 35 |
| Octal | 16 | 377 | 233 | 137 | 0 | 47 | 0 | 233 | 144 | 65 |
| Binary | 1110 | 11111111 | 10011011 | 1011111 | 0 | 100111 | 0 | 10011011 | 1100100 | 110101 |
Color Harmonies of #0EFF9B
Complementary color
Monochromatic Colors of #0EFF9B
Black with #0EFF9B
Text Example
Text Example
White with #0EFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF9B; }
p { color: rgb(14,255,155); }
H1.HeaderClassName
{
color: #0EFF9B;
}
.AnyTagClassName
{
color: #0EFF9B;
}
</style>
background-color css
<style>
a { background-color: #0EFF9B; }
a { background-color: rgb(14,255,155); }
div.DivClassName
{
background-color: #0EFF9B;
}
.BgClassName
{
background-color: #0EFF9B;
}
</style>
border-color css
<style>
span { border-color: #0EFF9B; }
span { border-color: rgb(14,255,155); }
td.TdClassName
{
border-color: #0EFF9B;
}
.TagClassName
{
border-color: #0EFF9B;
}
</style>