Shades of Free Speech Green #00F70C
Tints of Free Speech Green #00F70C
RGB
CMYK
RGB Variations
Color information
#00F70C (or 0x00F70C) is known color: Free Speech Green. HEX triplet: 00, F7 and 0C. RGB value is (0,247,12). Sum of RGB (Red+Green+Blue) = 0+247+12=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 247 (96.88% from 255 or 95.37% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 247 - color contains mainly: green. Hex color #00F70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F70C is #FF08F3. Grayscale: #939393. Windows color (decimal): -16713972 or 849664. OLE color: 849664.
HSL color Cylindrical-coordinate representation of color #00F70C: hue angle of 122.91º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F70C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 247 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.03 |
| HSL | 122.92º | 1% | 0.48% | - |
| HSV(B) | 122.92º | 1% | 0.97% | - |
| XYZ | 33.33 | 66.55 | 11.44 | - |
| YUV | 146.36 | 52.17 | 23.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 247 | 12 | 1 | 0 | 0.95 | 0.03 | 122.92 | 1 | 0.48 |
| Hex | 0 | F7 | C | 64 | 0 | 5F | 3 | 7B | 64 | 30 |
| Octal | 0 | 367 | 14 | 144 | 0 | 137 | 3 | 173 | 144 | 60 |
| Binary | 0 | 11110111 | 1100 | 1100100 | 0 | 1011111 | 11 | 1111011 | 1100100 | 110000 |
Color Harmonies of #00F70C
Complementary color
Monochromatic Colors of #00F70C
Black with #00F70C
Text Example
Text Example
White with #00F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F70C; }
p { color: rgb(0,247,12); }
H1.HeaderClassName
{
color: #00F70C;
}
.AnyTagClassName
{
color: #00F70C;
}
</style>
background-color css
<style>
a { background-color: #00F70C; }
a { background-color: rgb(0,247,12); }
div.DivClassName
{
background-color: #00F70C;
}
.BgClassName
{
background-color: #00F70C;
}
</style>
border-color css
<style>
span { border-color: #00F70C; }
span { border-color: rgb(0,247,12); }
td.TdClassName
{
border-color: #00F70C;
}
.TagClassName
{
border-color: #00F70C;
}
</style>