Shades of Free Speech Green #07E90D
Tints of Free Speech Green #07E90D
RGB
CMYK
RGB Variations
Color information
#07E90D (or 0x07E90D) is known color: Free Speech Green. HEX triplet: 07, E9 and 0D. RGB value is (7,233,13). Sum of RGB (Red+Green+Blue) = 7+233+13=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 233 (91.41% from 255 or 92.09% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 233 - color contains mainly: green. Hex color #07E90D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E90D is #F816F2. Grayscale: #8D8D8D. Windows color (decimal): -16258803 or 911623. OLE color: 911623.
HSL color Cylindrical-coordinate representation of color #07E90D: hue angle of 121.59º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E90D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 233 | 13 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.09 |
| HSL | 121.59º | 0.94% | 0.47% | - |
| HSV(B) | 121.59º | 0.97% | 0.91% | - |
| XYZ | 29.3 | 58.35 | 10.1 | - |
| YUV | 140.35 | 56.13 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 233 | 13 | 0.97 | 0 | 0.94 | 0.09 | 121.59 | 0.94 | 0.47 |
| Hex | 7 | E9 | D | 61 | 0 | 5E | 9 | 7A | 5E | 2F |
| Octal | 7 | 351 | 15 | 141 | 0 | 136 | 11 | 172 | 136 | 57 |
| Binary | 111 | 11101001 | 1101 | 1100001 | 0 | 1011110 | 1001 | 1111010 | 1011110 | 101111 |
Color Harmonies of #07E90D
Complementary color
Monochromatic Colors of #07E90D
Black with #07E90D
Text Example
Text Example
White with #07E90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E90D; }
p { color: rgb(7,233,13); }
H1.HeaderClassName
{
color: #07E90D;
}
.AnyTagClassName
{
color: #07E90D;
}
</style>
background-color css
<style>
a { background-color: #07E90D; }
a { background-color: rgb(7,233,13); }
div.DivClassName
{
background-color: #07E90D;
}
.BgClassName
{
background-color: #07E90D;
}
</style>
border-color css
<style>
span { border-color: #07E90D; }
span { border-color: rgb(7,233,13); }
td.TdClassName
{
border-color: #07E90D;
}
.TagClassName
{
border-color: #07E90D;
}
</style>