Html Css Color HEX #0DFEBA Medium Spring Green
📋 copy color: '#0DFEBA'red 13 ◦ green 254 ◦ blue 186
Shades of Medium Spring Green #0DFEBA
Tints of Medium Spring Green #0DFEBA
RGB
CMYK
RGB Variations
Color information
#0DFEBA (or 0x0DFEBA) is known color: Medium Spring Green. HEX triplet: 0D, FE and BA. RGB value is (13,254,186). Sum of RGB (Red+Green+Blue) = 13+254+186=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFEBA is #F20145. Grayscale: #AEAEAE. Windows color (decimal): -15860038 or 12254733. OLE color: 12254733.
HSL color Cylindrical-coordinate representation of color #0DFEBA: hue angle of 163.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFEBA is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 186 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.00 |
| HSL | 163.07º | 0.99% | 0.52% | - |
| HSV(B) | 163.07º | 0.95% | 1% | - |
| XYZ | 44.47 | 74.51 | 58.49 | - |
| YUV | 174.19 | 134.66 | 13.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 186 | 0.95 | 0 | 0.27 | 0.00 | 163.07 | 0.99 | 0.52 |
| Hex | D | FE | BA | 5F | 0 | 1B | 0 | A3 | 63 | 34 |
| Octal | 15 | 376 | 272 | 137 | 0 | 33 | 0 | 243 | 143 | 64 |
| Binary | 1101 | 11111110 | 10111010 | 1011111 | 0 | 11011 | 0 | 10100011 | 1100011 | 110100 |
Color Harmonies of #0DFEBA
Complementary color
Monochromatic Colors of #0DFEBA
Black with #0DFEBA
Text Example
Text Example
White with #0DFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEBA; }
p { color: rgb(13,254,186); }
H1.HeaderClassName
{
color: #0DFEBA;
}
.AnyTagClassName
{
color: #0DFEBA;
}
</style>
background-color css
<style>
a { background-color: #0DFEBA; }
a { background-color: rgb(13,254,186); }
div.DivClassName
{
background-color: #0DFEBA;
}
.BgClassName
{
background-color: #0DFEBA;
}
</style>
border-color css
<style>
span { border-color: #0DFEBA; }
span { border-color: rgb(13,254,186); }
td.TdClassName
{
border-color: #0DFEBA;
}
.TagClassName
{
border-color: #0DFEBA;
}
</style>