Html Css Color HEX #0EFBA3 Medium Spring Green
📋 copy color: '#0EFBA3'red 14 ◦ green 251 ◦ blue 163
Shades of Medium Spring Green #0EFBA3
Tints of Medium Spring Green #0EFBA3
RGB
CMYK
RGB Variations
Color information
#0EFBA3 (or 0x0EFBA3) is known color: Medium Spring Green. HEX triplet: 0E, FB and A3. RGB value is (14,251,163). Sum of RGB (Red+Green+Blue) = 14+251+163=428 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.27% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFBA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFBA3 is #F1045C. Grayscale: #AAAAAA. Windows color (decimal): -15795293 or 10746638. OLE color: 10746638.
HSL color Cylindrical-coordinate representation of color #0EFBA3: hue angle of 157.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFBA3 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 163 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.02 |
| HSL | 157.72º | 0.97% | 0.52% | - |
| HSV(B) | 157.72º | 0.94% | 0.98% | - |
| XYZ | 41.29 | 71.73 | 46.32 | - |
| YUV | 170.11 | 123.98 | 16.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 163 | 0.94 | 0 | 0.35 | 0.02 | 157.72 | 0.97 | 0.52 |
| Hex | E | FB | A3 | 5E | 0 | 23 | 2 | 9E | 61 | 34 |
| Octal | 16 | 373 | 243 | 136 | 0 | 43 | 2 | 236 | 141 | 64 |
| Binary | 1110 | 11111011 | 10100011 | 1011110 | 0 | 100011 | 10 | 10011110 | 1100001 | 110100 |
Color Harmonies of #0EFBA3
Complementary color
Monochromatic Colors of #0EFBA3
Black with #0EFBA3
Text Example
Text Example
White with #0EFBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFBA3; }
p { color: rgb(14,251,163); }
H1.HeaderClassName
{
color: #0EFBA3;
}
.AnyTagClassName
{
color: #0EFBA3;
}
</style>
background-color css
<style>
a { background-color: #0EFBA3; }
a { background-color: rgb(14,251,163); }
div.DivClassName
{
background-color: #0EFBA3;
}
.BgClassName
{
background-color: #0EFBA3;
}
</style>
border-color css
<style>
span { border-color: #0EFBA3; }
span { border-color: rgb(14,251,163); }
td.TdClassName
{
border-color: #0EFBA3;
}
.TagClassName
{
border-color: #0EFBA3;
}
</style>