Shades of Free Speech Green #0FF618
Tints of Free Speech Green #0FF618
RGB
CMYK
RGB Variations
Color information
#0FF618 (or 0x0FF618) is known color: Free Speech Green. HEX triplet: 0F, F6 and 18. RGB value is (15,246,24). Sum of RGB (Red+Green+Blue) = 15+246+24=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 246 (96.48% from 255 or 86.32% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF618 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF618 is #F009E7. Grayscale: #989898. Windows color (decimal): -15731176 or 1635855. OLE color: 1635855.
HSL color Cylindrical-coordinate representation of color #0FF618: hue angle of 122.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF618 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 24 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.04 |
| HSL | 122.34º | 0.93% | 0.51% | - |
| HSV(B) | 122.34º | 0.94% | 0.96% | - |
| XYZ | 33.32 | 66.08 | 11.86 | - |
| YUV | 151.62 | 55.97 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 24 | 0.94 | 0 | 0.90 | 0.04 | 122.34 | 0.93 | 0.51 |
| Hex | F | F6 | 18 | 5E | 0 | 5A | 4 | 7A | 5D | 33 |
| Octal | 17 | 366 | 30 | 136 | 0 | 132 | 4 | 172 | 135 | 63 |
| Binary | 1111 | 11110110 | 11000 | 1011110 | 0 | 1011010 | 100 | 1111010 | 1011101 | 110011 |
Color Harmonies of #0FF618
Complementary color
Monochromatic Colors of #0FF618
Black with #0FF618
Text Example
Text Example
White with #0FF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF618; }
p { color: rgb(15,246,24); }
H1.HeaderClassName
{
color: #0FF618;
}
.AnyTagClassName
{
color: #0FF618;
}
</style>
background-color css
<style>
a { background-color: #0FF618; }
a { background-color: rgb(15,246,24); }
div.DivClassName
{
background-color: #0FF618;
}
.BgClassName
{
background-color: #0FF618;
}
</style>
border-color css
<style>
span { border-color: #0FF618; }
span { border-color: rgb(15,246,24); }
td.TdClassName
{
border-color: #0FF618;
}
.TagClassName
{
border-color: #0FF618;
}
</style>