Shades of Spring Green #0FEC6E
Tints of Spring Green #0FEC6E
RGB
CMYK
RGB Variations
Color information
#0FEC6E (or 0x0FEC6E) is known color: Spring Green. HEX triplet: 0F, EC and 6E. RGB value is (15,236,110). Sum of RGB (Red+Green+Blue) = 15+236+110=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC6E is #F01391. Grayscale: #9B9B9B. Windows color (decimal): -15733650 or 7269391. OLE color: 7269391.
HSL color Cylindrical-coordinate representation of color #0FEC6E: hue angle of 145.79º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEC6E is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 110 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.07 |
| HSL | 145.79º | 0.88% | 0.49% | - |
| HSV(B) | 145.79º | 0.94% | 0.93% | - |
| XYZ | 33.01 | 61.22 | 24.83 | - |
| YUV | 155.56 | 102.28 | 27.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 110 | 0.94 | 0 | 0.53 | 0.07 | 145.79 | 0.88 | 0.49 |
| Hex | F | EC | 6E | 5E | 0 | 35 | 7 | 92 | 58 | 31 |
| Octal | 17 | 354 | 156 | 136 | 0 | 65 | 7 | 222 | 130 | 61 |
| Binary | 1111 | 11101100 | 1101110 | 1011110 | 0 | 110101 | 111 | 10010010 | 1011000 | 110001 |
Color Harmonies of #0FEC6E
Complementary color
Monochromatic Colors of #0FEC6E
Black with #0FEC6E
Text Example
Text Example
White with #0FEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC6E; }
p { color: rgb(15,236,110); }
H1.HeaderClassName
{
color: #0FEC6E;
}
.AnyTagClassName
{
color: #0FEC6E;
}
</style>
background-color css
<style>
a { background-color: #0FEC6E; }
a { background-color: rgb(15,236,110); }
div.DivClassName
{
background-color: #0FEC6E;
}
.BgClassName
{
background-color: #0FEC6E;
}
</style>
border-color css
<style>
span { border-color: #0FEC6E; }
span { border-color: rgb(15,236,110); }
td.TdClassName
{
border-color: #0FEC6E;
}
.TagClassName
{
border-color: #0FEC6E;
}
</style>