Shades of Spring Green #0FFF73
Tints of Spring Green #0FFF73
RGB
CMYK
RGB Variations
Color information
#0FFF73 (or 0x0FFF73) is known color: Spring Green. HEX triplet: 0F, FF and 73. RGB value is (15,255,115). Sum of RGB (Red+Green+Blue) = 15+255+115=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFF73 is #F0008C. Grayscale: #A7A7A7. Windows color (decimal): -15728781 or 7601935. OLE color: 7601935.
HSL color Cylindrical-coordinate representation of color #0FFF73: hue angle of 145º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF73 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 115 | - |
| CMYK | 0.94 | 0 | 0.55 | 0 |
| HSL | 145º | 1% | 0.53% | - |
| HSV(B) | 145º | 0.94% | 1% | - |
| XYZ | 39.05 | 72.86 | 28.22 | - |
| YUV | 167.28 | 98.49 | 19.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 115 | 0.94 | 0 | 0.55 | 0 | 145 | 1 | 0.53 |
| Hex | F | FF | 73 | 5E | 0 | 37 | 0 | 91 | 64 | 35 |
| Octal | 17 | 377 | 163 | 136 | 0 | 67 | 0 | 221 | 144 | 65 |
| Binary | 1111 | 11111111 | 1110011 | 1011110 | 0 | 110111 | 0 | 10010001 | 1100100 | 110101 |
Color Harmonies of #0FFF73
Complementary color
Monochromatic Colors of #0FFF73
Black with #0FFF73
Text Example
Text Example
White with #0FFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF73; }
p { color: rgb(15,255,115); }
H1.HeaderClassName
{
color: #0FFF73;
}
.AnyTagClassName
{
color: #0FFF73;
}
</style>
background-color css
<style>
a { background-color: #0FFF73; }
a { background-color: rgb(15,255,115); }
div.DivClassName
{
background-color: #0FFF73;
}
.BgClassName
{
background-color: #0FFF73;
}
</style>
border-color css
<style>
span { border-color: #0FFF73; }
span { border-color: rgb(15,255,115); }
td.TdClassName
{
border-color: #0FFF73;
}
.TagClassName
{
border-color: #0FFF73;
}
</style>