Shades of Free Speech Green #00FB0C
Tints of Free Speech Green #00FB0C
RGB
CMYK
RGB Variations
Color information
#00FB0C (or 0x00FB0C) is known color: Free Speech Green. HEX triplet: 00, FB and 0C. RGB value is (0,251,12). Sum of RGB (Red+Green+Blue) = 0+251+12=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 251 (98.44% from 255 or 95.44% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FB0C is #FF04F3. Grayscale: #959595. Windows color (decimal): -16712948 or 850688. OLE color: 850688.
HSL color Cylindrical-coordinate representation of color #00FB0C: hue angle of 122.87º 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 #00FB0C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 12 | - |
| CMYK | 1 | 0 | 0.95 | 0.02 |
| HSL | 122.87º | 1% | 0.49% | - |
| HSV(B) | 122.87º | 1% | 0.98% | - |
| XYZ | 34.56 | 69.02 | 11.85 | - |
| YUV | 148.71 | 50.84 | 21.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 12 | 1 | 0 | 0.95 | 0.02 | 122.87 | 1 | 0.49 |
| Hex | 0 | FB | C | 64 | 0 | 5F | 2 | 7B | 64 | 31 |
| Octal | 0 | 373 | 14 | 144 | 0 | 137 | 2 | 173 | 144 | 61 |
| Binary | 0 | 11111011 | 1100 | 1100100 | 0 | 1011111 | 10 | 1111011 | 1100100 | 110001 |
Color Harmonies of #00FB0C
Complementary color
Monochromatic Colors of #00FB0C
Black with #00FB0C
Text Example
Text Example
White with #00FB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB0C; }
p { color: rgb(0,251,12); }
H1.HeaderClassName
{
color: #00FB0C;
}
.AnyTagClassName
{
color: #00FB0C;
}
</style>
background-color css
<style>
a { background-color: #00FB0C; }
a { background-color: rgb(0,251,12); }
div.DivClassName
{
background-color: #00FB0C;
}
.BgClassName
{
background-color: #00FB0C;
}
</style>
border-color css
<style>
span { border-color: #00FB0C; }
span { border-color: rgb(0,251,12); }
td.TdClassName
{
border-color: #00FB0C;
}
.TagClassName
{
border-color: #00FB0C;
}
</style>