Shades of Spring Green #0FF078
Tints of Spring Green #0FF078
RGB
CMYK
RGB Variations
Color information
#0FF078 (or 0x0FF078) is known color: Spring Green. HEX triplet: 0F, F0 and 78. RGB value is (15,240,120). Sum of RGB (Red+Green+Blue) = 15+240+120=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF078 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF078 is #F00F87. Grayscale: #9F9F9F. Windows color (decimal): -15732616 or 7925775. OLE color: 7925775.
HSL color Cylindrical-coordinate representation of color #0FF078: hue angle of 148º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF078 is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 120 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.06 |
| HSL | 148º | 0.88% | 0.5% | - |
| HSV(B) | 148º | 0.94% | 0.94% | - |
| XYZ | 34.75 | 63.78 | 28.25 | - |
| YUV | 159.05 | 105.96 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 120 | 0.94 | 0 | 0.5 | 0.06 | 148 | 0.88 | 0.5 |
| Hex | F | F0 | 78 | 5E | 0 | 32 | 6 | 94 | 58 | 32 |
| Octal | 17 | 360 | 170 | 136 | 0 | 62 | 6 | 224 | 130 | 62 |
| Binary | 1111 | 11110000 | 1111000 | 1011110 | 0 | 110010 | 110 | 10010100 | 1011000 | 110010 |
Color Harmonies of #0FF078
Complementary color
Monochromatic Colors of #0FF078
Black with #0FF078
Text Example
Text Example
White with #0FF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF078; }
p { color: rgb(15,240,120); }
H1.HeaderClassName
{
color: #0FF078;
}
.AnyTagClassName
{
color: #0FF078;
}
</style>
background-color css
<style>
a { background-color: #0FF078; }
a { background-color: rgb(15,240,120); }
div.DivClassName
{
background-color: #0FF078;
}
.BgClassName
{
background-color: #0FF078;
}
</style>
border-color css
<style>
span { border-color: #0FF078; }
span { border-color: rgb(15,240,120); }
td.TdClassName
{
border-color: #0FF078;
}
.TagClassName
{
border-color: #0FF078;
}
</style>