Shades of Free Speech Green #07EE0A
Tints of Free Speech Green #07EE0A
RGB
CMYK
RGB Variations
Color information
#07EE0A (or 0x07EE0A) is known color: Free Speech Green. HEX triplet: 07, EE and 0A. RGB value is (7,238,10). Sum of RGB (Red+Green+Blue) = 7+238+10=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 238 (93.36% from 255 or 93.33% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 238 - color contains mainly: green. Hex color #07EE0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07EE0A is #F811F5. Grayscale: #8F8F8F. Windows color (decimal): -16257526 or 716295. OLE color: 716295.
HSL color Cylindrical-coordinate representation of color #07EE0A: hue angle of 120.78º 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 #07EE0A is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 10 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.07 |
| HSL | 120.78º | 0.94% | 0.48% | - |
| HSV(B) | 120.78º | 0.97% | 0.93% | - |
| XYZ | 30.72 | 61.22 | 10.48 | - |
| YUV | 142.94 | 52.97 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 10 | 0.97 | 0 | 0.96 | 0.07 | 120.78 | 0.94 | 0.48 |
| Hex | 7 | EE | A | 61 | 0 | 60 | 7 | 79 | 5E | 30 |
| Octal | 7 | 356 | 12 | 141 | 0 | 140 | 7 | 171 | 136 | 60 |
| Binary | 111 | 11101110 | 1010 | 1100001 | 0 | 1100000 | 111 | 1111001 | 1011110 | 110000 |
Color Harmonies of #07EE0A
Complementary color
Monochromatic Colors of #07EE0A
Black with #07EE0A
Text Example
Text Example
White with #07EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EE0A; }
p { color: rgb(7,238,10); }
H1.HeaderClassName
{
color: #07EE0A;
}
.AnyTagClassName
{
color: #07EE0A;
}
</style>
background-color css
<style>
a { background-color: #07EE0A; }
a { background-color: rgb(7,238,10); }
div.DivClassName
{
background-color: #07EE0A;
}
.BgClassName
{
background-color: #07EE0A;
}
</style>
border-color css
<style>
span { border-color: #07EE0A; }
span { border-color: rgb(7,238,10); }
td.TdClassName
{
border-color: #07EE0A;
}
.TagClassName
{
border-color: #07EE0A;
}
</style>