Shades of Free Speech Green #1ADE10
Tints of Free Speech Green #1ADE10
RGB
CMYK
RGB Variations
Color information
#1ADE10 (or 0x1ADE10) is known color: Free Speech Green. HEX triplet: 1A, DE and 10. RGB value is (26,222,16). Sum of RGB (Red+Green+Blue) = 26+222+16=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 222 (87.11% from 255 or 84.09% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE10 is #E521EF. Grayscale: #8C8C8C. Windows color (decimal): -15016432 or 1105434. OLE color: 1105434.
HSL color Cylindrical-coordinate representation of color #1ADE10: hue angle of 117.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ADE10 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.13 |
| HSL | 117.09º | 0.87% | 0.47% | - |
| HSV(B) | 117.09º | 0.93% | 0.87% | - |
| XYZ | 26.64 | 52.5 | 9.22 | - |
| YUV | 139.91 | 58.07 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 16 | 0.88 | 0 | 0.93 | 0.13 | 117.09 | 0.87 | 0.47 |
| Hex | 1A | DE | 10 | 58 | 0 | 5D | D | 75 | 57 | 2F |
| Octal | 32 | 336 | 20 | 130 | 0 | 135 | 15 | 165 | 127 | 57 |
| Binary | 11010 | 11011110 | 10000 | 1011000 | 0 | 1011101 | 1101 | 1110101 | 1010111 | 101111 |
Color Harmonies of #1ADE10
Complementary color
Monochromatic Colors of #1ADE10
Black with #1ADE10
Text Example
Text Example
White with #1ADE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE10; }
p { color: rgb(26,222,16); }
H1.HeaderClassName
{
color: #1ADE10;
}
.AnyTagClassName
{
color: #1ADE10;
}
</style>
background-color css
<style>
a { background-color: #1ADE10; }
a { background-color: rgb(26,222,16); }
div.DivClassName
{
background-color: #1ADE10;
}
.BgClassName
{
background-color: #1ADE10;
}
</style>
border-color css
<style>
span { border-color: #1ADE10; }
span { border-color: rgb(26,222,16); }
td.TdClassName
{
border-color: #1ADE10;
}
.TagClassName
{
border-color: #1ADE10;
}
</style>