Html Css Color HEX #0DFF91 Medium Spring Green
📋 copy color: '#0DFF91'red 13 ◦ green 255 ◦ blue 145
Shades of Medium Spring Green #0DFF91
Tints of Medium Spring Green #0DFF91
RGB
CMYK
RGB Variations
Color information
#0DFF91 (or 0x0DFF91) is known color: Medium Spring Green. HEX triplet: 0D, FF and 91. RGB value is (13,255,145). Sum of RGB (Red+Green+Blue) = 13+255+145=413 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.15% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF91 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFF91 is #F2006E. Grayscale: #AAAAAA. Windows color (decimal): -15859823 or 9568013. OLE color: 9568013.
HSL color Cylindrical-coordinate representation of color #0DFF91: hue angle of 152.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF91 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 145 | - |
| CMYK | 0.95 | 0 | 0.43 | 0 |
| HSL | 152.73º | 1% | 0.53% | - |
| HSV(B) | 152.73º | 0.95% | 1% | - |
| XYZ | 41.04 | 73.65 | 38.84 | - |
| YUV | 170.1 | 113.83 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 145 | 0.95 | 0 | 0.43 | 0 | 152.73 | 1 | 0.53 |
| Hex | D | FF | 91 | 5F | 0 | 2B | 0 | 99 | 64 | 35 |
| Octal | 15 | 377 | 221 | 137 | 0 | 53 | 0 | 231 | 144 | 65 |
| Binary | 1101 | 11111111 | 10010001 | 1011111 | 0 | 101011 | 0 | 10011001 | 1100100 | 110101 |
Color Harmonies of #0DFF91
Complementary color
Monochromatic Colors of #0DFF91
Black with #0DFF91
Text Example
Text Example
White with #0DFF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF91; }
p { color: rgb(13,255,145); }
H1.HeaderClassName
{
color: #0DFF91;
}
.AnyTagClassName
{
color: #0DFF91;
}
</style>
background-color css
<style>
a { background-color: #0DFF91; }
a { background-color: rgb(13,255,145); }
div.DivClassName
{
background-color: #0DFF91;
}
.BgClassName
{
background-color: #0DFF91;
}
</style>
border-color css
<style>
span { border-color: #0DFF91; }
span { border-color: rgb(13,255,145); }
td.TdClassName
{
border-color: #0DFF91;
}
.TagClassName
{
border-color: #0DFF91;
}
</style>