Shades of Free Speech Green #0EDD09
Tints of Free Speech Green #0EDD09
RGB
CMYK
RGB Variations
Color information
#0EDD09 (or 0x0EDD09) is known color: Free Speech Green. HEX triplet: 0E, DD and 09. RGB value is (14,221,9). Sum of RGB (Red+Green+Blue) = 14+221+9=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 221 (86.72% from 255 or 90.57% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDD09 is #F122F6. Grayscale: #878787. Windows color (decimal): -15803127 or 646414. OLE color: 646414.
HSL color Cylindrical-coordinate representation of color #0EDD09: hue angle of 118.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EDD09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.13 |
| HSL | 118.58º | 0.92% | 0.45% | - |
| HSV(B) | 118.58º | 0.96% | 0.87% | - |
| XYZ | 26.09 | 51.83 | 8.89 | - |
| YUV | 134.94 | 56.92 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 9 | 0.94 | 0 | 0.96 | 0.13 | 118.58 | 0.92 | 0.45 |
| Hex | E | DD | 9 | 5E | 0 | 60 | D | 77 | 5C | 2D |
| Octal | 16 | 335 | 11 | 136 | 0 | 140 | 15 | 167 | 134 | 55 |
| Binary | 1110 | 11011101 | 1001 | 1011110 | 0 | 1100000 | 1101 | 1110111 | 1011100 | 101101 |
Color Harmonies of #0EDD09
Complementary color
Monochromatic Colors of #0EDD09
Black with #0EDD09
Text Example
Text Example
White with #0EDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD09; }
p { color: rgb(14,221,9); }
H1.HeaderClassName
{
color: #0EDD09;
}
.AnyTagClassName
{
color: #0EDD09;
}
</style>
background-color css
<style>
a { background-color: #0EDD09; }
a { background-color: rgb(14,221,9); }
div.DivClassName
{
background-color: #0EDD09;
}
.BgClassName
{
background-color: #0EDD09;
}
</style>
border-color css
<style>
span { border-color: #0EDD09; }
span { border-color: rgb(14,221,9); }
td.TdClassName
{
border-color: #0EDD09;
}
.TagClassName
{
border-color: #0EDD09;
}
</style>