Shades of Free Speech Green #1ADE09
Tints of Free Speech Green #1ADE09
RGB
CMYK
RGB Variations
Color information
#1ADE09 (or 0x1ADE09) is known color: Free Speech Green. HEX triplet: 1A, DE and 09. RGB value is (26,222,9). Sum of RGB (Red+Green+Blue) = 26+222+9=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 222 (87.11% from 255 or 86.38% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE09 is #E521F6. Grayscale: #8B8B8B. Windows color (decimal): -15016439 or 646682. OLE color: 646682.
HSL color Cylindrical-coordinate representation of color #1ADE09: hue angle of 115.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1ADE09 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.13 |
| HSL | 115.21º | 0.92% | 0.45% | - |
| HSV(B) | 115.21º | 0.96% | 0.87% | - |
| XYZ | 26.6 | 52.48 | 8.99 | - |
| YUV | 139.11 | 54.57 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 9 | 0.88 | 0 | 0.96 | 0.13 | 115.21 | 0.92 | 0.45 |
| Hex | 1A | DE | 9 | 58 | 0 | 60 | D | 73 | 5C | 2D |
| Octal | 32 | 336 | 11 | 130 | 0 | 140 | 15 | 163 | 134 | 55 |
| Binary | 11010 | 11011110 | 1001 | 1011000 | 0 | 1100000 | 1101 | 1110011 | 1011100 | 101101 |
Color Harmonies of #1ADE09
Complementary color
Monochromatic Colors of #1ADE09
Black with #1ADE09
Text Example
Text Example
White with #1ADE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE09; }
p { color: rgb(26,222,9); }
H1.HeaderClassName
{
color: #1ADE09;
}
.AnyTagClassName
{
color: #1ADE09;
}
</style>
background-color css
<style>
a { background-color: #1ADE09; }
a { background-color: rgb(26,222,9); }
div.DivClassName
{
background-color: #1ADE09;
}
.BgClassName
{
background-color: #1ADE09;
}
</style>
border-color css
<style>
span { border-color: #1ADE09; }
span { border-color: rgb(26,222,9); }
td.TdClassName
{
border-color: #1ADE09;
}
.TagClassName
{
border-color: #1ADE09;
}
</style>