Shades of Free Speech Green #0FE016
Tints of Free Speech Green #0FE016
RGB
CMYK
RGB Variations
Color information
#0FE016 (or 0x0FE016) is known color: Free Speech Green. HEX triplet: 0F, E0 and 16. RGB value is (15,224,22). Sum of RGB (Red+Green+Blue) = 15+224+22=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 224 (87.89% from 255 or 85.82% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE016 is #F01FE9. Grayscale: #8B8B8B. Windows color (decimal): -15736810 or 1499151. OLE color: 1499151.
HSL color Cylindrical-coordinate representation of color #0FE016: hue angle of 122.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE016 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.12 |
| HSL | 122.01º | 0.87% | 0.47% | - |
| HSV(B) | 122.01º | 0.93% | 0.88% | - |
| XYZ | 27 | 53.47 | 9.66 | - |
| YUV | 138.48 | 62.26 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 22 | 0.93 | 0 | 0.90 | 0.12 | 122.01 | 0.87 | 0.47 |
| Hex | F | E0 | 16 | 5D | 0 | 5A | C | 7A | 57 | 2F |
| Octal | 17 | 340 | 26 | 135 | 0 | 132 | 14 | 172 | 127 | 57 |
| Binary | 1111 | 11100000 | 10110 | 1011101 | 0 | 1011010 | 1100 | 1111010 | 1010111 | 101111 |
Color Harmonies of #0FE016
Complementary color
Monochromatic Colors of #0FE016
Black with #0FE016
Text Example
Text Example
White with #0FE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE016; }
p { color: rgb(15,224,22); }
H1.HeaderClassName
{
color: #0FE016;
}
.AnyTagClassName
{
color: #0FE016;
}
</style>
background-color css
<style>
a { background-color: #0FE016; }
a { background-color: rgb(15,224,22); }
div.DivClassName
{
background-color: #0FE016;
}
.BgClassName
{
background-color: #0FE016;
}
</style>
border-color css
<style>
span { border-color: #0FE016; }
span { border-color: rgb(15,224,22); }
td.TdClassName
{
border-color: #0FE016;
}
.TagClassName
{
border-color: #0FE016;
}
</style>