Shades of Free Speech Green #1ADE1C
Tints of Free Speech Green #1ADE1C
RGB
CMYK
RGB Variations
Color information
#1ADE1C (or 0x1ADE1C) is known color: Free Speech Green. HEX triplet: 1A, DE and 1C. RGB value is (26,222,28). Sum of RGB (Red+Green+Blue) = 26+222+28=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 222 (87.11% from 255 or 80.43% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE1C is #E521E3. Grayscale: #8D8D8D. Windows color (decimal): -15016420 or 1891866. OLE color: 1891866.
HSL color Cylindrical-coordinate representation of color #1ADE1C: hue angle of 120.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADE1C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.13 |
| HSL | 120.61º | 0.79% | 0.49% | - |
| HSV(B) | 120.61º | 0.88% | 0.87% | - |
| XYZ | 26.76 | 52.55 | 9.83 | - |
| YUV | 141.28 | 64.07 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 28 | 0.88 | 0 | 0.87 | 0.13 | 120.61 | 0.79 | 0.49 |
| Hex | 1A | DE | 1C | 58 | 0 | 57 | D | 79 | 4F | 31 |
| Octal | 32 | 336 | 34 | 130 | 0 | 127 | 15 | 171 | 117 | 61 |
| Binary | 11010 | 11011110 | 11100 | 1011000 | 0 | 1010111 | 1101 | 1111001 | 1001111 | 110001 |
Color Harmonies of #1ADE1C
Complementary color
Monochromatic Colors of #1ADE1C
Black with #1ADE1C
Text Example
Text Example
White with #1ADE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE1C; }
p { color: rgb(26,222,28); }
H1.HeaderClassName
{
color: #1ADE1C;
}
.AnyTagClassName
{
color: #1ADE1C;
}
</style>
background-color css
<style>
a { background-color: #1ADE1C; }
a { background-color: rgb(26,222,28); }
div.DivClassName
{
background-color: #1ADE1C;
}
.BgClassName
{
background-color: #1ADE1C;
}
</style>
border-color css
<style>
span { border-color: #1ADE1C; }
span { border-color: rgb(26,222,28); }
td.TdClassName
{
border-color: #1ADE1C;
}
.TagClassName
{
border-color: #1ADE1C;
}
</style>