Html Css Color HEX #0DFB92 Medium Spring Green
📋 copy color: '#0DFB92'red 13 ◦ green 251 ◦ blue 146
Shades of Medium Spring Green #0DFB92
Tints of Medium Spring Green #0DFB92
RGB
CMYK
RGB Variations
Color information
#0DFB92 (or 0x0DFB92) is known color: Medium Spring Green. HEX triplet: 0D, FB and 92. RGB value is (13,251,146). Sum of RGB (Red+Green+Blue) = 13+251+146=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFB92 is #F2046D. Grayscale: #A8A8A8. Windows color (decimal): -15860846 or 9632525. OLE color: 9632525.
HSL color Cylindrical-coordinate representation of color #0DFB92: hue angle of 153.53º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB92 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 146 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.02 |
| HSL | 153.53º | 0.97% | 0.52% | - |
| HSV(B) | 153.53º | 0.95% | 0.98% | - |
| XYZ | 39.85 | 71.16 | 38.83 | - |
| YUV | 167.87 | 115.65 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 146 | 0.95 | 0 | 0.42 | 0.02 | 153.53 | 0.97 | 0.52 |
| Hex | D | FB | 92 | 5F | 0 | 2A | 2 | 9A | 61 | 34 |
| Octal | 15 | 373 | 222 | 137 | 0 | 52 | 2 | 232 | 141 | 64 |
| Binary | 1101 | 11111011 | 10010010 | 1011111 | 0 | 101010 | 10 | 10011010 | 1100001 | 110100 |
Color Harmonies of #0DFB92
Complementary color
Monochromatic Colors of #0DFB92
Black with #0DFB92
Text Example
Text Example
White with #0DFB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB92; }
p { color: rgb(13,251,146); }
H1.HeaderClassName
{
color: #0DFB92;
}
.AnyTagClassName
{
color: #0DFB92;
}
</style>
background-color css
<style>
a { background-color: #0DFB92; }
a { background-color: rgb(13,251,146); }
div.DivClassName
{
background-color: #0DFB92;
}
.BgClassName
{
background-color: #0DFB92;
}
</style>
border-color css
<style>
span { border-color: #0DFB92; }
span { border-color: rgb(13,251,146); }
td.TdClassName
{
border-color: #0DFB92;
}
.TagClassName
{
border-color: #0DFB92;
}
</style>