Shades of Spring Green #0FF780
Tints of Spring Green #0FF780
RGB
CMYK
RGB Variations
Color information
#0FF780 (or 0x0FF780) is known color: Spring Green. HEX triplet: 0F, F7 and 80. RGB value is (15,247,128). Sum of RGB (Red+Green+Blue) = 15+247+128=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 247 (96.88% from 255 or 63.33% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF780 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF780 is #F0087F. Grayscale: #A4A4A4. Windows color (decimal): -15730816 or 8451855. OLE color: 8451855.
HSL color Cylindrical-coordinate representation of color #0FF780: hue angle of 149.22º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF780 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 128 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.03 |
| HSL | 149.22º | 0.94% | 0.51% | - |
| HSV(B) | 149.22º | 0.94% | 0.97% | - |
| XYZ | 37.35 | 68.18 | 31.61 | - |
| YUV | 164.07 | 107.64 | 21.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 128 | 0.94 | 0 | 0.48 | 0.03 | 149.22 | 0.94 | 0.51 |
| Hex | F | F7 | 80 | 5E | 0 | 30 | 3 | 95 | 5E | 33 |
| Octal | 17 | 367 | 200 | 136 | 0 | 60 | 3 | 225 | 136 | 63 |
| Binary | 1111 | 11110111 | 10000000 | 1011110 | 0 | 110000 | 11 | 10010101 | 1011110 | 110011 |
Color Harmonies of #0FF780
Complementary color
Monochromatic Colors of #0FF780
Black with #0FF780
Text Example
Text Example
White with #0FF780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF780; }
p { color: rgb(15,247,128); }
H1.HeaderClassName
{
color: #0FF780;
}
.AnyTagClassName
{
color: #0FF780;
}
</style>
background-color css
<style>
a { background-color: #0FF780; }
a { background-color: rgb(15,247,128); }
div.DivClassName
{
background-color: #0FF780;
}
.BgClassName
{
background-color: #0FF780;
}
</style>
border-color css
<style>
span { border-color: #0FF780; }
span { border-color: rgb(15,247,128); }
td.TdClassName
{
border-color: #0FF780;
}
.TagClassName
{
border-color: #0FF780;
}
</style>