Html Css Color HEX #0DEFB4 Medium Spring Green
📋 copy color: '#0DEFB4'red 13 ◦ green 239 ◦ blue 180
Shades of Medium Spring Green #0DEFB4
Tints of Medium Spring Green #0DEFB4
RGB
CMYK
RGB Variations
Color information
#0DEFB4 (or 0x0DEFB4) is known color: Medium Spring Green. HEX triplet: 0D, EF and B4. RGB value is (13,239,180). Sum of RGB (Red+Green+Blue) = 13+239+180=432 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.01% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEFB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEFB4 is #F2104B. Grayscale: #A4A4A4. Windows color (decimal): -15863884 or 11857677. OLE color: 11857677.
HSL color Cylindrical-coordinate representation of color #0DEFB4: hue angle of 164.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEFB4 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 239 | 180 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.06 |
| HSL | 164.34º | 0.9% | 0.49% | - |
| HSV(B) | 164.34º | 0.95% | 0.94% | - |
| XYZ | 39.27 | 65.11 | 53.68 | - |
| YUV | 164.7 | 136.63 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 239 | 180 | 0.95 | 0 | 0.25 | 0.06 | 164.34 | 0.9 | 0.49 |
| Hex | D | EF | B4 | 5F | 0 | 19 | 6 | A4 | 5A | 31 |
| Octal | 15 | 357 | 264 | 137 | 0 | 31 | 6 | 244 | 132 | 61 |
| Binary | 1101 | 11101111 | 10110100 | 1011111 | 0 | 11001 | 110 | 10100100 | 1011010 | 110001 |
Color Harmonies of #0DEFB4
Complementary color
Monochromatic Colors of #0DEFB4
Black with #0DEFB4
Text Example
Text Example
White with #0DEFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEFB4; }
p { color: rgb(13,239,180); }
H1.HeaderClassName
{
color: #0DEFB4;
}
.AnyTagClassName
{
color: #0DEFB4;
}
</style>
background-color css
<style>
a { background-color: #0DEFB4; }
a { background-color: rgb(13,239,180); }
div.DivClassName
{
background-color: #0DEFB4;
}
.BgClassName
{
background-color: #0DEFB4;
}
</style>
border-color css
<style>
span { border-color: #0DEFB4; }
span { border-color: rgb(13,239,180); }
td.TdClassName
{
border-color: #0DEFB4;
}
.TagClassName
{
border-color: #0DEFB4;
}
</style>