Shades of Free Speech Green #00F90E
Tints of Free Speech Green #00F90E
RGB
CMYK
RGB Variations
Color information
#00F90E (or 0x00F90E) is known color: Free Speech Green. HEX triplet: 00, F9 and 0E. RGB value is (0,249,14). Sum of RGB (Red+Green+Blue) = 0+249+14=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 249 (97.66% from 255 or 94.68% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 249 - color contains mainly: green. Hex color #00F90E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F90E is #FF06F1. Grayscale: #949494. Windows color (decimal): -16713458 or 981248. OLE color: 981248.
HSL color Cylindrical-coordinate representation of color #00F90E: hue angle of 123.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F90E is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 14 | - |
| CMYK | 1 | 0 | 0.94 | 0.02 |
| HSL | 123.37º | 1% | 0.49% | - |
| HSV(B) | 123.37º | 1% | 0.98% | - |
| XYZ | 33.95 | 67.78 | 11.71 | - |
| YUV | 147.76 | 52.51 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 14 | 1 | 0 | 0.94 | 0.02 | 123.37 | 1 | 0.49 |
| Hex | 0 | F9 | E | 64 | 0 | 5E | 2 | 7B | 64 | 31 |
| Octal | 0 | 371 | 16 | 144 | 0 | 136 | 2 | 173 | 144 | 61 |
| Binary | 0 | 11111001 | 1110 | 1100100 | 0 | 1011110 | 10 | 1111011 | 1100100 | 110001 |
Color Harmonies of #00F90E
Complementary color
Monochromatic Colors of #00F90E
Black with #00F90E
Text Example
Text Example
White with #00F90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F90E; }
p { color: rgb(0,249,14); }
H1.HeaderClassName
{
color: #00F90E;
}
.AnyTagClassName
{
color: #00F90E;
}
</style>
background-color css
<style>
a { background-color: #00F90E; }
a { background-color: rgb(0,249,14); }
div.DivClassName
{
background-color: #00F90E;
}
.BgClassName
{
background-color: #00F90E;
}
</style>
border-color css
<style>
span { border-color: #00F90E; }
span { border-color: rgb(0,249,14); }
td.TdClassName
{
border-color: #00F90E;
}
.TagClassName
{
border-color: #00F90E;
}
</style>