Shades of Free Speech Green #00F424
Tints of Free Speech Green #00F424
RGB
CMYK
RGB Variations
Color information
#00F424 (or 0x00F424) is known color: Free Speech Green. HEX triplet: 00, F4 and 24. RGB value is (0,244,36). Sum of RGB (Red+Green+Blue) = 0+244+36=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 244 (95.70% from 255 or 87.14% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 244 - color contains mainly: green. Hex color #00F424 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F424 is #FF0BDB. Grayscale: #939393. Windows color (decimal): -16714716 or 2421760. OLE color: 2421760.
HSL color Cylindrical-coordinate representation of color #00F424: hue angle of 128.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F424 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 244 | 36 | - |
| CMYK | 1 | 0 | 0.85 | 0.04 |
| HSL | 128.85º | 1% | 0.48% | - |
| HSV(B) | 128.85º | 1% | 0.96% | - |
| XYZ | 32.67 | 64.83 | 12.46 | - |
| YUV | 147.33 | 65.16 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 244 | 36 | 1 | 0 | 0.85 | 0.04 | 128.85 | 1 | 0.48 |
| Hex | 0 | F4 | 24 | 64 | 0 | 55 | 4 | 81 | 64 | 30 |
| Octal | 0 | 364 | 44 | 144 | 0 | 125 | 4 | 201 | 144 | 60 |
| Binary | 0 | 11110100 | 100100 | 1100100 | 0 | 1010101 | 100 | 10000001 | 1100100 | 110000 |
Color Harmonies of #00F424
Complementary color
Monochromatic Colors of #00F424
Black with #00F424
Text Example
Text Example
White with #00F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F424; }
p { color: rgb(0,244,36); }
H1.HeaderClassName
{
color: #00F424;
}
.AnyTagClassName
{
color: #00F424;
}
</style>
background-color css
<style>
a { background-color: #00F424; }
a { background-color: rgb(0,244,36); }
div.DivClassName
{
background-color: #00F424;
}
.BgClassName
{
background-color: #00F424;
}
</style>
border-color css
<style>
span { border-color: #00F424; }
span { border-color: rgb(0,244,36); }
td.TdClassName
{
border-color: #00F424;
}
.TagClassName
{
border-color: #00F424;
}
</style>