Shades of Free Speech Green #0ED004
Tints of Free Speech Green #0ED004
RGB
CMYK
RGB Variations
Color information
#0ED004 (or 0x0ED004) is known color: Free Speech Green. HEX triplet: 0E, D0 and 04. RGB value is (14,208,4). Sum of RGB (Red+Green+Blue) = 14+208+4=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 208 (81.64% from 255 or 92.04% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 208 - color contains mainly: green. Hex color #0ED004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED004 is #F12FFB. Grayscale: #7F7F7F. Windows color (decimal): -15806460 or 315406. OLE color: 315406.
HSL color Cylindrical-coordinate representation of color #0ED004: hue angle of 117.06º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ED004 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 208 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.18 |
| HSL | 117.06º | 0.96% | 0.42% | - |
| HSV(B) | 117.06º | 0.98% | 0.82% | - |
| XYZ | 22.76 | 45.21 | 7.64 | - |
| YUV | 126.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 208 | 4 | 0.93 | 0 | 0.98 | 0.18 | 117.06 | 0.96 | 0.42 |
| Hex | E | D0 | 4 | 5D | 0 | 62 | 12 | 75 | 60 | 2A |
| Octal | 16 | 320 | 4 | 135 | 0 | 142 | 22 | 165 | 140 | 52 |
| Binary | 1110 | 11010000 | 100 | 1011101 | 0 | 1100010 | 10010 | 1110101 | 1100000 | 101010 |
Color Harmonies of #0ED004
Complementary color
Monochromatic Colors of #0ED004
Black with #0ED004
Text Example
Text Example
White with #0ED004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED004; }
p { color: rgb(14,208,4); }
H1.HeaderClassName
{
color: #0ED004;
}
.AnyTagClassName
{
color: #0ED004;
}
</style>
background-color css
<style>
a { background-color: #0ED004; }
a { background-color: rgb(14,208,4); }
div.DivClassName
{
background-color: #0ED004;
}
.BgClassName
{
background-color: #0ED004;
}
</style>
border-color css
<style>
span { border-color: #0ED004; }
span { border-color: rgb(14,208,4); }
td.TdClassName
{
border-color: #0ED004;
}
.TagClassName
{
border-color: #0ED004;
}
</style>