Shades of Free Speech Green #07EC10
Tints of Free Speech Green #07EC10
RGB
CMYK
RGB Variations
Color information
#07EC10 (or 0x07EC10) is known color: Free Speech Green. HEX triplet: 07, EC and 10. RGB value is (7,236,16). Sum of RGB (Red+Green+Blue) = 7+236+16=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 236 (92.58% from 255 or 91.12% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 236 - color contains mainly: green. Hex color #07EC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EC10 is #F813EF. Grayscale: #8F8F8F. Windows color (decimal): -16258032 or 1108999. OLE color: 1108999.
HSL color Cylindrical-coordinate representation of color #07EC10: hue angle of 122.36º degrees, saturation: 0.94, 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 #07EC10 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 16 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.07 |
| HSL | 122.36º | 0.94% | 0.48% | - |
| HSV(B) | 122.36º | 0.97% | 0.93% | - |
| XYZ | 30.18 | 60.07 | 10.5 | - |
| YUV | 142.45 | 56.63 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 16 | 0.97 | 0 | 0.93 | 0.07 | 122.36 | 0.94 | 0.48 |
| Hex | 7 | EC | 10 | 61 | 0 | 5D | 7 | 7A | 5E | 30 |
| Octal | 7 | 354 | 20 | 141 | 0 | 135 | 7 | 172 | 136 | 60 |
| Binary | 111 | 11101100 | 10000 | 1100001 | 0 | 1011101 | 111 | 1111010 | 1011110 | 110000 |
Color Harmonies of #07EC10
Complementary color
Monochromatic Colors of #07EC10
Black with #07EC10
Text Example
Text Example
White with #07EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EC10; }
p { color: rgb(7,236,16); }
H1.HeaderClassName
{
color: #07EC10;
}
.AnyTagClassName
{
color: #07EC10;
}
</style>
background-color css
<style>
a { background-color: #07EC10; }
a { background-color: rgb(7,236,16); }
div.DivClassName
{
background-color: #07EC10;
}
.BgClassName
{
background-color: #07EC10;
}
</style>
border-color css
<style>
span { border-color: #07EC10; }
span { border-color: rgb(7,236,16); }
td.TdClassName
{
border-color: #07EC10;
}
.TagClassName
{
border-color: #07EC10;
}
</style>