Shades of Free Speech Green #0EDA05
Tints of Free Speech Green #0EDA05
RGB
CMYK
RGB Variations
Color information
#0EDA05 (or 0x0EDA05) is known color: Free Speech Green. HEX triplet: 0E, DA and 05. RGB value is (14,218,5). Sum of RGB (Red+Green+Blue) = 14+218+5=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 218 (85.55% from 255 or 91.98% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDA05 is #F125FA. Grayscale: #858585. Windows color (decimal): -15803899 or 383502. OLE color: 383502.
HSL color Cylindrical-coordinate representation of color #0EDA05: hue angle of 117.46º 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 #0EDA05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.15 |
| HSL | 117.46º | 0.96% | 0.44% | - |
| HSV(B) | 117.46º | 0.98% | 0.85% | - |
| XYZ | 25.28 | 50.25 | 8.51 | - |
| YUV | 132.72 | 55.91 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 5 | 0.94 | 0 | 0.98 | 0.15 | 117.46 | 0.96 | 0.44 |
| Hex | E | DA | 5 | 5E | 0 | 62 | F | 75 | 60 | 2C |
| Octal | 16 | 332 | 5 | 136 | 0 | 142 | 17 | 165 | 140 | 54 |
| Binary | 1110 | 11011010 | 101 | 1011110 | 0 | 1100010 | 1111 | 1110101 | 1100000 | 101100 |
Color Harmonies of #0EDA05
Complementary color
Monochromatic Colors of #0EDA05
Black with #0EDA05
Text Example
Text Example
White with #0EDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA05; }
p { color: rgb(14,218,5); }
H1.HeaderClassName
{
color: #0EDA05;
}
.AnyTagClassName
{
color: #0EDA05;
}
</style>
background-color css
<style>
a { background-color: #0EDA05; }
a { background-color: rgb(14,218,5); }
div.DivClassName
{
background-color: #0EDA05;
}
.BgClassName
{
background-color: #0EDA05;
}
</style>
border-color css
<style>
span { border-color: #0EDA05; }
span { border-color: rgb(14,218,5); }
td.TdClassName
{
border-color: #0EDA05;
}
.TagClassName
{
border-color: #0EDA05;
}
</style>