Shades of Free Speech Green #0FF006
Tints of Free Speech Green #0FF006
RGB
CMYK
RGB Variations
Color information
#0FF006 (or 0x0FF006) is known color: Free Speech Green. HEX triplet: 0F, F0 and 06. RGB value is (15,240,6). Sum of RGB (Red+Green+Blue) = 15+240+6=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 240 (94.14% from 255 or 91.95% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF006 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF006 is #F00FF9. Grayscale: #929292. Windows color (decimal): -15732730 or 454671. OLE color: 454671.
HSL color Cylindrical-coordinate representation of color #0FF006: hue angle of 117.69º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FF006 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.06 |
| HSL | 117.69º | 0.95% | 0.48% | - |
| HSV(B) | 117.69º | 0.98% | 0.94% | - |
| XYZ | 31.39 | 62.43 | 10.57 | - |
| YUV | 146.05 | 48.96 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 6 | 0.94 | 0 | 0.98 | 0.06 | 117.69 | 0.95 | 0.48 |
| Hex | F | F0 | 6 | 5E | 0 | 62 | 6 | 76 | 5F | 30 |
| Octal | 17 | 360 | 6 | 136 | 0 | 142 | 6 | 166 | 137 | 60 |
| Binary | 1111 | 11110000 | 110 | 1011110 | 0 | 1100010 | 110 | 1110110 | 1011111 | 110000 |
Color Harmonies of #0FF006
Complementary color
Monochromatic Colors of #0FF006
Black with #0FF006
Text Example
Text Example
White with #0FF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF006; }
p { color: rgb(15,240,6); }
H1.HeaderClassName
{
color: #0FF006;
}
.AnyTagClassName
{
color: #0FF006;
}
</style>
background-color css
<style>
a { background-color: #0FF006; }
a { background-color: rgb(15,240,6); }
div.DivClassName
{
background-color: #0FF006;
}
.BgClassName
{
background-color: #0FF006;
}
</style>
border-color css
<style>
span { border-color: #0FF006; }
span { border-color: rgb(15,240,6); }
td.TdClassName
{
border-color: #0FF006;
}
.TagClassName
{
border-color: #0FF006;
}
</style>