Shades of Free Speech Green #00F224
Tints of Free Speech Green #00F224
RGB
CMYK
RGB Variations
Color information
#00F224 (or 0x00F224) is known color: Free Speech Green. HEX triplet: 00, F2 and 24. RGB value is (0,242,36). Sum of RGB (Red+Green+Blue) = 0+242+36=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 242 (94.92% from 255 or 87.05% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 242 - color contains mainly: green. Hex color #00F224 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F224 is #FF0DDB. Grayscale: #929292. Windows color (decimal): -16715228 or 2421248. OLE color: 2421248.
HSL color Cylindrical-coordinate representation of color #00F224: hue angle of 128.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F224 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 242 | 36 | - |
| CMYK | 1 | 0 | 0.85 | 0.05 |
| HSL | 128.93º | 1% | 0.47% | - |
| HSV(B) | 128.93º | 1% | 0.95% | - |
| XYZ | 32.07 | 63.63 | 12.26 | - |
| YUV | 146.16 | 65.83 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 36 | 1 | 0 | 0.85 | 0.05 | 128.93 | 1 | 0.47 |
| Hex | 0 | F2 | 24 | 64 | 0 | 55 | 5 | 81 | 64 | 2F |
| Octal | 0 | 362 | 44 | 144 | 0 | 125 | 5 | 201 | 144 | 57 |
| Binary | 0 | 11110010 | 100100 | 1100100 | 0 | 1010101 | 101 | 10000001 | 1100100 | 101111 |
Color Harmonies of #00F224
Complementary color
Monochromatic Colors of #00F224
Black with #00F224
Text Example
Text Example
White with #00F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F224; }
p { color: rgb(0,242,36); }
H1.HeaderClassName
{
color: #00F224;
}
.AnyTagClassName
{
color: #00F224;
}
</style>
background-color css
<style>
a { background-color: #00F224; }
a { background-color: rgb(0,242,36); }
div.DivClassName
{
background-color: #00F224;
}
.BgClassName
{
background-color: #00F224;
}
</style>
border-color css
<style>
span { border-color: #00F224; }
span { border-color: rgb(0,242,36); }
td.TdClassName
{
border-color: #00F224;
}
.TagClassName
{
border-color: #00F224;
}
</style>