Shades of Free Speech Green #0FC80C
Tints of Free Speech Green #0FC80C
RGB
CMYK
RGB Variations
Color information
#0FC80C (or 0x0FC80C) is known color: Free Speech Green. HEX triplet: 0F, C8 and 0C. RGB value is (15,200,12). Sum of RGB (Red+Green+Blue) = 15+200+12=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 200 (78.52% from 255 or 88.11% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC80C is #F037F3. Grayscale: #7B7B7B. Windows color (decimal): -15742964 or 837647. OLE color: 837647.
HSL color Cylindrical-coordinate representation of color #0FC80C: hue angle of 119.04º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC80C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 12 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.22 |
| HSL | 119.04º | 0.89% | 0.42% | - |
| HSV(B) | 119.04º | 0.94% | 0.78% | - |
| XYZ | 20.92 | 41.44 | 7.24 | - |
| YUV | 123.25 | 65.21 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 12 | 0.92 | 0 | 0.94 | 0.22 | 119.04 | 0.89 | 0.42 |
| Hex | F | C8 | C | 5C | 0 | 5E | 16 | 77 | 59 | 2A |
| Octal | 17 | 310 | 14 | 134 | 0 | 136 | 26 | 167 | 131 | 52 |
| Binary | 1111 | 11001000 | 1100 | 1011100 | 0 | 1011110 | 10110 | 1110111 | 1011001 | 101010 |
Color Harmonies of #0FC80C
Complementary color
Monochromatic Colors of #0FC80C
Black with #0FC80C
Text Example
Text Example
White with #0FC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC80C; }
p { color: rgb(15,200,12); }
H1.HeaderClassName
{
color: #0FC80C;
}
.AnyTagClassName
{
color: #0FC80C;
}
</style>
background-color css
<style>
a { background-color: #0FC80C; }
a { background-color: rgb(15,200,12); }
div.DivClassName
{
background-color: #0FC80C;
}
.BgClassName
{
background-color: #0FC80C;
}
</style>
border-color css
<style>
span { border-color: #0FC80C; }
span { border-color: rgb(15,200,12); }
td.TdClassName
{
border-color: #0FC80C;
}
.TagClassName
{
border-color: #0FC80C;
}
</style>