Shades of Free Speech Green #11D613
Tints of Free Speech Green #11D613
RGB
CMYK
RGB Variations
Color information
#11D613 (or 0x11D613) is known color: Free Speech Green. HEX triplet: 11, D6 and 13. RGB value is (17,214,19). Sum of RGB (Red+Green+Blue) = 17+214+19=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #11D613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D613 is #EE29EC. Grayscale: #858585. Windows color (decimal): -15608301 or 1299985. OLE color: 1299985.
HSL color Cylindrical-coordinate representation of color #11D613: hue angle of 120.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D613 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 19 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.16 |
| HSL | 120.61º | 0.85% | 0.45% | - |
| HSV(B) | 120.61º | 0.92% | 0.84% | - |
| XYZ | 24.4 | 48.26 | 8.65 | - |
| YUV | 132.87 | 63.73 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 19 | 0.92 | 0 | 0.91 | 0.16 | 120.61 | 0.85 | 0.45 |
| Hex | 11 | D6 | 13 | 5C | 0 | 5B | 10 | 79 | 55 | 2D |
| Octal | 21 | 326 | 23 | 134 | 0 | 133 | 20 | 171 | 125 | 55 |
| Binary | 10001 | 11010110 | 10011 | 1011100 | 0 | 1011011 | 10000 | 1111001 | 1010101 | 101101 |
Color Harmonies of #11D613
Complementary color
Monochromatic Colors of #11D613
Black with #11D613
Text Example
Text Example
White with #11D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D613; }
p { color: rgb(17,214,19); }
H1.HeaderClassName
{
color: #11D613;
}
.AnyTagClassName
{
color: #11D613;
}
</style>
background-color css
<style>
a { background-color: #11D613; }
a { background-color: rgb(17,214,19); }
div.DivClassName
{
background-color: #11D613;
}
.BgClassName
{
background-color: #11D613;
}
</style>
border-color css
<style>
span { border-color: #11D613; }
span { border-color: rgb(17,214,19); }
td.TdClassName
{
border-color: #11D613;
}
.TagClassName
{
border-color: #11D613;
}
</style>