Shades of Free Speech Green #0CF111
Tints of Free Speech Green #0CF111
RGB
CMYK
RGB Variations
Color information
#0CF111 (or 0x0CF111) is known color: Free Speech Green. HEX triplet: 0C, F1 and 11. RGB value is (12,241,17). Sum of RGB (Red+Green+Blue) = 12+241+17=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF111 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF111 is #F30EEE. Grayscale: #939393. Windows color (decimal): -15929071 or 1175820. OLE color: 1175820.
HSL color Cylindrical-coordinate representation of color #0CF111: hue angle of 121.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF111 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 17 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.05 |
| HSL | 121.31º | 0.91% | 0.5% | - |
| HSV(B) | 121.31º | 0.95% | 0.95% | - |
| XYZ | 31.71 | 63.03 | 11.02 | - |
| YUV | 146.99 | 54.63 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 17 | 0.95 | 0 | 0.93 | 0.05 | 121.31 | 0.91 | 0.5 |
| Hex | C | F1 | 11 | 5F | 0 | 5D | 5 | 79 | 5B | 32 |
| Octal | 14 | 361 | 21 | 137 | 0 | 135 | 5 | 171 | 133 | 62 |
| Binary | 1100 | 11110001 | 10001 | 1011111 | 0 | 1011101 | 101 | 1111001 | 1011011 | 110010 |
Color Harmonies of #0CF111
Complementary color
Monochromatic Colors of #0CF111
Black with #0CF111
Text Example
Text Example
White with #0CF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF111; }
p { color: rgb(12,241,17); }
H1.HeaderClassName
{
color: #0CF111;
}
.AnyTagClassName
{
color: #0CF111;
}
</style>
background-color css
<style>
a { background-color: #0CF111; }
a { background-color: rgb(12,241,17); }
div.DivClassName
{
background-color: #0CF111;
}
.BgClassName
{
background-color: #0CF111;
}
</style>
border-color css
<style>
span { border-color: #0CF111; }
span { border-color: rgb(12,241,17); }
td.TdClassName
{
border-color: #0CF111;
}
.TagClassName
{
border-color: #0CF111;
}
</style>