Shades of Free Speech Green #04FE0A
Tints of Free Speech Green #04FE0A
RGB
CMYK
RGB Variations
Color information
#04FE0A (or 0x04FE0A) is known color: Free Speech Green. HEX triplet: 04, FE and 0A. RGB value is (4,254,10). Sum of RGB (Red+Green+Blue) = 4+254+10=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 254 (99.61% from 255 or 94.78% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 254 - color contains mainly: green. Hex color #04FE0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04FE0A is #FB01F5. Grayscale: #989898. Windows color (decimal): -16450038 or 720388. OLE color: 720388.
HSL color Cylindrical-coordinate representation of color #04FE0A: hue angle of 121.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FE0A is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 10 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.00 |
| HSL | 121.44º | 0.99% | 0.51% | - |
| HSV(B) | 121.44º | 0.98% | 1% | - |
| XYZ | 35.55 | 70.93 | 12.1 | - |
| YUV | 151.43 | 48.18 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 10 | 0.98 | 0 | 0.96 | 0.00 | 121.44 | 0.99 | 0.51 |
| Hex | 4 | FE | A | 62 | 0 | 60 | 0 | 79 | 63 | 33 |
| Octal | 4 | 376 | 12 | 142 | 0 | 140 | 0 | 171 | 143 | 63 |
| Binary | 100 | 11111110 | 1010 | 1100010 | 0 | 1100000 | 0 | 1111001 | 1100011 | 110011 |
Color Harmonies of #04FE0A
Complementary color
Monochromatic Colors of #04FE0A
Black with #04FE0A
Text Example
Text Example
White with #04FE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FE0A; }
p { color: rgb(4,254,10); }
H1.HeaderClassName
{
color: #04FE0A;
}
.AnyTagClassName
{
color: #04FE0A;
}
</style>
background-color css
<style>
a { background-color: #04FE0A; }
a { background-color: rgb(4,254,10); }
div.DivClassName
{
background-color: #04FE0A;
}
.BgClassName
{
background-color: #04FE0A;
}
</style>
border-color css
<style>
span { border-color: #04FE0A; }
span { border-color: rgb(4,254,10); }
td.TdClassName
{
border-color: #04FE0A;
}
.TagClassName
{
border-color: #04FE0A;
}
</style>