Shades of Free Speech Green #1ADE17
Tints of Free Speech Green #1ADE17
RGB
CMYK
RGB Variations
Color information
#1ADE17 (or 0x1ADE17) is known color: Free Speech Green. HEX triplet: 1A, DE and 17. RGB value is (26,222,23). Sum of RGB (Red+Green+Blue) = 26+222+23=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 222 (87.11% from 255 or 81.92% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE17 is #E521E8. Grayscale: #8D8D8D. Windows color (decimal): -15016425 or 1564186. OLE color: 1564186.
HSL color Cylindrical-coordinate representation of color #1ADE17: hue angle of 119.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADE17 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 23 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.13 |
| HSL | 119.1º | 0.81% | 0.48% | - |
| HSV(B) | 119.1º | 0.9% | 0.87% | - |
| XYZ | 26.7 | 52.52 | 9.54 | - |
| YUV | 140.71 | 61.57 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 23 | 0.88 | 0 | 0.90 | 0.13 | 119.1 | 0.81 | 0.48 |
| Hex | 1A | DE | 17 | 58 | 0 | 5A | D | 77 | 51 | 30 |
| Octal | 32 | 336 | 27 | 130 | 0 | 132 | 15 | 167 | 121 | 60 |
| Binary | 11010 | 11011110 | 10111 | 1011000 | 0 | 1011010 | 1101 | 1110111 | 1010001 | 110000 |
Color Harmonies of #1ADE17
Complementary color
Monochromatic Colors of #1ADE17
Black with #1ADE17
Text Example
Text Example
White with #1ADE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE17; }
p { color: rgb(26,222,23); }
H1.HeaderClassName
{
color: #1ADE17;
}
.AnyTagClassName
{
color: #1ADE17;
}
</style>
background-color css
<style>
a { background-color: #1ADE17; }
a { background-color: rgb(26,222,23); }
div.DivClassName
{
background-color: #1ADE17;
}
.BgClassName
{
background-color: #1ADE17;
}
</style>
border-color css
<style>
span { border-color: #1ADE17; }
span { border-color: rgb(26,222,23); }
td.TdClassName
{
border-color: #1ADE17;
}
.TagClassName
{
border-color: #1ADE17;
}
</style>