Shades of Free Speech Green #0EDA04
Tints of Free Speech Green #0EDA04
RGB
CMYK
RGB Variations
Color information
#0EDA04 (or 0x0EDA04) is known color: Free Speech Green. HEX triplet: 0E, DA and 04. RGB value is (14,218,4). Sum of RGB (Red+Green+Blue) = 14+218+4=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 218 (85.55% from 255 or 92.37% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDA04 is #F125FB. Grayscale: #858585. Windows color (decimal): -15803900 or 317966. OLE color: 317966.
HSL color Cylindrical-coordinate representation of color #0EDA04: hue angle of 117.2º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EDA04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.15 |
| HSL | 117.2º | 0.96% | 0.44% | - |
| HSV(B) | 117.2º | 0.98% | 0.85% | - |
| XYZ | 25.27 | 50.24 | 8.48 | - |
| YUV | 132.61 | 55.41 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 4 | 0.94 | 0 | 0.98 | 0.15 | 117.2 | 0.96 | 0.44 |
| Hex | E | DA | 4 | 5E | 0 | 62 | F | 75 | 60 | 2C |
| Octal | 16 | 332 | 4 | 136 | 0 | 142 | 17 | 165 | 140 | 54 |
| Binary | 1110 | 11011010 | 100 | 1011110 | 0 | 1100010 | 1111 | 1110101 | 1100000 | 101100 |
Color Harmonies of #0EDA04
Complementary color
Monochromatic Colors of #0EDA04
Black with #0EDA04
Text Example
Text Example
White with #0EDA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA04; }
p { color: rgb(14,218,4); }
H1.HeaderClassName
{
color: #0EDA04;
}
.AnyTagClassName
{
color: #0EDA04;
}
</style>
background-color css
<style>
a { background-color: #0EDA04; }
a { background-color: rgb(14,218,4); }
div.DivClassName
{
background-color: #0EDA04;
}
.BgClassName
{
background-color: #0EDA04;
}
</style>
border-color css
<style>
span { border-color: #0EDA04; }
span { border-color: rgb(14,218,4); }
td.TdClassName
{
border-color: #0EDA04;
}
.TagClassName
{
border-color: #0EDA04;
}
</style>