Shades of Free Speech Green #04FA0C
Tints of Free Speech Green #04FA0C
RGB
CMYK
RGB Variations
Color information
#04FA0C (or 0x04FA0C) is known color: Free Speech Green. HEX triplet: 04, FA and 0C. RGB value is (4,250,12). Sum of RGB (Red+Green+Blue) = 4+250+12=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 250 (98.05% from 255 or 93.98% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FA0C is #FB05F3. Grayscale: #969696. Windows color (decimal): -16451060 or 850436. OLE color: 850436.
HSL color Cylindrical-coordinate representation of color #04FA0C: hue angle of 121.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FA0C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 250 | 12 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.02 |
| HSL | 121.95º | 0.97% | 0.5% | - |
| HSV(B) | 121.95º | 0.98% | 0.98% | - |
| XYZ | 34.3 | 68.42 | 11.75 | - |
| YUV | 149.31 | 50.5 | 24.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 12 | 0.98 | 0 | 0.95 | 0.02 | 121.95 | 0.97 | 0.5 |
| Hex | 4 | FA | C | 62 | 0 | 5F | 2 | 7A | 61 | 32 |
| Octal | 4 | 372 | 14 | 142 | 0 | 137 | 2 | 172 | 141 | 62 |
| Binary | 100 | 11111010 | 1100 | 1100010 | 0 | 1011111 | 10 | 1111010 | 1100001 | 110010 |
Color Harmonies of #04FA0C
Complementary color
Monochromatic Colors of #04FA0C
Black with #04FA0C
Text Example
Text Example
White with #04FA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FA0C; }
p { color: rgb(4,250,12); }
H1.HeaderClassName
{
color: #04FA0C;
}
.AnyTagClassName
{
color: #04FA0C;
}
</style>
background-color css
<style>
a { background-color: #04FA0C; }
a { background-color: rgb(4,250,12); }
div.DivClassName
{
background-color: #04FA0C;
}
.BgClassName
{
background-color: #04FA0C;
}
</style>
border-color css
<style>
span { border-color: #04FA0C; }
span { border-color: rgb(4,250,12); }
td.TdClassName
{
border-color: #04FA0C;
}
.TagClassName
{
border-color: #04FA0C;
}
</style>