Shades of Free Speech Green #0FE60C
Tints of Free Speech Green #0FE60C
RGB
CMYK
RGB Variations
Color information
#0FE60C (or 0x0FE60C) is known color: Free Speech Green. HEX triplet: 0F, E6 and 0C. RGB value is (15,230,12). Sum of RGB (Red+Green+Blue) = 15+230+12=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 230 (90.23% from 255 or 89.49% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE60C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FE60C is #F019F3. Grayscale: #8D8D8D. Windows color (decimal): -15735284 or 845327. OLE color: 845327.
HSL color Cylindrical-coordinate representation of color #0FE60C: hue angle of 119.17º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FE60C is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 12 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.10 |
| HSL | 119.17º | 0.9% | 0.47% | - |
| HSV(B) | 119.17º | 0.95% | 0.9% | - |
| XYZ | 28.56 | 56.72 | 9.79 | - |
| YUV | 140.86 | 55.27 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 12 | 0.93 | 0 | 0.95 | 0.10 | 119.17 | 0.9 | 0.47 |
| Hex | F | E6 | C | 5D | 0 | 5F | A | 77 | 5A | 2F |
| Octal | 17 | 346 | 14 | 135 | 0 | 137 | 12 | 167 | 132 | 57 |
| Binary | 1111 | 11100110 | 1100 | 1011101 | 0 | 1011111 | 1010 | 1110111 | 1011010 | 101111 |
Color Harmonies of #0FE60C
Complementary color
Monochromatic Colors of #0FE60C
Black with #0FE60C
Text Example
Text Example
White with #0FE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE60C; }
p { color: rgb(15,230,12); }
H1.HeaderClassName
{
color: #0FE60C;
}
.AnyTagClassName
{
color: #0FE60C;
}
</style>
background-color css
<style>
a { background-color: #0FE60C; }
a { background-color: rgb(15,230,12); }
div.DivClassName
{
background-color: #0FE60C;
}
.BgClassName
{
background-color: #0FE60C;
}
</style>
border-color css
<style>
span { border-color: #0FE60C; }
span { border-color: rgb(15,230,12); }
td.TdClassName
{
border-color: #0FE60C;
}
.TagClassName
{
border-color: #0FE60C;
}
</style>