Shades of Free Speech Green #0EED08
Tints of Free Speech Green #0EED08
RGB
CMYK
RGB Variations
Color information
#0EED08 (or 0x0EED08) is known color: Free Speech Green. HEX triplet: 0E, ED and 08. RGB value is (14,237,8). Sum of RGB (Red+Green+Blue) = 14+237+8=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 237 (92.97% from 255 or 91.51% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 237 - color contains mainly: green. Hex color #0EED08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EED08 is #F112F7. Grayscale: #909090. Windows color (decimal): -15799032 or 584974. OLE color: 584974.
HSL color Cylindrical-coordinate representation of color #0EED08: hue angle of 118.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EED08 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 237 | 8 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.07 |
| HSL | 118.43º | 0.93% | 0.48% | - |
| HSV(B) | 118.43º | 0.97% | 0.93% | - |
| XYZ | 30.51 | 60.68 | 10.33 | - |
| YUV | 144.22 | 51.12 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 237 | 8 | 0.94 | 0 | 0.97 | 0.07 | 118.43 | 0.93 | 0.48 |
| Hex | E | ED | 8 | 5E | 0 | 61 | 7 | 76 | 5D | 30 |
| Octal | 16 | 355 | 10 | 136 | 0 | 141 | 7 | 166 | 135 | 60 |
| Binary | 1110 | 11101101 | 1000 | 1011110 | 0 | 1100001 | 111 | 1110110 | 1011101 | 110000 |
Color Harmonies of #0EED08
Complementary color
Monochromatic Colors of #0EED08
Black with #0EED08
Text Example
Text Example
White with #0EED08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EED08; }
p { color: rgb(14,237,8); }
H1.HeaderClassName
{
color: #0EED08;
}
.AnyTagClassName
{
color: #0EED08;
}
</style>
background-color css
<style>
a { background-color: #0EED08; }
a { background-color: rgb(14,237,8); }
div.DivClassName
{
background-color: #0EED08;
}
.BgClassName
{
background-color: #0EED08;
}
</style>
border-color css
<style>
span { border-color: #0EED08; }
span { border-color: rgb(14,237,8); }
td.TdClassName
{
border-color: #0EED08;
}
.TagClassName
{
border-color: #0EED08;
}
</style>