Shades of Free Speech Green #00F91A
Tints of Free Speech Green #00F91A
RGB
CMYK
RGB Variations
Color information
#00F91A (or 0x00F91A) is known color: Free Speech Green. HEX triplet: 00, F9 and 1A. RGB value is (0,249,26). Sum of RGB (Red+Green+Blue) = 0+249+26=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 249 (97.66% from 255 or 90.55% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 249 - color contains mainly: green. Hex color #00F91A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F91A is #FF06E5. Grayscale: #959595. Windows color (decimal): -16713446 or 1767680. OLE color: 1767680.
HSL color Cylindrical-coordinate representation of color #00F91A: hue angle of 126.27º 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 #00F91A is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 26 | - |
| CMYK | 1 | 0 | 0.90 | 0.02 |
| HSL | 126.27º | 1% | 0.49% | - |
| HSV(B) | 126.27º | 1% | 0.98% | - |
| XYZ | 34.06 | 67.83 | 12.27 | - |
| YUV | 149.13 | 58.51 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 26 | 1 | 0 | 0.90 | 0.02 | 126.27 | 1 | 0.49 |
| Hex | 0 | F9 | 1A | 64 | 0 | 5A | 2 | 7E | 64 | 31 |
| Octal | 0 | 371 | 32 | 144 | 0 | 132 | 2 | 176 | 144 | 61 |
| Binary | 0 | 11111001 | 11010 | 1100100 | 0 | 1011010 | 10 | 1111110 | 1100100 | 110001 |
Color Harmonies of #00F91A
Complementary color
Monochromatic Colors of #00F91A
Black with #00F91A
Text Example
Text Example
White with #00F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F91A; }
p { color: rgb(0,249,26); }
H1.HeaderClassName
{
color: #00F91A;
}
.AnyTagClassName
{
color: #00F91A;
}
</style>
background-color css
<style>
a { background-color: #00F91A; }
a { background-color: rgb(0,249,26); }
div.DivClassName
{
background-color: #00F91A;
}
.BgClassName
{
background-color: #00F91A;
}
</style>
border-color css
<style>
span { border-color: #00F91A; }
span { border-color: rgb(0,249,26); }
td.TdClassName
{
border-color: #00F91A;
}
.TagClassName
{
border-color: #00F91A;
}
</style>