Shades of Free Speech Green #11F206
Tints of Free Speech Green #11F206
RGB
CMYK
RGB Variations
Color information
#11F206 (or 0x11F206) is known color: Free Speech Green. HEX triplet: 11, F2 and 06. RGB value is (17,242,6). Sum of RGB (Red+Green+Blue) = 17+242+6=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 242 (94.92% from 255 or 91.32% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 242 - color contains mainly: green. Hex color #11F206 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F206 is #EE0DF9. Grayscale: #949494. Windows color (decimal): -15601146 or 455185. OLE color: 455185.
HSL color Cylindrical-coordinate representation of color #11F206: hue angle of 117.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11F206 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 6 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.05 |
| HSL | 117.2º | 0.95% | 0.49% | - |
| HSV(B) | 117.2º | 0.98% | 0.95% | - |
| XYZ | 32.02 | 63.64 | 10.77 | - |
| YUV | 147.82 | 47.96 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 6 | 0.93 | 0 | 0.98 | 0.05 | 117.2 | 0.95 | 0.49 |
| Hex | 11 | F2 | 6 | 5D | 0 | 62 | 5 | 75 | 5F | 31 |
| Octal | 21 | 362 | 6 | 135 | 0 | 142 | 5 | 165 | 137 | 61 |
| Binary | 10001 | 11110010 | 110 | 1011101 | 0 | 1100010 | 101 | 1110101 | 1011111 | 110001 |
Color Harmonies of #11F206
Complementary color
Monochromatic Colors of #11F206
Black with #11F206
Text Example
Text Example
White with #11F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F206; }
p { color: rgb(17,242,6); }
H1.HeaderClassName
{
color: #11F206;
}
.AnyTagClassName
{
color: #11F206;
}
</style>
background-color css
<style>
a { background-color: #11F206; }
a { background-color: rgb(17,242,6); }
div.DivClassName
{
background-color: #11F206;
}
.BgClassName
{
background-color: #11F206;
}
</style>
border-color css
<style>
span { border-color: #11F206; }
span { border-color: rgb(17,242,6); }
td.TdClassName
{
border-color: #11F206;
}
.TagClassName
{
border-color: #11F206;
}
</style>