Shades of Free Speech Green #00ED09
Tints of Free Speech Green #00ED09
RGB
CMYK
RGB Variations
Color information
#00ED09 (or 0x00ED09) is known color: Free Speech Green. HEX triplet: 00, ED and 09. RGB value is (0,237,9). Sum of RGB (Red+Green+Blue) = 0+237+9=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 237 (92.97% from 255 or 96.34% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00ED09 is #FF12F6. Grayscale: #8C8C8C. Windows color (decimal): -16716535 or 650496. OLE color: 650496.
HSL color Cylindrical-coordinate representation of color #00ED09: hue angle of 122.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ED09 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.07 |
| HSL | 122.28º | 1% | 0.46% | - |
| HSV(B) | 122.28º | 1% | 0.93% | - |
| XYZ | 30.33 | 60.59 | 10.35 | - |
| YUV | 140.15 | 53.98 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 9 | 1 | 0 | 0.96 | 0.07 | 122.28 | 1 | 0.46 |
| Hex | 0 | ED | 9 | 64 | 0 | 60 | 7 | 7A | 64 | 2E |
| Octal | 0 | 355 | 11 | 144 | 0 | 140 | 7 | 172 | 144 | 56 |
| Binary | 0 | 11101101 | 1001 | 1100100 | 0 | 1100000 | 111 | 1111010 | 1100100 | 101110 |
Color Harmonies of #00ED09
Complementary color
Monochromatic Colors of #00ED09
Black with #00ED09
Text Example
Text Example
White with #00ED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ED09; }
p { color: rgb(0,237,9); }
H1.HeaderClassName
{
color: #00ED09;
}
.AnyTagClassName
{
color: #00ED09;
}
</style>
background-color css
<style>
a { background-color: #00ED09; }
a { background-color: rgb(0,237,9); }
div.DivClassName
{
background-color: #00ED09;
}
.BgClassName
{
background-color: #00ED09;
}
</style>
border-color css
<style>
span { border-color: #00ED09; }
span { border-color: rgb(0,237,9); }
td.TdClassName
{
border-color: #00ED09;
}
.TagClassName
{
border-color: #00ED09;
}
</style>