Shades of Free Speech Green #00EC09
Tints of Free Speech Green #00EC09
RGB
CMYK
RGB Variations
Color information
#00EC09 (or 0x00EC09) is known color: Free Speech Green. HEX triplet: 00, EC and 09. RGB value is (0,236,9). Sum of RGB (Red+Green+Blue) = 0+236+9=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 236 (92.58% from 255 or 96.33% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EC09 is #FF13F6. Grayscale: #8C8C8C. Windows color (decimal): -16716791 or 650240. OLE color: 650240.
HSL color Cylindrical-coordinate representation of color #00EC09: hue angle of 122.29º 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 #00EC09 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 9 | - |
| CMYK | 1 | 0 | 0.96 | 0.07 |
| HSL | 122.29º | 1% | 0.46% | - |
| HSV(B) | 122.29º | 1% | 0.93% | - |
| XYZ | 30.04 | 60.01 | 10.26 | - |
| YUV | 139.56 | 54.31 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 9 | 1 | 0 | 0.96 | 0.07 | 122.29 | 1 | 0.46 |
| Hex | 0 | EC | 9 | 64 | 0 | 60 | 7 | 7A | 64 | 2E |
| Octal | 0 | 354 | 11 | 144 | 0 | 140 | 7 | 172 | 144 | 56 |
| Binary | 0 | 11101100 | 1001 | 1100100 | 0 | 1100000 | 111 | 1111010 | 1100100 | 101110 |
Color Harmonies of #00EC09
Complementary color
Monochromatic Colors of #00EC09
Black with #00EC09
Text Example
Text Example
White with #00EC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC09; }
p { color: rgb(0,236,9); }
H1.HeaderClassName
{
color: #00EC09;
}
.AnyTagClassName
{
color: #00EC09;
}
</style>
background-color css
<style>
a { background-color: #00EC09; }
a { background-color: rgb(0,236,9); }
div.DivClassName
{
background-color: #00EC09;
}
.BgClassName
{
background-color: #00EC09;
}
</style>
border-color css
<style>
span { border-color: #00EC09; }
span { border-color: rgb(0,236,9); }
td.TdClassName
{
border-color: #00EC09;
}
.TagClassName
{
border-color: #00EC09;
}
</style>