Shades of Free Speech Green #1ADD1D
Tints of Free Speech Green #1ADD1D
RGB
CMYK
RGB Variations
Color information
#1ADD1D (or 0x1ADD1D) is known color: Free Speech Green. HEX triplet: 1A, DD and 1D. RGB value is (26,221,29). Sum of RGB (Red+Green+Blue) = 26+221+29=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD1D is #E522E2. Grayscale: #8D8D8D. Windows color (decimal): -15016675 or 1957146. OLE color: 1957146.
HSL color Cylindrical-coordinate representation of color #1ADD1D: hue angle of 120.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD1D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 29 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.13 |
| HSL | 120.92º | 0.79% | 0.48% | - |
| HSV(B) | 120.92º | 0.88% | 0.87% | - |
| XYZ | 26.5 | 52.02 | 9.81 | - |
| YUV | 140.81 | 64.9 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 29 | 0.88 | 0 | 0.87 | 0.13 | 120.92 | 0.79 | 0.48 |
| Hex | 1A | DD | 1D | 58 | 0 | 57 | D | 79 | 4F | 30 |
| Octal | 32 | 335 | 35 | 130 | 0 | 127 | 15 | 171 | 117 | 60 |
| Binary | 11010 | 11011101 | 11101 | 1011000 | 0 | 1010111 | 1101 | 1111001 | 1001111 | 110000 |
Color Harmonies of #1ADD1D
Complementary color
Monochromatic Colors of #1ADD1D
Black with #1ADD1D
Text Example
Text Example
White with #1ADD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD1D; }
p { color: rgb(26,221,29); }
H1.HeaderClassName
{
color: #1ADD1D;
}
.AnyTagClassName
{
color: #1ADD1D;
}
</style>
background-color css
<style>
a { background-color: #1ADD1D; }
a { background-color: rgb(26,221,29); }
div.DivClassName
{
background-color: #1ADD1D;
}
.BgClassName
{
background-color: #1ADD1D;
}
</style>
border-color css
<style>
span { border-color: #1ADD1D; }
span { border-color: rgb(26,221,29); }
td.TdClassName
{
border-color: #1ADD1D;
}
.TagClassName
{
border-color: #1ADD1D;
}
</style>