Shades of Free Speech Green #11F01C
Tints of Free Speech Green #11F01C
RGB
CMYK
RGB Variations
Color information
#11F01C (or 0x11F01C) is known color: Free Speech Green. HEX triplet: 11, F0 and 1C. RGB value is (17,240,28). Sum of RGB (Red+Green+Blue) = 17+240+28=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 240 (94.14% from 255 or 84.21% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 240 - color contains mainly: green. Hex color #11F01C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F01C is #EE0FE3. Grayscale: #959595. Windows color (decimal): -15601636 or 1896465. OLE color: 1896465.
HSL color Cylindrical-coordinate representation of color #11F01C: hue angle of 122.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F01C is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 28 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.06 |
| HSL | 122.96º | 0.88% | 0.5% | - |
| HSV(B) | 122.96º | 0.93% | 0.94% | - |
| XYZ | 31.6 | 62.52 | 11.5 | - |
| YUV | 149.16 | 59.62 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 28 | 0.93 | 0 | 0.88 | 0.06 | 122.96 | 0.88 | 0.5 |
| Hex | 11 | F0 | 1C | 5D | 0 | 58 | 6 | 7B | 58 | 32 |
| Octal | 21 | 360 | 34 | 135 | 0 | 130 | 6 | 173 | 130 | 62 |
| Binary | 10001 | 11110000 | 11100 | 1011101 | 0 | 1011000 | 110 | 1111011 | 1011000 | 110010 |
Color Harmonies of #11F01C
Complementary color
Monochromatic Colors of #11F01C
Black with #11F01C
Text Example
Text Example
White with #11F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F01C; }
p { color: rgb(17,240,28); }
H1.HeaderClassName
{
color: #11F01C;
}
.AnyTagClassName
{
color: #11F01C;
}
</style>
background-color css
<style>
a { background-color: #11F01C; }
a { background-color: rgb(17,240,28); }
div.DivClassName
{
background-color: #11F01C;
}
.BgClassName
{
background-color: #11F01C;
}
</style>
border-color css
<style>
span { border-color: #11F01C; }
span { border-color: rgb(17,240,28); }
td.TdClassName
{
border-color: #11F01C;
}
.TagClassName
{
border-color: #11F01C;
}
</style>