Shades of Free Speech Green #04F912
Tints of Free Speech Green #04F912
RGB
CMYK
RGB Variations
Color information
#04F912 (or 0x04F912) is known color: Free Speech Green. HEX triplet: 04, F9 and 12. RGB value is (4,249,18). Sum of RGB (Red+Green+Blue) = 4+249+18=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 249 (97.66% from 255 or 91.88% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 249 - color contains mainly: green. Hex color #04F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04F912 is #FB06ED. Grayscale: #969696. Windows color (decimal): -16451310 or 1243396. OLE color: 1243396.
HSL color Cylindrical-coordinate representation of color #04F912: hue angle of 123.43º 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 #04F912 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 249 | 18 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.02 |
| HSL | 123.43º | 0.97% | 0.5% | - |
| HSV(B) | 123.43º | 0.98% | 0.98% | - |
| XYZ | 34.03 | 67.82 | 11.87 | - |
| YUV | 149.41 | 53.83 | 24.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 249 | 18 | 0.98 | 0 | 0.93 | 0.02 | 123.43 | 0.97 | 0.5 |
| Hex | 4 | F9 | 12 | 62 | 0 | 5D | 2 | 7B | 61 | 32 |
| Octal | 4 | 371 | 22 | 142 | 0 | 135 | 2 | 173 | 141 | 62 |
| Binary | 100 | 11111001 | 10010 | 1100010 | 0 | 1011101 | 10 | 1111011 | 1100001 | 110010 |
Color Harmonies of #04F912
Complementary color
Monochromatic Colors of #04F912
Black with #04F912
Text Example
Text Example
White with #04F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F912; }
p { color: rgb(4,249,18); }
H1.HeaderClassName
{
color: #04F912;
}
.AnyTagClassName
{
color: #04F912;
}
</style>
background-color css
<style>
a { background-color: #04F912; }
a { background-color: rgb(4,249,18); }
div.DivClassName
{
background-color: #04F912;
}
.BgClassName
{
background-color: #04F912;
}
</style>
border-color css
<style>
span { border-color: #04F912; }
span { border-color: rgb(4,249,18); }
td.TdClassName
{
border-color: #04F912;
}
.TagClassName
{
border-color: #04F912;
}
</style>