Shades of Free Speech Green #0FE009
Tints of Free Speech Green #0FE009
RGB
CMYK
RGB Variations
Color information
#0FE009 (or 0x0FE009) is known color: Free Speech Green. HEX triplet: 0F, E0 and 09. RGB value is (15,224,9). Sum of RGB (Red+Green+Blue) = 15+224+9=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE009 is #F01FF6. Grayscale: #898989. Windows color (decimal): -15736823 or 647183. OLE color: 647183.
HSL color Cylindrical-coordinate representation of color #0FE009: 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 #0FE009 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 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 | 26.9 | 53.43 | 9.15 | - |
| YUV | 137 | 55.76 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 9 | 0.93 | 0 | 0.96 | 0.12 | 118.33 | 0.92 | 0.46 |
| Hex | F | E0 | 9 | 5D | 0 | 60 | C | 76 | 5C | 2E |
| Octal | 17 | 340 | 11 | 135 | 0 | 140 | 14 | 166 | 134 | 56 |
| Binary | 1111 | 11100000 | 1001 | 1011101 | 0 | 1100000 | 1100 | 1110110 | 1011100 | 101110 |
Color Harmonies of #0FE009
Complementary color
Monochromatic Colors of #0FE009
Black with #0FE009
Text Example
Text Example
White with #0FE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE009; }
p { color: rgb(15,224,9); }
H1.HeaderClassName
{
color: #0FE009;
}
.AnyTagClassName
{
color: #0FE009;
}
</style>
background-color css
<style>
a { background-color: #0FE009; }
a { background-color: rgb(15,224,9); }
div.DivClassName
{
background-color: #0FE009;
}
.BgClassName
{
background-color: #0FE009;
}
</style>
border-color css
<style>
span { border-color: #0FE009; }
span { border-color: rgb(15,224,9); }
td.TdClassName
{
border-color: #0FE009;
}
.TagClassName
{
border-color: #0FE009;
}
</style>