Shades of Free Speech Green #0ED20D
Tints of Free Speech Green #0ED20D
RGB
CMYK
RGB Variations
Color information
#0ED20D (or 0x0ED20D) is known color: Free Speech Green. HEX triplet: 0E, D2 and 0D. RGB value is (14,210,13). Sum of RGB (Red+Green+Blue) = 14+210+13=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 210 (82.42% from 255 or 88.61% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED20D is #F12DF2. Grayscale: #818181. Windows color (decimal): -15805939 or 905742. OLE color: 905742.
HSL color Cylindrical-coordinate representation of color #0ED20D: hue angle of 119.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED20D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.18 |
| HSL | 119.7º | 0.88% | 0.44% | - |
| HSV(B) | 119.7º | 0.94% | 0.82% | - |
| XYZ | 23.3 | 46.22 | 8.07 | - |
| YUV | 128.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 13 | 0.93 | 0 | 0.94 | 0.18 | 119.7 | 0.88 | 0.44 |
| Hex | E | D2 | D | 5D | 0 | 5E | 12 | 78 | 58 | 2C |
| Octal | 16 | 322 | 15 | 135 | 0 | 136 | 22 | 170 | 130 | 54 |
| Binary | 1110 | 11010010 | 1101 | 1011101 | 0 | 1011110 | 10010 | 1111000 | 1011000 | 101100 |
Color Harmonies of #0ED20D
Complementary color
Monochromatic Colors of #0ED20D
Black with #0ED20D
Text Example
Text Example
White with #0ED20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED20D; }
p { color: rgb(14,210,13); }
H1.HeaderClassName
{
color: #0ED20D;
}
.AnyTagClassName
{
color: #0ED20D;
}
</style>
background-color css
<style>
a { background-color: #0ED20D; }
a { background-color: rgb(14,210,13); }
div.DivClassName
{
background-color: #0ED20D;
}
.BgClassName
{
background-color: #0ED20D;
}
</style>
border-color css
<style>
span { border-color: #0ED20D; }
span { border-color: rgb(14,210,13); }
td.TdClassName
{
border-color: #0ED20D;
}
.TagClassName
{
border-color: #0ED20D;
}
</style>