Shades of Free Speech Green #00F80C
Tints of Free Speech Green #00F80C
RGB
CMYK
RGB Variations
Color information
#00F80C (or 0x00F80C) is known color: Free Speech Green. HEX triplet: 00, F8 and 0C. RGB value is (0,248,12). Sum of RGB (Red+Green+Blue) = 0+248+12=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 248 (97.27% from 255 or 95.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 248 - color contains mainly: green. Hex color #00F80C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F80C is #FF07F3. Grayscale: #939393. Windows color (decimal): -16713716 or 849920. OLE color: 849920.
HSL color Cylindrical-coordinate representation of color #00F80C: hue angle of 122.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F80C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 248 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.03 |
| HSL | 122.9º | 1% | 0.49% | - |
| HSV(B) | 122.9º | 1% | 0.97% | - |
| XYZ | 33.63 | 67.16 | 11.54 | - |
| YUV | 146.94 | 51.84 | 23.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 248 | 12 | 1 | 0 | 0.95 | 0.03 | 122.9 | 1 | 0.49 |
| Hex | 0 | F8 | C | 64 | 0 | 5F | 3 | 7B | 64 | 31 |
| Octal | 0 | 370 | 14 | 144 | 0 | 137 | 3 | 173 | 144 | 61 |
| Binary | 0 | 11111000 | 1100 | 1100100 | 0 | 1011111 | 11 | 1111011 | 1100100 | 110001 |
Color Harmonies of #00F80C
Complementary color
Monochromatic Colors of #00F80C
Black with #00F80C
Text Example
Text Example
White with #00F80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F80C; }
p { color: rgb(0,248,12); }
H1.HeaderClassName
{
color: #00F80C;
}
.AnyTagClassName
{
color: #00F80C;
}
</style>
background-color css
<style>
a { background-color: #00F80C; }
a { background-color: rgb(0,248,12); }
div.DivClassName
{
background-color: #00F80C;
}
.BgClassName
{
background-color: #00F80C;
}
</style>
border-color css
<style>
span { border-color: #00F80C; }
span { border-color: rgb(0,248,12); }
td.TdClassName
{
border-color: #00F80C;
}
.TagClassName
{
border-color: #00F80C;
}
</style>