Shades of Spring Green #0FF07C
Tints of Spring Green #0FF07C
RGB
CMYK
RGB Variations
Color information
#0FF07C (or 0x0FF07C) is known color: Spring Green. HEX triplet: 0F, F0 and 7C. RGB value is (15,240,124). Sum of RGB (Red+Green+Blue) = 15+240+124=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF07C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF07C is #F00F83. Grayscale: #9F9F9F. Windows color (decimal): -15732612 or 8187919. OLE color: 8187919.
HSL color Cylindrical-coordinate representation of color #0FF07C: hue angle of 149.07º 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 #0FF07C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 124 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.06 |
| HSL | 149.07º | 0.88% | 0.5% | - |
| HSV(B) | 149.07º | 0.94% | 0.94% | - |
| XYZ | 35 | 63.88 | 29.55 | - |
| YUV | 159.5 | 107.96 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 124 | 0.94 | 0 | 0.48 | 0.06 | 149.07 | 0.88 | 0.5 |
| Hex | F | F0 | 7C | 5E | 0 | 30 | 6 | 95 | 58 | 32 |
| Octal | 17 | 360 | 174 | 136 | 0 | 60 | 6 | 225 | 130 | 62 |
| Binary | 1111 | 11110000 | 1111100 | 1011110 | 0 | 110000 | 110 | 10010101 | 1011000 | 110010 |
Color Harmonies of #0FF07C
Complementary color
Monochromatic Colors of #0FF07C
Black with #0FF07C
Text Example
Text Example
White with #0FF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF07C; }
p { color: rgb(15,240,124); }
H1.HeaderClassName
{
color: #0FF07C;
}
.AnyTagClassName
{
color: #0FF07C;
}
</style>
background-color css
<style>
a { background-color: #0FF07C; }
a { background-color: rgb(15,240,124); }
div.DivClassName
{
background-color: #0FF07C;
}
.BgClassName
{
background-color: #0FF07C;
}
</style>
border-color css
<style>
span { border-color: #0FF07C; }
span { border-color: rgb(15,240,124); }
td.TdClassName
{
border-color: #0FF07C;
}
.TagClassName
{
border-color: #0FF07C;
}
</style>