Shades of Free Speech Green #09EC0C
Tints of Free Speech Green #09EC0C
RGB
CMYK
RGB Variations
Color information
#09EC0C (or 0x09EC0C) is known color: Free Speech Green. HEX triplet: 09, EC and 0C. RGB value is (9,236,12). Sum of RGB (Red+Green+Blue) = 9+236+12=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 236 (92.58% from 255 or 91.83% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 236 - color contains mainly: green. Hex color #09EC0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EC0C is #F613F3. Grayscale: #8F8F8F. Windows color (decimal): -16126964 or 846857. OLE color: 846857.
HSL color Cylindrical-coordinate representation of color #09EC0C: hue angle of 120.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EC0C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.07 |
| HSL | 120.79º | 0.93% | 0.48% | - |
| HSV(B) | 120.79º | 0.96% | 0.93% | - |
| XYZ | 30.17 | 60.08 | 10.35 | - |
| YUV | 142.59 | 54.29 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 12 | 0.96 | 0 | 0.95 | 0.07 | 120.79 | 0.93 | 0.48 |
| Hex | 9 | EC | C | 60 | 0 | 5F | 7 | 79 | 5D | 30 |
| Octal | 11 | 354 | 14 | 140 | 0 | 137 | 7 | 171 | 135 | 60 |
| Binary | 1001 | 11101100 | 1100 | 1100000 | 0 | 1011111 | 111 | 1111001 | 1011101 | 110000 |
Color Harmonies of #09EC0C
Complementary color
Monochromatic Colors of #09EC0C
Black with #09EC0C
Text Example
Text Example
White with #09EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EC0C; }
p { color: rgb(9,236,12); }
H1.HeaderClassName
{
color: #09EC0C;
}
.AnyTagClassName
{
color: #09EC0C;
}
</style>
background-color css
<style>
a { background-color: #09EC0C; }
a { background-color: rgb(9,236,12); }
div.DivClassName
{
background-color: #09EC0C;
}
.BgClassName
{
background-color: #09EC0C;
}
</style>
border-color css
<style>
span { border-color: #09EC0C; }
span { border-color: rgb(9,236,12); }
td.TdClassName
{
border-color: #09EC0C;
}
.TagClassName
{
border-color: #09EC0C;
}
</style>