Shades of Free Speech Green #11D60A
Tints of Free Speech Green #11D60A
RGB
CMYK
RGB Variations
Color information
#11D60A (or 0x11D60A) is known color: Free Speech Green. HEX triplet: 11, D6 and 0A. RGB value is (17,214,10). Sum of RGB (Red+Green+Blue) = 17+214+10=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 214 (83.98% from 255 or 88.80% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 214 - color contains mainly: green. Hex color #11D60A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D60A is #EE29F5. Grayscale: #848484. Windows color (decimal): -15608310 or 710161. OLE color: 710161.
HSL color Cylindrical-coordinate representation of color #11D60A: hue angle of 117.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11D60A is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 10 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.16 |
| HSL | 117.94º | 0.91% | 0.44% | - |
| HSV(B) | 117.94º | 0.95% | 0.84% | - |
| XYZ | 24.33 | 48.23 | 8.31 | - |
| YUV | 131.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 10 | 0.92 | 0 | 0.95 | 0.16 | 117.94 | 0.91 | 0.44 |
| Hex | 11 | D6 | A | 5C | 0 | 5F | 10 | 76 | 5B | 2C |
| Octal | 21 | 326 | 12 | 134 | 0 | 137 | 20 | 166 | 133 | 54 |
| Binary | 10001 | 11010110 | 1010 | 1011100 | 0 | 1011111 | 10000 | 1110110 | 1011011 | 101100 |
Color Harmonies of #11D60A
Complementary color
Monochromatic Colors of #11D60A
Black with #11D60A
Text Example
Text Example
White with #11D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D60A; }
p { color: rgb(17,214,10); }
H1.HeaderClassName
{
color: #11D60A;
}
.AnyTagClassName
{
color: #11D60A;
}
</style>
background-color css
<style>
a { background-color: #11D60A; }
a { background-color: rgb(17,214,10); }
div.DivClassName
{
background-color: #11D60A;
}
.BgClassName
{
background-color: #11D60A;
}
</style>
border-color css
<style>
span { border-color: #11D60A; }
span { border-color: rgb(17,214,10); }
td.TdClassName
{
border-color: #11D60A;
}
.TagClassName
{
border-color: #11D60A;
}
</style>