Shades of Free Speech Green #0FF606
Tints of Free Speech Green #0FF606
RGB
CMYK
RGB Variations
Color information
#0FF606 (or 0x0FF606) is known color: Free Speech Green. HEX triplet: 0F, F6 and 06. RGB value is (15,246,6). Sum of RGB (Red+Green+Blue) = 15+246+6=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 246 (96.48% from 255 or 92.13% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF606 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF606 is #F009F9. Grayscale: #969696. Windows color (decimal): -15731194 or 456207. OLE color: 456207.
HSL color Cylindrical-coordinate representation of color #0FF606: hue angle of 117.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FF606 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 246 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.04 |
| HSL | 117.75º | 0.95% | 0.49% | - |
| HSV(B) | 117.75º | 0.98% | 0.96% | - |
| XYZ | 33.19 | 66.03 | 11.17 | - |
| YUV | 149.57 | 46.97 | 32.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 246 | 6 | 0.94 | 0 | 0.98 | 0.04 | 117.75 | 0.95 | 0.49 |
| Hex | F | F6 | 6 | 5E | 0 | 62 | 4 | 76 | 5F | 31 |
| Octal | 17 | 366 | 6 | 136 | 0 | 142 | 4 | 166 | 137 | 61 |
| Binary | 1111 | 11110110 | 110 | 1011110 | 0 | 1100010 | 100 | 1110110 | 1011111 | 110001 |
Color Harmonies of #0FF606
Complementary color
Monochromatic Colors of #0FF606
Black with #0FF606
Text Example
Text Example
White with #0FF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF606; }
p { color: rgb(15,246,6); }
H1.HeaderClassName
{
color: #0FF606;
}
.AnyTagClassName
{
color: #0FF606;
}
</style>
background-color css
<style>
a { background-color: #0FF606; }
a { background-color: rgb(15,246,6); }
div.DivClassName
{
background-color: #0FF606;
}
.BgClassName
{
background-color: #0FF606;
}
</style>
border-color css
<style>
span { border-color: #0FF606; }
span { border-color: rgb(15,246,6); }
td.TdClassName
{
border-color: #0FF606;
}
.TagClassName
{
border-color: #0FF606;
}
</style>