Shades of Free Speech Green #04E60A
Tints of Free Speech Green #04E60A
RGB
CMYK
RGB Variations
Color information
#04E60A (or 0x04E60A) is known color: Free Speech Green. HEX triplet: 04, E6 and 0A. RGB value is (4,230,10). Sum of RGB (Red+Green+Blue) = 4+230+10=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 230 (90.23% from 255 or 94.26% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 230 - color contains mainly: green. Hex color #04E60A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04E60A is #FB19F5. Grayscale: #898989. Windows color (decimal): -16456182 or 714244. OLE color: 714244.
HSL color Cylindrical-coordinate representation of color #04E60A: hue angle of 121.59º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E60A is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 230 | 10 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.10 |
| HSL | 121.59º | 0.97% | 0.46% | - |
| HSV(B) | 121.59º | 0.98% | 0.9% | - |
| XYZ | 28.4 | 56.64 | 9.72 | - |
| YUV | 137.35 | 56.13 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 230 | 10 | 0.98 | 0 | 0.96 | 0.10 | 121.59 | 0.97 | 0.46 |
| Hex | 4 | E6 | A | 62 | 0 | 60 | A | 7A | 61 | 2E |
| Octal | 4 | 346 | 12 | 142 | 0 | 140 | 12 | 172 | 141 | 56 |
| Binary | 100 | 11100110 | 1010 | 1100010 | 0 | 1100000 | 1010 | 1111010 | 1100001 | 101110 |
Color Harmonies of #04E60A
Complementary color
Monochromatic Colors of #04E60A
Black with #04E60A
Text Example
Text Example
White with #04E60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E60A; }
p { color: rgb(4,230,10); }
H1.HeaderClassName
{
color: #04E60A;
}
.AnyTagClassName
{
color: #04E60A;
}
</style>
background-color css
<style>
a { background-color: #04E60A; }
a { background-color: rgb(4,230,10); }
div.DivClassName
{
background-color: #04E60A;
}
.BgClassName
{
background-color: #04E60A;
}
</style>
border-color css
<style>
span { border-color: #04E60A; }
span { border-color: rgb(4,230,10); }
td.TdClassName
{
border-color: #04E60A;
}
.TagClassName
{
border-color: #04E60A;
}
</style>