Shades of Free Speech Green #0EF726
Tints of Free Speech Green #0EF726
RGB
CMYK
RGB Variations
Color information
#0EF726 (or 0x0EF726) is known color: Free Speech Green. HEX triplet: 0E, F7 and 26. RGB value is (14,247,38). Sum of RGB (Red+Green+Blue) = 14+247+38=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 247 (96.88% from 255 or 82.61% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF726 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF726 is #F108D9. Grayscale: #9A9A9A. Windows color (decimal): -15796442 or 2553614. OLE color: 2553614.
HSL color Cylindrical-coordinate representation of color #0EF726: hue angle of 126.18º 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 #0EF726 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 38 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.03 |
| HSL | 126.18º | 0.94% | 0.51% | - |
| HSV(B) | 126.18º | 0.94% | 0.97% | - |
| XYZ | 33.79 | 66.75 | 12.94 | - |
| YUV | 153.51 | 62.81 | 28.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 38 | 0.94 | 0 | 0.85 | 0.03 | 126.18 | 0.94 | 0.51 |
| Hex | E | F7 | 26 | 5E | 0 | 55 | 3 | 7E | 5E | 33 |
| Octal | 16 | 367 | 46 | 136 | 0 | 125 | 3 | 176 | 136 | 63 |
| Binary | 1110 | 11110111 | 100110 | 1011110 | 0 | 1010101 | 11 | 1111110 | 1011110 | 110011 |
Color Harmonies of #0EF726
Complementary color
Monochromatic Colors of #0EF726
Black with #0EF726
Text Example
Text Example
White with #0EF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF726; }
p { color: rgb(14,247,38); }
H1.HeaderClassName
{
color: #0EF726;
}
.AnyTagClassName
{
color: #0EF726;
}
</style>
background-color css
<style>
a { background-color: #0EF726; }
a { background-color: rgb(14,247,38); }
div.DivClassName
{
background-color: #0EF726;
}
.BgClassName
{
background-color: #0EF726;
}
</style>
border-color css
<style>
span { border-color: #0EF726; }
span { border-color: rgb(14,247,38); }
td.TdClassName
{
border-color: #0EF726;
}
.TagClassName
{
border-color: #0EF726;
}
</style>