Shades of Free Speech Green #1ADE0D
Tints of Free Speech Green #1ADE0D
RGB
CMYK
RGB Variations
Color information
#1ADE0D (or 0x1ADE0D) is known color: Free Speech Green. HEX triplet: 1A, DE and 0D. RGB value is (26,222,13). Sum of RGB (Red+Green+Blue) = 26+222+13=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 222 (87.11% from 255 or 85.06% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE0D is #E521F2. Grayscale: #8C8C8C. Windows color (decimal): -15016435 or 908826. OLE color: 908826.
HSL color Cylindrical-coordinate representation of color #1ADE0D: hue angle of 116.27º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ADE0D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.13 |
| HSL | 116.27º | 0.89% | 0.46% | - |
| HSV(B) | 116.27º | 0.94% | 0.87% | - |
| XYZ | 26.62 | 52.49 | 9.11 | - |
| YUV | 139.57 | 56.57 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 13 | 0.88 | 0 | 0.94 | 0.13 | 116.27 | 0.89 | 0.46 |
| Hex | 1A | DE | D | 58 | 0 | 5E | D | 74 | 59 | 2E |
| Octal | 32 | 336 | 15 | 130 | 0 | 136 | 15 | 164 | 131 | 56 |
| Binary | 11010 | 11011110 | 1101 | 1011000 | 0 | 1011110 | 1101 | 1110100 | 1011001 | 101110 |
Color Harmonies of #1ADE0D
Complementary color
Monochromatic Colors of #1ADE0D
Black with #1ADE0D
Text Example
Text Example
White with #1ADE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE0D; }
p { color: rgb(26,222,13); }
H1.HeaderClassName
{
color: #1ADE0D;
}
.AnyTagClassName
{
color: #1ADE0D;
}
</style>
background-color css
<style>
a { background-color: #1ADE0D; }
a { background-color: rgb(26,222,13); }
div.DivClassName
{
background-color: #1ADE0D;
}
.BgClassName
{
background-color: #1ADE0D;
}
</style>
border-color css
<style>
span { border-color: #1ADE0D; }
span { border-color: rgb(26,222,13); }
td.TdClassName
{
border-color: #1ADE0D;
}
.TagClassName
{
border-color: #1ADE0D;
}
</style>