Shades of Free Speech Green #0ED007
Tints of Free Speech Green #0ED007
RGB
CMYK
RGB Variations
Color information
#0ED007 (or 0x0ED007) is known color: Free Speech Green. HEX triplet: 0E, D0 and 07. RGB value is (14,208,7). Sum of RGB (Red+Green+Blue) = 14+208+7=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 208 (81.64% from 255 or 90.83% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED007 is #F12FF8. Grayscale: #7F7F7F. Windows color (decimal): -15806457 or 512014. OLE color: 512014.
HSL color Cylindrical-coordinate representation of color #0ED007: hue angle of 117.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ED007 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 7 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.18 |
| HSL | 117.91º | 0.93% | 0.42% | - |
| HSV(B) | 117.91º | 0.97% | 0.82% | - |
| XYZ | 22.78 | 45.22 | 7.73 | - |
| YUV | 127.08 | 60.23 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 7 | 0.93 | 0 | 0.97 | 0.18 | 117.91 | 0.93 | 0.42 |
| Hex | E | D0 | 7 | 5D | 0 | 61 | 12 | 76 | 5D | 2A |
| Octal | 16 | 320 | 7 | 135 | 0 | 141 | 22 | 166 | 135 | 52 |
| Binary | 1110 | 11010000 | 111 | 1011101 | 0 | 1100001 | 10010 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0ED007
Complementary color
Monochromatic Colors of #0ED007
Black with #0ED007
Text Example
Text Example
White with #0ED007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED007; }
p { color: rgb(14,208,7); }
H1.HeaderClassName
{
color: #0ED007;
}
.AnyTagClassName
{
color: #0ED007;
}
</style>
background-color css
<style>
a { background-color: #0ED007; }
a { background-color: rgb(14,208,7); }
div.DivClassName
{
background-color: #0ED007;
}
.BgClassName
{
background-color: #0ED007;
}
</style>
border-color css
<style>
span { border-color: #0ED007; }
span { border-color: rgb(14,208,7); }
td.TdClassName
{
border-color: #0ED007;
}
.TagClassName
{
border-color: #0ED007;
}
</style>