Shades of Free Speech Green #00FA1B
Tints of Free Speech Green #00FA1B
RGB
CMYK
RGB Variations
Color information
#00FA1B (or 0x00FA1B) is known color: Free Speech Green. HEX triplet: 00, FA and 1B. RGB value is (0,250,27). Sum of RGB (Red+Green+Blue) = 0+250+27=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 250 (98.05% from 255 or 90.25% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FA1B is #FF05E4. Grayscale: #969696. Windows color (decimal): -16713189 or 1833472. OLE color: 1833472.
HSL color Cylindrical-coordinate representation of color #00FA1B: hue angle of 126.48º 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 #00FA1B is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 27 | - |
| CMYK | 1 | 0 | 0.89 | 0.02 |
| HSL | 126.48º | 1% | 0.49% | - |
| HSV(B) | 126.48º | 1% | 0.98% | - |
| XYZ | 34.38 | 68.45 | 12.44 | - |
| YUV | 149.83 | 58.68 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 27 | 1 | 0 | 0.89 | 0.02 | 126.48 | 1 | 0.49 |
| Hex | 0 | FA | 1B | 64 | 0 | 59 | 2 | 7E | 64 | 31 |
| Octal | 0 | 372 | 33 | 144 | 0 | 131 | 2 | 176 | 144 | 61 |
| Binary | 0 | 11111010 | 11011 | 1100100 | 0 | 1011001 | 10 | 1111110 | 1100100 | 110001 |
Color Harmonies of #00FA1B
Complementary color
Monochromatic Colors of #00FA1B
Black with #00FA1B
Text Example
Text Example
White with #00FA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FA1B; }
p { color: rgb(0,250,27); }
H1.HeaderClassName
{
color: #00FA1B;
}
.AnyTagClassName
{
color: #00FA1B;
}
</style>
background-color css
<style>
a { background-color: #00FA1B; }
a { background-color: rgb(0,250,27); }
div.DivClassName
{
background-color: #00FA1B;
}
.BgClassName
{
background-color: #00FA1B;
}
</style>
border-color css
<style>
span { border-color: #00FA1B; }
span { border-color: rgb(0,250,27); }
td.TdClassName
{
border-color: #00FA1B;
}
.TagClassName
{
border-color: #00FA1B;
}
</style>