Html Css Color HEX #0FFDB4 Medium Spring Green
📋 copy color: '#0FFDB4'red 15 ◦ green 253 ◦ blue 180
Shades of Medium Spring Green #0FFDB4
Tints of Medium Spring Green #0FFDB4
RGB
CMYK
RGB Variations
Color information
#0FFDB4 (or 0x0FFDB4) is known color: Medium Spring Green. HEX triplet: 0F, FD and B4. RGB value is (15,253,180). Sum of RGB (Red+Green+Blue) = 15+253+180=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFDB4 is #F0024B. Grayscale: #ADADAD. Windows color (decimal): -15729228 or 11861263. OLE color: 11861263.
HSL color Cylindrical-coordinate representation of color #0FFDB4: hue angle of 161.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDB4 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 180 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.01 |
| HSL | 161.6º | 0.98% | 0.53% | - |
| HSV(B) | 161.6º | 0.94% | 0.99% | - |
| XYZ | 43.56 | 73.65 | 55.1 | - |
| YUV | 173.52 | 131.65 | 14.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 180 | 0.94 | 0 | 0.29 | 0.01 | 161.6 | 0.98 | 0.53 |
| Hex | F | FD | B4 | 5E | 0 | 1D | 1 | A2 | 62 | 35 |
| Octal | 17 | 375 | 264 | 136 | 0 | 35 | 1 | 242 | 142 | 65 |
| Binary | 1111 | 11111101 | 10110100 | 1011110 | 0 | 11101 | 1 | 10100010 | 1100010 | 110101 |
Color Harmonies of #0FFDB4
Complementary color
Monochromatic Colors of #0FFDB4
Black with #0FFDB4
Text Example
Text Example
White with #0FFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDB4; }
p { color: rgb(15,253,180); }
H1.HeaderClassName
{
color: #0FFDB4;
}
.AnyTagClassName
{
color: #0FFDB4;
}
</style>
background-color css
<style>
a { background-color: #0FFDB4; }
a { background-color: rgb(15,253,180); }
div.DivClassName
{
background-color: #0FFDB4;
}
.BgClassName
{
background-color: #0FFDB4;
}
</style>
border-color css
<style>
span { border-color: #0FFDB4; }
span { border-color: rgb(15,253,180); }
td.TdClassName
{
border-color: #0FFDB4;
}
.TagClassName
{
border-color: #0FFDB4;
}
</style>