Html Css Color HEX #0FFDAF Medium Spring Green
📋 copy color: '#0FFDAF'red 15 ◦ green 253 ◦ blue 175
Shades of Medium Spring Green #0FFDAF
Tints of Medium Spring Green #0FFDAF
RGB
CMYK
RGB Variations
Color information
#0FFDAF (or 0x0FFDAF) is known color: Medium Spring Green. HEX triplet: 0F, FD and AF. RGB value is (15,253,175). Sum of RGB (Red+Green+Blue) = 15+253+175=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 253 (99.22% from 255 or 57.11% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFDAF is #F00250. Grayscale: #ADADAD. Windows color (decimal): -15729233 or 11533583. OLE color: 11533583.
HSL color Cylindrical-coordinate representation of color #0FFDAF: hue angle of 160.34º 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 #0FFDAF is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 175 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.01 |
| HSL | 160.34º | 0.98% | 0.53% | - |
| HSV(B) | 160.34º | 0.94% | 0.99% | - |
| XYZ | 43.06 | 73.45 | 52.46 | - |
| YUV | 172.95 | 129.15 | 15.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 175 | 0.94 | 0 | 0.31 | 0.01 | 160.34 | 0.98 | 0.53 |
| Hex | F | FD | AF | 5E | 0 | 1F | 1 | A0 | 62 | 35 |
| Octal | 17 | 375 | 257 | 136 | 0 | 37 | 1 | 240 | 142 | 65 |
| Binary | 1111 | 11111101 | 10101111 | 1011110 | 0 | 11111 | 1 | 10100000 | 1100010 | 110101 |
Color Harmonies of #0FFDAF
Complementary color
Monochromatic Colors of #0FFDAF
Black with #0FFDAF
Text Example
Text Example
White with #0FFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDAF; }
p { color: rgb(15,253,175); }
H1.HeaderClassName
{
color: #0FFDAF;
}
.AnyTagClassName
{
color: #0FFDAF;
}
</style>
background-color css
<style>
a { background-color: #0FFDAF; }
a { background-color: rgb(15,253,175); }
div.DivClassName
{
background-color: #0FFDAF;
}
.BgClassName
{
background-color: #0FFDAF;
}
</style>
border-color css
<style>
span { border-color: #0FFDAF; }
span { border-color: rgb(15,253,175); }
td.TdClassName
{
border-color: #0FFDAF;
}
.TagClassName
{
border-color: #0FFDAF;
}
</style>