Shades of Free Speech Green #00FA0B
Tints of Free Speech Green #00FA0B
RGB
CMYK
RGB Variations
Color information
#00FA0B (or 0x00FA0B) is known color: Free Speech Green. HEX triplet: 00, FA and 0B. RGB value is (0,250,11). Sum of RGB (Red+Green+Blue) = 0+250+11=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 250 (98.05% from 255 or 95.79% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FA0B is #FF05F4. Grayscale: #949494. Windows color (decimal): -16713205 or 784896. OLE color: 784896.
HSL color Cylindrical-coordinate representation of color #00FA0B: hue angle of 122.64º 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 #00FA0B is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 11 | - |
| CMYK | 1 | 0 | 0.96 | 0.02 |
| HSL | 122.64º | 1% | 0.49% | - |
| HSV(B) | 122.64º | 1% | 0.98% | - |
| XYZ | 34.25 | 68.4 | 11.71 | - |
| YUV | 148 | 50.68 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 11 | 1 | 0 | 0.96 | 0.02 | 122.64 | 1 | 0.49 |
| Hex | 0 | FA | B | 64 | 0 | 60 | 2 | 7B | 64 | 31 |
| Octal | 0 | 372 | 13 | 144 | 0 | 140 | 2 | 173 | 144 | 61 |
| Binary | 0 | 11111010 | 1011 | 1100100 | 0 | 1100000 | 10 | 1111011 | 1100100 | 110001 |
Color Harmonies of #00FA0B
Complementary color
Monochromatic Colors of #00FA0B
Black with #00FA0B
Text Example
Text Example
White with #00FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA0B; }
p { color: rgb(0,250,11); }
H1.HeaderClassName
{
color: #00FA0B;
}
.AnyTagClassName
{
color: #00FA0B;
}
</style>
background-color css
<style>
a { background-color: #00FA0B; }
a { background-color: rgb(0,250,11); }
div.DivClassName
{
background-color: #00FA0B;
}
.BgClassName
{
background-color: #00FA0B;
}
</style>
border-color css
<style>
span { border-color: #00FA0B; }
span { border-color: rgb(0,250,11); }
td.TdClassName
{
border-color: #00FA0B;
}
.TagClassName
{
border-color: #00FA0B;
}
</style>