Html Css Color HEX #0DF3AD Medium Spring Green
📋 copy color: '#0DF3AD'red 13 ◦ green 243 ◦ blue 173
Shades of Medium Spring Green #0DF3AD
Tints of Medium Spring Green #0DF3AD
RGB
CMYK
RGB Variations
Color information
#0DF3AD (or 0x0DF3AD) is known color: Medium Spring Green. HEX triplet: 0D, F3 and AD. RGB value is (13,243,173). Sum of RGB (Red+Green+Blue) = 13+243+173=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #0DF3AD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF3AD is #F20C52. Grayscale: #A6A6A6. Windows color (decimal): -15862867 or 11399949. OLE color: 11399949.
HSL color Cylindrical-coordinate representation of color #0DF3AD: hue angle of 161.74º 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 #0DF3AD is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 243 | 173 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.05 |
| HSL | 161.74º | 0.91% | 0.5% | - |
| HSV(B) | 161.74º | 0.95% | 0.95% | - |
| XYZ | 39.76 | 67.2 | 50.41 | - |
| YUV | 166.25 | 131.8 | 18.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 173 | 0.95 | 0 | 0.29 | 0.05 | 161.74 | 0.91 | 0.5 |
| Hex | D | F3 | AD | 5F | 0 | 1D | 5 | A2 | 5B | 32 |
| Octal | 15 | 363 | 255 | 137 | 0 | 35 | 5 | 242 | 133 | 62 |
| Binary | 1101 | 11110011 | 10101101 | 1011111 | 0 | 11101 | 101 | 10100010 | 1011011 | 110010 |
Color Harmonies of #0DF3AD
Complementary color
Monochromatic Colors of #0DF3AD
Black with #0DF3AD
Text Example
Text Example
White with #0DF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF3AD; }
p { color: rgb(13,243,173); }
H1.HeaderClassName
{
color: #0DF3AD;
}
.AnyTagClassName
{
color: #0DF3AD;
}
</style>
background-color css
<style>
a { background-color: #0DF3AD; }
a { background-color: rgb(13,243,173); }
div.DivClassName
{
background-color: #0DF3AD;
}
.BgClassName
{
background-color: #0DF3AD;
}
</style>
border-color css
<style>
span { border-color: #0DF3AD; }
span { border-color: rgb(13,243,173); }
td.TdClassName
{
border-color: #0DF3AD;
}
.TagClassName
{
border-color: #0DF3AD;
}
</style>