Shades of Spring Green #0FEC6C
Tints of Spring Green #0FEC6C
RGB
CMYK
RGB Variations
Color information
#0FEC6C (or 0x0FEC6C) is known color: Spring Green. HEX triplet: 0F, EC and 6C. RGB value is (15,236,108). Sum of RGB (Red+Green+Blue) = 15+236+108=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #0FEC6C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEC6C is #F01393. Grayscale: #9B9B9B. Windows color (decimal): -15733652 or 7138319. OLE color: 7138319.
HSL color Cylindrical-coordinate representation of color #0FEC6C: hue angle of 145.25º 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 #0FEC6C is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 108 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.07 |
| HSL | 145.25º | 0.88% | 0.49% | - |
| HSV(B) | 145.25º | 0.94% | 0.93% | - |
| XYZ | 32.9 | 61.18 | 24.26 | - |
| YUV | 155.33 | 101.28 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 108 | 0.94 | 0 | 0.54 | 0.07 | 145.25 | 0.88 | 0.49 |
| Hex | F | EC | 6C | 5E | 0 | 36 | 7 | 91 | 58 | 31 |
| Octal | 17 | 354 | 154 | 136 | 0 | 66 | 7 | 221 | 130 | 61 |
| Binary | 1111 | 11101100 | 1101100 | 1011110 | 0 | 110110 | 111 | 10010001 | 1011000 | 110001 |
Color Harmonies of #0FEC6C
Complementary color
Monochromatic Colors of #0FEC6C
Black with #0FEC6C
Text Example
Text Example
White with #0FEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEC6C; }
p { color: rgb(15,236,108); }
H1.HeaderClassName
{
color: #0FEC6C;
}
.AnyTagClassName
{
color: #0FEC6C;
}
</style>
background-color css
<style>
a { background-color: #0FEC6C; }
a { background-color: rgb(15,236,108); }
div.DivClassName
{
background-color: #0FEC6C;
}
.BgClassName
{
background-color: #0FEC6C;
}
</style>
border-color css
<style>
span { border-color: #0FEC6C; }
span { border-color: rgb(15,236,108); }
td.TdClassName
{
border-color: #0FEC6C;
}
.TagClassName
{
border-color: #0FEC6C;
}
</style>