Shades of Free Speech Green #0FE107
Tints of Free Speech Green #0FE107
RGB
CMYK
RGB Variations
Color information
#0FE107 (or 0x0FE107) is known color: Free Speech Green. HEX triplet: 0F, E1 and 07. RGB value is (15,225,7). Sum of RGB (Red+Green+Blue) = 15+225+7=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 225 (88.28% from 255 or 91.09% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE107 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE107 is #F01EF8. Grayscale: #8A8A8A. Windows color (decimal): -15736569 or 516367. OLE color: 516367.
HSL color Cylindrical-coordinate representation of color #0FE107: hue angle of 117.8º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FE107 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 7 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.12 |
| HSL | 117.8º | 0.94% | 0.45% | - |
| HSV(B) | 117.8º | 0.97% | 0.88% | - |
| XYZ | 27.16 | 53.97 | 9.19 | - |
| YUV | 137.36 | 54.43 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 7 | 0.93 | 0 | 0.97 | 0.12 | 117.8 | 0.94 | 0.45 |
| Hex | F | E1 | 7 | 5D | 0 | 61 | C | 76 | 5E | 2D |
| Octal | 17 | 341 | 7 | 135 | 0 | 141 | 14 | 166 | 136 | 55 |
| Binary | 1111 | 11100001 | 111 | 1011101 | 0 | 1100001 | 1100 | 1110110 | 1011110 | 101101 |
Color Harmonies of #0FE107
Complementary color
Monochromatic Colors of #0FE107
Black with #0FE107
Text Example
Text Example
White with #0FE107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE107; }
p { color: rgb(15,225,7); }
H1.HeaderClassName
{
color: #0FE107;
}
.AnyTagClassName
{
color: #0FE107;
}
</style>
background-color css
<style>
a { background-color: #0FE107; }
a { background-color: rgb(15,225,7); }
div.DivClassName
{
background-color: #0FE107;
}
.BgClassName
{
background-color: #0FE107;
}
</style>
border-color css
<style>
span { border-color: #0FE107; }
span { border-color: rgb(15,225,7); }
td.TdClassName
{
border-color: #0FE107;
}
.TagClassName
{
border-color: #0FE107;
}
</style>