Shades of Free Speech Green #0ED808
Tints of Free Speech Green #0ED808
RGB
CMYK
RGB Variations
Color information
#0ED808 (or 0x0ED808) is known color: Free Speech Green. HEX triplet: 0E, D8 and 08. RGB value is (14,216,8). Sum of RGB (Red+Green+Blue) = 14+216+8=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 216 (84.77% from 255 or 90.76% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED808 is #F127F7. Grayscale: #848484. Windows color (decimal): -15804408 or 579598. OLE color: 579598.
HSL color Cylindrical-coordinate representation of color #0ED808: hue angle of 118.27º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ED808 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 216 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.15 |
| HSL | 118.27º | 0.93% | 0.44% | - |
| HSV(B) | 118.27º | 0.96% | 0.85% | - |
| XYZ | 24.78 | 49.22 | 8.42 | - |
| YUV | 131.89 | 58.08 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 216 | 8 | 0.94 | 0 | 0.96 | 0.15 | 118.27 | 0.93 | 0.44 |
| Hex | E | D8 | 8 | 5E | 0 | 60 | F | 76 | 5D | 2C |
| Octal | 16 | 330 | 10 | 136 | 0 | 140 | 17 | 166 | 135 | 54 |
| Binary | 1110 | 11011000 | 1000 | 1011110 | 0 | 1100000 | 1111 | 1110110 | 1011101 | 101100 |
Color Harmonies of #0ED808
Complementary color
Monochromatic Colors of #0ED808
Black with #0ED808
Text Example
Text Example
White with #0ED808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED808; }
p { color: rgb(14,216,8); }
H1.HeaderClassName
{
color: #0ED808;
}
.AnyTagClassName
{
color: #0ED808;
}
</style>
background-color css
<style>
a { background-color: #0ED808; }
a { background-color: rgb(14,216,8); }
div.DivClassName
{
background-color: #0ED808;
}
.BgClassName
{
background-color: #0ED808;
}
</style>
border-color css
<style>
span { border-color: #0ED808; }
span { border-color: rgb(14,216,8); }
td.TdClassName
{
border-color: #0ED808;
}
.TagClassName
{
border-color: #0ED808;
}
</style>