Shades of Free Speech Green #0FE109
Tints of Free Speech Green #0FE109
RGB
CMYK
RGB Variations
Color information
#0FE109 (or 0x0FE109) is known color: Free Speech Green. HEX triplet: 0F, E1 and 09. RGB value is (15,225,9). Sum of RGB (Red+Green+Blue) = 15+225+9=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 225 (88.28% from 255 or 90.36% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE109 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE109 is #F01EF6. Grayscale: #8A8A8A. Windows color (decimal): -15736567 or 647439. OLE color: 647439.
HSL color Cylindrical-coordinate representation of color #0FE109: hue angle of 118.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FE109 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.12 |
| HSL | 118.33º | 0.92% | 0.46% | - |
| HSV(B) | 118.33º | 0.96% | 0.88% | - |
| XYZ | 27.17 | 53.97 | 9.24 | - |
| YUV | 137.59 | 55.43 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 9 | 0.93 | 0 | 0.96 | 0.12 | 118.33 | 0.92 | 0.46 |
| Hex | F | E1 | 9 | 5D | 0 | 60 | C | 76 | 5C | 2E |
| Octal | 17 | 341 | 11 | 135 | 0 | 140 | 14 | 166 | 134 | 56 |
| Binary | 1111 | 11100001 | 1001 | 1011101 | 0 | 1100000 | 1100 | 1110110 | 1011100 | 101110 |
Color Harmonies of #0FE109
Complementary color
Monochromatic Colors of #0FE109
Black with #0FE109
Text Example
Text Example
White with #0FE109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE109; }
p { color: rgb(15,225,9); }
H1.HeaderClassName
{
color: #0FE109;
}
.AnyTagClassName
{
color: #0FE109;
}
</style>
background-color css
<style>
a { background-color: #0FE109; }
a { background-color: rgb(15,225,9); }
div.DivClassName
{
background-color: #0FE109;
}
.BgClassName
{
background-color: #0FE109;
}
</style>
border-color css
<style>
span { border-color: #0FE109; }
span { border-color: rgb(15,225,9); }
td.TdClassName
{
border-color: #0FE109;
}
.TagClassName
{
border-color: #0FE109;
}
</style>