Shades of Free Speech Green #1ADA11
Tints of Free Speech Green #1ADA11
RGB
CMYK
RGB Variations
Color information
#1ADA11 (or 0x1ADA11) is known color: Free Speech Green. HEX triplet: 1A, DA and 11. RGB value is (26,218,17). Sum of RGB (Red+Green+Blue) = 26+218+17=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 218 (85.55% from 255 or 83.52% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADA11 is #E525EE. Grayscale: #8A8A8A. Windows color (decimal): -15017455 or 1169946. OLE color: 1169946.
HSL color Cylindrical-coordinate representation of color #1ADA11: hue angle of 117.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ADA11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.15 |
| HSL | 117.31º | 0.86% | 0.46% | - |
| HSV(B) | 117.31º | 0.92% | 0.85% | - |
| XYZ | 25.6 | 50.4 | 8.91 | - |
| YUV | 137.68 | 59.89 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 17 | 0.88 | 0 | 0.92 | 0.15 | 117.31 | 0.86 | 0.46 |
| Hex | 1A | DA | 11 | 58 | 0 | 5C | F | 75 | 56 | 2E |
| Octal | 32 | 332 | 21 | 130 | 0 | 134 | 17 | 165 | 126 | 56 |
| Binary | 11010 | 11011010 | 10001 | 1011000 | 0 | 1011100 | 1111 | 1110101 | 1010110 | 101110 |
Color Harmonies of #1ADA11
Complementary color
Monochromatic Colors of #1ADA11
Black with #1ADA11
Text Example
Text Example
White with #1ADA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA11; }
p { color: rgb(26,218,17); }
H1.HeaderClassName
{
color: #1ADA11;
}
.AnyTagClassName
{
color: #1ADA11;
}
</style>
background-color css
<style>
a { background-color: #1ADA11; }
a { background-color: rgb(26,218,17); }
div.DivClassName
{
background-color: #1ADA11;
}
.BgClassName
{
background-color: #1ADA11;
}
</style>
border-color css
<style>
span { border-color: #1ADA11; }
span { border-color: rgb(26,218,17); }
td.TdClassName
{
border-color: #1ADA11;
}
.TagClassName
{
border-color: #1ADA11;
}
</style>