Shades of Free Speech Green #1ADE00
Tints of Free Speech Green #1ADE00
RGB
CMYK
RGB Variations
Color information
#1ADE00 (or 0x1ADE00) is known color: Free Speech Green. HEX triplet: 1A, DE and 00. RGB value is (26,222,0). Sum of RGB (Red+Green+Blue) = 26+222+0=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 222 (87.11% from 255 or 89.52% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE00 is #E521FF. Grayscale: #8A8A8A. Windows color (decimal): -15016448 or 56858. OLE color: 56858.
HSL color Cylindrical-coordinate representation of color #1ADE00: hue angle of 112.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1ADE00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.13 |
| HSL | 112.97º | 1% | 0.44% | - |
| HSV(B) | 112.97º | 1% | 0.87% | - |
| XYZ | 26.55 | 52.46 | 8.73 | - |
| YUV | 138.09 | 50.07 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 0 | 0.88 | 0 | 1 | 0.13 | 112.97 | 1 | 0.44 |
| Hex | 1A | DE | 0 | 58 | 0 | 64 | D | 71 | 64 | 2C |
| Octal | 32 | 336 | 0 | 130 | 0 | 144 | 15 | 161 | 144 | 54 |
| Binary | 11010 | 11011110 | 0 | 1011000 | 0 | 1100100 | 1101 | 1110001 | 1100100 | 101100 |
Color Harmonies of #1ADE00
Complementary color
Monochromatic Colors of #1ADE00
Black with #1ADE00
Text Example
Text Example
White with #1ADE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE00; }
p { color: rgb(26,222,0); }
H1.HeaderClassName
{
color: #1ADE00;
}
.AnyTagClassName
{
color: #1ADE00;
}
</style>
background-color css
<style>
a { background-color: #1ADE00; }
a { background-color: rgb(26,222,0); }
div.DivClassName
{
background-color: #1ADE00;
}
.BgClassName
{
background-color: #1ADE00;
}
</style>
border-color css
<style>
span { border-color: #1ADE00; }
span { border-color: rgb(26,222,0); }
td.TdClassName
{
border-color: #1ADE00;
}
.TagClassName
{
border-color: #1ADE00;
}
</style>