Shades of Free Speech Green #11FA20
Tints of Free Speech Green #11FA20
RGB
CMYK
RGB Variations
Color information
#11FA20 (or 0x11FA20) is known color: Free Speech Green. HEX triplet: 11, FA and 20. RGB value is (17,250,32). Sum of RGB (Red+Green+Blue) = 17+250+32=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 250 (98.05% from 255 or 83.61% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FA20 is #EE05DF. Grayscale: #9C9C9C. Windows color (decimal): -15599072 or 2161169. OLE color: 2161169.
HSL color Cylindrical-coordinate representation of color #11FA20: hue angle of 123.86º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA20 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.02 |
| HSL | 123.86º | 0.96% | 0.52% | - |
| HSV(B) | 123.86º | 0.93% | 0.98% | - |
| XYZ | 34.68 | 68.59 | 12.78 | - |
| YUV | 155.48 | 58.31 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 32 | 0.93 | 0 | 0.87 | 0.02 | 123.86 | 0.96 | 0.52 |
| Hex | 11 | FA | 20 | 5D | 0 | 57 | 2 | 7C | 60 | 34 |
| Octal | 21 | 372 | 40 | 135 | 0 | 127 | 2 | 174 | 140 | 64 |
| Binary | 10001 | 11111010 | 100000 | 1011101 | 0 | 1010111 | 10 | 1111100 | 1100000 | 110100 |
Color Harmonies of #11FA20
Complementary color
Monochromatic Colors of #11FA20
Black with #11FA20
Text Example
Text Example
White with #11FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA20; }
p { color: rgb(17,250,32); }
H1.HeaderClassName
{
color: #11FA20;
}
.AnyTagClassName
{
color: #11FA20;
}
</style>
background-color css
<style>
a { background-color: #11FA20; }
a { background-color: rgb(17,250,32); }
div.DivClassName
{
background-color: #11FA20;
}
.BgClassName
{
background-color: #11FA20;
}
</style>
border-color css
<style>
span { border-color: #11FA20; }
span { border-color: rgb(17,250,32); }
td.TdClassName
{
border-color: #11FA20;
}
.TagClassName
{
border-color: #11FA20;
}
</style>