Shades of Free Speech Green #0FD111
Tints of Free Speech Green #0FD111
RGB
CMYK
RGB Variations
Color information
#0FD111 (or 0x0FD111) is known color: Free Speech Green. HEX triplet: 0F, D1 and 11. RGB value is (15,209,17). Sum of RGB (Red+Green+Blue) = 15+209+17=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 209 (82.03% from 255 or 86.72% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD111 is #F02EEE. Grayscale: #818181. Windows color (decimal): -15740655 or 1167631. OLE color: 1167631.
HSL color Cylindrical-coordinate representation of color #0FD111: hue angle of 120.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD111 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 209 | 17 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.18 |
| HSL | 120.62º | 0.87% | 0.44% | - |
| HSV(B) | 120.62º | 0.93% | 0.82% | - |
| XYZ | 23.1 | 45.74 | 8.14 | - |
| YUV | 129.11 | 64.73 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 17 | 0.93 | 0 | 0.92 | 0.18 | 120.62 | 0.87 | 0.44 |
| Hex | F | D1 | 11 | 5D | 0 | 5C | 12 | 79 | 57 | 2C |
| Octal | 17 | 321 | 21 | 135 | 0 | 134 | 22 | 171 | 127 | 54 |
| Binary | 1111 | 11010001 | 10001 | 1011101 | 0 | 1011100 | 10010 | 1111001 | 1010111 | 101100 |
Color Harmonies of #0FD111
Complementary color
Monochromatic Colors of #0FD111
Black with #0FD111
Text Example
Text Example
White with #0FD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD111; }
p { color: rgb(15,209,17); }
H1.HeaderClassName
{
color: #0FD111;
}
.AnyTagClassName
{
color: #0FD111;
}
</style>
background-color css
<style>
a { background-color: #0FD111; }
a { background-color: rgb(15,209,17); }
div.DivClassName
{
background-color: #0FD111;
}
.BgClassName
{
background-color: #0FD111;
}
</style>
border-color css
<style>
span { border-color: #0FD111; }
span { border-color: rgb(15,209,17); }
td.TdClassName
{
border-color: #0FD111;
}
.TagClassName
{
border-color: #0FD111;
}
</style>