Shades of Free Speech Green #0ED500
Tints of Free Speech Green #0ED500
RGB
CMYK
RGB Variations
Color information
#0ED500 (or 0x0ED500) is known color: Free Speech Green. HEX triplet: 0E, D5 and 00. RGB value is (14,213,0). Sum of RGB (Red+Green+Blue) = 14+213+0=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 213 (83.59% from 255 or 93.83% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED500 is #F12AFF. Grayscale: #818181. Windows color (decimal): -15805184 or 54542. OLE color: 54542.
HSL color Cylindrical-coordinate representation of color #0ED500: hue angle of 116.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0ED500 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.16 |
| HSL | 116.06º | 1% | 0.42% | - |
| HSV(B) | 116.06º | 1% | 0.84% | - |
| XYZ | 23.98 | 47.68 | 7.94 | - |
| YUV | 129.22 | 55.07 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 0 | 0.93 | 0 | 1 | 0.16 | 116.06 | 1 | 0.42 |
| Hex | E | D5 | 0 | 5D | 0 | 64 | 10 | 74 | 64 | 2A |
| Octal | 16 | 325 | 0 | 135 | 0 | 144 | 20 | 164 | 144 | 52 |
| Binary | 1110 | 11010101 | 0 | 1011101 | 0 | 1100100 | 10000 | 1110100 | 1100100 | 101010 |
Color Harmonies of #0ED500
Complementary color
Monochromatic Colors of #0ED500
Black with #0ED500
Text Example
Text Example
White with #0ED500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED500; }
p { color: rgb(14,213,0); }
H1.HeaderClassName
{
color: #0ED500;
}
.AnyTagClassName
{
color: #0ED500;
}
</style>
background-color css
<style>
a { background-color: #0ED500; }
a { background-color: rgb(14,213,0); }
div.DivClassName
{
background-color: #0ED500;
}
.BgClassName
{
background-color: #0ED500;
}
</style>
border-color css
<style>
span { border-color: #0ED500; }
span { border-color: rgb(14,213,0); }
td.TdClassName
{
border-color: #0ED500;
}
.TagClassName
{
border-color: #0ED500;
}
</style>