Shades of Free Speech Green #0FE104
Tints of Free Speech Green #0FE104
RGB
CMYK
RGB Variations
Color information
#0FE104 (or 0x0FE104) is known color: Free Speech Green. HEX triplet: 0F, E1 and 04. RGB value is (15,225,4). Sum of RGB (Red+Green+Blue) = 15+225+4=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 225 (88.28% from 255 or 92.21% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE104 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE104 is #F01EFB. Grayscale: #898989. Windows color (decimal): -15736572 or 319759. OLE color: 319759.
HSL color Cylindrical-coordinate representation of color #0FE104: hue angle of 117.01º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FE104 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.12 |
| HSL | 117.01º | 0.97% | 0.45% | - |
| HSV(B) | 117.01º | 0.98% | 0.88% | - |
| XYZ | 27.14 | 53.96 | 9.1 | - |
| YUV | 137.02 | 52.93 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 4 | 0.93 | 0 | 0.98 | 0.12 | 117.01 | 0.97 | 0.45 |
| Hex | F | E1 | 4 | 5D | 0 | 62 | C | 75 | 61 | 2D |
| Octal | 17 | 341 | 4 | 135 | 0 | 142 | 14 | 165 | 141 | 55 |
| Binary | 1111 | 11100001 | 100 | 1011101 | 0 | 1100010 | 1100 | 1110101 | 1100001 | 101101 |
Color Harmonies of #0FE104
Complementary color
Monochromatic Colors of #0FE104
Black with #0FE104
Text Example
Text Example
White with #0FE104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE104; }
p { color: rgb(15,225,4); }
H1.HeaderClassName
{
color: #0FE104;
}
.AnyTagClassName
{
color: #0FE104;
}
</style>
background-color css
<style>
a { background-color: #0FE104; }
a { background-color: rgb(15,225,4); }
div.DivClassName
{
background-color: #0FE104;
}
.BgClassName
{
background-color: #0FE104;
}
</style>
border-color css
<style>
span { border-color: #0FE104; }
span { border-color: rgb(15,225,4); }
td.TdClassName
{
border-color: #0FE104;
}
.TagClassName
{
border-color: #0FE104;
}
</style>