Shades of Free Speech Green #07FF0E
Tints of Free Speech Green #07FF0E
RGB
CMYK
RGB Variations
Color information
#07FF0E (or 0x07FF0E) is known color: Free Speech Green. HEX triplet: 07, FF and 0E. RGB value is (7,255,14). Sum of RGB (Red+Green+Blue) = 7+255+14=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 255 (100% from 255 or 92.39% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FF0E is #F800F1. Grayscale: #9A9A9A. Windows color (decimal): -16253170 or 982791. OLE color: 982791.
HSL color Cylindrical-coordinate representation of color #07FF0E: hue angle of 121.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF0E is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 14 | - |
| CMYK | 0.97 | 0 | 0.95 | 0 |
| HSL | 121.69º | 1% | 0.51% | - |
| HSV(B) | 121.69º | 0.97% | 1% | - |
| XYZ | 35.93 | 71.6 | 12.34 | - |
| YUV | 153.37 | 49.34 | 23.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 14 | 0.97 | 0 | 0.95 | 0 | 121.69 | 1 | 0.51 |
| Hex | 7 | FF | E | 61 | 0 | 5F | 0 | 7A | 64 | 33 |
| Octal | 7 | 377 | 16 | 141 | 0 | 137 | 0 | 172 | 144 | 63 |
| Binary | 111 | 11111111 | 1110 | 1100001 | 0 | 1011111 | 0 | 1111010 | 1100100 | 110011 |
Color Harmonies of #07FF0E
Complementary color
Monochromatic Colors of #07FF0E
Black with #07FF0E
Text Example
Text Example
White with #07FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF0E; }
p { color: rgb(7,255,14); }
H1.HeaderClassName
{
color: #07FF0E;
}
.AnyTagClassName
{
color: #07FF0E;
}
</style>
background-color css
<style>
a { background-color: #07FF0E; }
a { background-color: rgb(7,255,14); }
div.DivClassName
{
background-color: #07FF0E;
}
.BgClassName
{
background-color: #07FF0E;
}
</style>
border-color css
<style>
span { border-color: #07FF0E; }
span { border-color: rgb(7,255,14); }
td.TdClassName
{
border-color: #07FF0E;
}
.TagClassName
{
border-color: #07FF0E;
}
</style>