Shades of Free Speech Green #0FF40F
Tints of Free Speech Green #0FF40F
RGB
CMYK
RGB Variations
Color information
#0FF40F (or 0x0FF40F) is known color: Free Speech Green. HEX triplet: 0F, F4 and 0F. RGB value is (15,244,15). Sum of RGB (Red+Green+Blue) = 15+244+15=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 244 (95.70% from 255 or 89.05% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF40F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF40F is #F00BF0. Grayscale: #969696. Windows color (decimal): -15731697 or 1045519. OLE color: 1045519.
HSL color Cylindrical-coordinate representation of color #0FF40F: hue angle of 120º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF40F is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 15 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.04 |
| HSL | 120º | 0.91% | 0.51% | - |
| HSV(B) | 120º | 0.94% | 0.96% | - |
| XYZ | 32.63 | 64.84 | 11.25 | - |
| YUV | 149.42 | 52.13 | 32.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 15 | 0.94 | 0 | 0.94 | 0.04 | 120 | 0.91 | 0.51 |
| Hex | F | F4 | F | 5E | 0 | 5E | 4 | 78 | 5B | 33 |
| Octal | 17 | 364 | 17 | 136 | 0 | 136 | 4 | 170 | 133 | 63 |
| Binary | 1111 | 11110100 | 1111 | 1011110 | 0 | 1011110 | 100 | 1111000 | 1011011 | 110011 |
Color Harmonies of #0FF40F
Complementary color
Monochromatic Colors of #0FF40F
Black with #0FF40F
Text Example
Text Example
White with #0FF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF40F; }
p { color: rgb(15,244,15); }
H1.HeaderClassName
{
color: #0FF40F;
}
.AnyTagClassName
{
color: #0FF40F;
}
</style>
background-color css
<style>
a { background-color: #0FF40F; }
a { background-color: rgb(15,244,15); }
div.DivClassName
{
background-color: #0FF40F;
}
.BgClassName
{
background-color: #0FF40F;
}
</style>
border-color css
<style>
span { border-color: #0FF40F; }
span { border-color: rgb(15,244,15); }
td.TdClassName
{
border-color: #0FF40F;
}
.TagClassName
{
border-color: #0FF40F;
}
</style>