Shades of Free Speech Green #11FC1A
Tints of Free Speech Green #11FC1A
RGB
CMYK
RGB Variations
Color information
#11FC1A (or 0x11FC1A) is known color: Free Speech Green. HEX triplet: 11, FC and 1A. RGB value is (17,252,26). Sum of RGB (Red+Green+Blue) = 17+252+26=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 252 (98.83% from 255 or 85.42% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 252 - color contains mainly: green. Hex color #11FC1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FC1A is #EE03E5. Grayscale: #9C9C9C. Windows color (decimal): -15598566 or 1768465. OLE color: 1768465.
HSL color Cylindrical-coordinate representation of color #11FC1A: hue angle of 122.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FC1A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 252 | 26 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.01 |
| HSL | 122.3º | 0.98% | 0.53% | - |
| HSV(B) | 122.3º | 0.93% | 0.99% | - |
| XYZ | 35.23 | 69.81 | 12.6 | - |
| YUV | 155.97 | 54.64 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 252 | 26 | 0.93 | 0 | 0.90 | 0.01 | 122.3 | 0.98 | 0.53 |
| Hex | 11 | FC | 1A | 5D | 0 | 5A | 1 | 7A | 62 | 35 |
| Octal | 21 | 374 | 32 | 135 | 0 | 132 | 1 | 172 | 142 | 65 |
| Binary | 10001 | 11111100 | 11010 | 1011101 | 0 | 1011010 | 1 | 1111010 | 1100010 | 110101 |
Color Harmonies of #11FC1A
Complementary color
Monochromatic Colors of #11FC1A
Black with #11FC1A
Text Example
Text Example
White with #11FC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FC1A; }
p { color: rgb(17,252,26); }
H1.HeaderClassName
{
color: #11FC1A;
}
.AnyTagClassName
{
color: #11FC1A;
}
</style>
background-color css
<style>
a { background-color: #11FC1A; }
a { background-color: rgb(17,252,26); }
div.DivClassName
{
background-color: #11FC1A;
}
.BgClassName
{
background-color: #11FC1A;
}
</style>
border-color css
<style>
span { border-color: #11FC1A; }
span { border-color: rgb(17,252,26); }
td.TdClassName
{
border-color: #11FC1A;
}
.TagClassName
{
border-color: #11FC1A;
}
</style>