Shades of Free Speech Green #11D319
Tints of Free Speech Green #11D319
RGB
CMYK
RGB Variations
Color information
#11D319 (or 0x11D319) is known color: Free Speech Green. HEX triplet: 11, D3 and 19. RGB value is (17,211,25). Sum of RGB (Red+Green+Blue) = 17+211+25=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 211 (82.81% from 255 or 83.40% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 211 - color contains mainly: green. Hex color #11D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D319 is #EE2CE6. Grayscale: #848484. Windows color (decimal): -15609063 or 1692433. OLE color: 1692433.
HSL color Cylindrical-coordinate representation of color #11D319: hue angle of 122.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D319 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 211 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.17 |
| HSL | 122.47º | 0.85% | 0.45% | - |
| HSV(B) | 122.47º | 0.92% | 0.83% | - |
| XYZ | 23.7 | 46.78 | 8.7 | - |
| YUV | 131.79 | 67.73 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 211 | 25 | 0.92 | 0 | 0.88 | 0.17 | 122.47 | 0.85 | 0.45 |
| Hex | 11 | D3 | 19 | 5C | 0 | 58 | 11 | 7A | 55 | 2D |
| Octal | 21 | 323 | 31 | 134 | 0 | 130 | 21 | 172 | 125 | 55 |
| Binary | 10001 | 11010011 | 11001 | 1011100 | 0 | 1011000 | 10001 | 1111010 | 1010101 | 101101 |
Color Harmonies of #11D319
Complementary color
Monochromatic Colors of #11D319
Black with #11D319
Text Example
Text Example
White with #11D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D319; }
p { color: rgb(17,211,25); }
H1.HeaderClassName
{
color: #11D319;
}
.AnyTagClassName
{
color: #11D319;
}
</style>
background-color css
<style>
a { background-color: #11D319; }
a { background-color: rgb(17,211,25); }
div.DivClassName
{
background-color: #11D319;
}
.BgClassName
{
background-color: #11D319;
}
</style>
border-color css
<style>
span { border-color: #11D319; }
span { border-color: rgb(17,211,25); }
td.TdClassName
{
border-color: #11D319;
}
.TagClassName
{
border-color: #11D319;
}
</style>