Shades of Free Speech Green #0EDC0D
Tints of Free Speech Green #0EDC0D
RGB
CMYK
RGB Variations
Color information
#0EDC0D (or 0x0EDC0D) is known color: Free Speech Green. HEX triplet: 0E, DC and 0D. RGB value is (14,220,13). Sum of RGB (Red+Green+Blue) = 14+220+13=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 220 (86.33% from 255 or 89.07% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDC0D is #F123F2. Grayscale: #878787. Windows color (decimal): -15803379 or 908302. OLE color: 908302.
HSL color Cylindrical-coordinate representation of color #0EDC0D: hue angle of 119.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC0D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.14 |
| HSL | 119.71º | 0.89% | 0.46% | - |
| HSV(B) | 119.71º | 0.94% | 0.86% | - |
| XYZ | 25.85 | 51.31 | 8.92 | - |
| YUV | 134.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 13 | 0.94 | 0 | 0.94 | 0.14 | 119.71 | 0.89 | 0.46 |
| Hex | E | DC | D | 5E | 0 | 5E | E | 78 | 59 | 2E |
| Octal | 16 | 334 | 15 | 136 | 0 | 136 | 16 | 170 | 131 | 56 |
| Binary | 1110 | 11011100 | 1101 | 1011110 | 0 | 1011110 | 1110 | 1111000 | 1011001 | 101110 |
Color Harmonies of #0EDC0D
Complementary color
Monochromatic Colors of #0EDC0D
Black with #0EDC0D
Text Example
Text Example
White with #0EDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC0D; }
p { color: rgb(14,220,13); }
H1.HeaderClassName
{
color: #0EDC0D;
}
.AnyTagClassName
{
color: #0EDC0D;
}
</style>
background-color css
<style>
a { background-color: #0EDC0D; }
a { background-color: rgb(14,220,13); }
div.DivClassName
{
background-color: #0EDC0D;
}
.BgClassName
{
background-color: #0EDC0D;
}
</style>
border-color css
<style>
span { border-color: #0EDC0D; }
span { border-color: rgb(14,220,13); }
td.TdClassName
{
border-color: #0EDC0D;
}
.TagClassName
{
border-color: #0EDC0D;
}
</style>