Shades of Spring Green #0FEB6F
Tints of Spring Green #0FEB6F
RGB
CMYK
RGB Variations
Color information
#0FEB6F (or 0x0FEB6F) is known color: Spring Green. HEX triplet: 0F, EB and 6F. RGB value is (15,235,111). Sum of RGB (Red+Green+Blue) = 15+235+111=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 235 (92.19% from 255 or 65.10% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEB6F is #F01490. Grayscale: #9B9B9B. Windows color (decimal): -15733905 or 7334671. OLE color: 7334671.
HSL color Cylindrical-coordinate representation of color #0FEB6F: hue angle of 146.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB6F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 111 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.08 |
| HSL | 146.18º | 0.88% | 0.49% | - |
| HSV(B) | 146.18º | 0.94% | 0.92% | - |
| XYZ | 32.77 | 60.67 | 25.02 | - |
| YUV | 155.08 | 103.11 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 111 | 0.94 | 0 | 0.53 | 0.08 | 146.18 | 0.88 | 0.49 |
| Hex | F | EB | 6F | 5E | 0 | 35 | 8 | 92 | 58 | 31 |
| Octal | 17 | 353 | 157 | 136 | 0 | 65 | 10 | 222 | 130 | 61 |
| Binary | 1111 | 11101011 | 1101111 | 1011110 | 0 | 110101 | 1000 | 10010010 | 1011000 | 110001 |
Color Harmonies of #0FEB6F
Complementary color
Monochromatic Colors of #0FEB6F
Black with #0FEB6F
Text Example
Text Example
White with #0FEB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEB6F; }
p { color: rgb(15,235,111); }
H1.HeaderClassName
{
color: #0FEB6F;
}
.AnyTagClassName
{
color: #0FEB6F;
}
</style>
background-color css
<style>
a { background-color: #0FEB6F; }
a { background-color: rgb(15,235,111); }
div.DivClassName
{
background-color: #0FEB6F;
}
.BgClassName
{
background-color: #0FEB6F;
}
</style>
border-color css
<style>
span { border-color: #0FEB6F; }
span { border-color: rgb(15,235,111); }
td.TdClassName
{
border-color: #0FEB6F;
}
.TagClassName
{
border-color: #0FEB6F;
}
</style>