Html Css Color HEX #0DF38D Medium Spring Green
📋 copy color: '#0DF38D'red 13 ◦ green 243 ◦ blue 141
Shades of Medium Spring Green #0DF38D
Tints of Medium Spring Green #0DF38D
RGB
CMYK
RGB Variations
Color information
#0DF38D (or 0x0DF38D) is known color: Medium Spring Green. HEX triplet: 0D, F3 and 8D. RGB value is (13,243,141). Sum of RGB (Red+Green+Blue) = 13+243+141=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF38D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF38D is #F20C72. Grayscale: #A2A2A2. Windows color (decimal): -15862899 or 9302797. OLE color: 9302797.
HSL color Cylindrical-coordinate representation of color #0DF38D: hue angle of 153.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF38D is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 141 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.05 |
| HSL | 153.39º | 0.91% | 0.5% | - |
| HSV(B) | 153.39º | 0.95% | 0.95% | - |
| XYZ | 37.02 | 66.11 | 36.01 | - |
| YUV | 162.6 | 115.8 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 141 | 0.95 | 0 | 0.42 | 0.05 | 153.39 | 0.91 | 0.5 |
| Hex | D | F3 | 8D | 5F | 0 | 2A | 5 | 99 | 5B | 32 |
| Octal | 15 | 363 | 215 | 137 | 0 | 52 | 5 | 231 | 133 | 62 |
| Binary | 1101 | 11110011 | 10001101 | 1011111 | 0 | 101010 | 101 | 10011001 | 1011011 | 110010 |
Color Harmonies of #0DF38D
Complementary color
Monochromatic Colors of #0DF38D
Black with #0DF38D
Text Example
Text Example
White with #0DF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF38D; }
p { color: rgb(13,243,141); }
H1.HeaderClassName
{
color: #0DF38D;
}
.AnyTagClassName
{
color: #0DF38D;
}
</style>
background-color css
<style>
a { background-color: #0DF38D; }
a { background-color: rgb(13,243,141); }
div.DivClassName
{
background-color: #0DF38D;
}
.BgClassName
{
background-color: #0DF38D;
}
</style>
border-color css
<style>
span { border-color: #0DF38D; }
span { border-color: rgb(13,243,141); }
td.TdClassName
{
border-color: #0DF38D;
}
.TagClassName
{
border-color: #0DF38D;
}
</style>