Shades of Free Speech Green #1ADA10
Tints of Free Speech Green #1ADA10
RGB
CMYK
RGB Variations
Color information
#1ADA10 (or 0x1ADA10) is known color: Free Speech Green. HEX triplet: 1A, DA and 10. RGB value is (26,218,16). Sum of RGB (Red+Green+Blue) = 26+218+16=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 218 (85.55% from 255 or 83.85% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADA10 is #E525EF. Grayscale: #8A8A8A. Windows color (decimal): -15017456 or 1104410. OLE color: 1104410.
HSL color Cylindrical-coordinate representation of color #1ADA10: hue angle of 117.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ADA10 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.15 |
| HSL | 117.03º | 0.86% | 0.46% | - |
| HSV(B) | 117.03º | 0.93% | 0.85% | - |
| XYZ | 25.59 | 50.4 | 8.87 | - |
| YUV | 137.56 | 59.39 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 16 | 0.88 | 0 | 0.93 | 0.15 | 117.03 | 0.86 | 0.46 |
| Hex | 1A | DA | 10 | 58 | 0 | 5D | F | 75 | 56 | 2E |
| Octal | 32 | 332 | 20 | 130 | 0 | 135 | 17 | 165 | 126 | 56 |
| Binary | 11010 | 11011010 | 10000 | 1011000 | 0 | 1011101 | 1111 | 1110101 | 1010110 | 101110 |
Color Harmonies of #1ADA10
Complementary color
Monochromatic Colors of #1ADA10
Black with #1ADA10
Text Example
Text Example
White with #1ADA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA10; }
p { color: rgb(26,218,16); }
H1.HeaderClassName
{
color: #1ADA10;
}
.AnyTagClassName
{
color: #1ADA10;
}
</style>
background-color css
<style>
a { background-color: #1ADA10; }
a { background-color: rgb(26,218,16); }
div.DivClassName
{
background-color: #1ADA10;
}
.BgClassName
{
background-color: #1ADA10;
}
</style>
border-color css
<style>
span { border-color: #1ADA10; }
span { border-color: rgb(26,218,16); }
td.TdClassName
{
border-color: #1ADA10;
}
.TagClassName
{
border-color: #1ADA10;
}
</style>