Shades of Free Speech Green #1ADE12
Tints of Free Speech Green #1ADE12
RGB
CMYK
RGB Variations
Color information
#1ADE12 (or 0x1ADE12) is known color: Free Speech Green. HEX triplet: 1A, DE and 12. RGB value is (26,222,18). Sum of RGB (Red+Green+Blue) = 26+222+18=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 222 (87.11% from 255 or 83.46% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE12 is #E521ED. Grayscale: #8C8C8C. Windows color (decimal): -15016430 or 1236506. OLE color: 1236506.
HSL color Cylindrical-coordinate representation of color #1ADE12: hue angle of 117.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ADE12 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.13 |
| HSL | 117.65º | 0.85% | 0.47% | - |
| HSV(B) | 117.65º | 0.92% | 0.87% | - |
| XYZ | 26.66 | 52.51 | 9.3 | - |
| YUV | 140.14 | 59.07 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 18 | 0.88 | 0 | 0.92 | 0.13 | 117.65 | 0.85 | 0.47 |
| Hex | 1A | DE | 12 | 58 | 0 | 5C | D | 76 | 55 | 2F |
| Octal | 32 | 336 | 22 | 130 | 0 | 134 | 15 | 166 | 125 | 57 |
| Binary | 11010 | 11011110 | 10010 | 1011000 | 0 | 1011100 | 1101 | 1110110 | 1010101 | 101111 |
Color Harmonies of #1ADE12
Complementary color
Monochromatic Colors of #1ADE12
Black with #1ADE12
Text Example
Text Example
White with #1ADE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE12; }
p { color: rgb(26,222,18); }
H1.HeaderClassName
{
color: #1ADE12;
}
.AnyTagClassName
{
color: #1ADE12;
}
</style>
background-color css
<style>
a { background-color: #1ADE12; }
a { background-color: rgb(26,222,18); }
div.DivClassName
{
background-color: #1ADE12;
}
.BgClassName
{
background-color: #1ADE12;
}
</style>
border-color css
<style>
span { border-color: #1ADE12; }
span { border-color: rgb(26,222,18); }
td.TdClassName
{
border-color: #1ADE12;
}
.TagClassName
{
border-color: #1ADE12;
}
</style>