Shades of Free Speech Green #1ADE14
Tints of Free Speech Green #1ADE14
RGB
CMYK
RGB Variations
Color information
#1ADE14 (or 0x1ADE14) is known color: Free Speech Green. HEX triplet: 1A, DE and 14. RGB value is (26,222,20). Sum of RGB (Red+Green+Blue) = 26+222+20=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 222 (87.11% from 255 or 82.84% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE14 is #E521EB. Grayscale: #8C8C8C. Windows color (decimal): -15016428 or 1367578. OLE color: 1367578.
HSL color Cylindrical-coordinate representation of color #1ADE14: hue angle of 118.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ADE14 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 20 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.13 |
| HSL | 118.22º | 0.83% | 0.47% | - |
| HSV(B) | 118.22º | 0.91% | 0.87% | - |
| XYZ | 26.67 | 52.51 | 9.39 | - |
| YUV | 140.37 | 60.07 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 20 | 0.88 | 0 | 0.91 | 0.13 | 118.22 | 0.83 | 0.47 |
| Hex | 1A | DE | 14 | 58 | 0 | 5B | D | 76 | 53 | 2F |
| Octal | 32 | 336 | 24 | 130 | 0 | 133 | 15 | 166 | 123 | 57 |
| Binary | 11010 | 11011110 | 10100 | 1011000 | 0 | 1011011 | 1101 | 1110110 | 1010011 | 101111 |
Color Harmonies of #1ADE14
Complementary color
Monochromatic Colors of #1ADE14
Black with #1ADE14
Text Example
Text Example
White with #1ADE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE14; }
p { color: rgb(26,222,20); }
H1.HeaderClassName
{
color: #1ADE14;
}
.AnyTagClassName
{
color: #1ADE14;
}
</style>
background-color css
<style>
a { background-color: #1ADE14; }
a { background-color: rgb(26,222,20); }
div.DivClassName
{
background-color: #1ADE14;
}
.BgClassName
{
background-color: #1ADE14;
}
</style>
border-color css
<style>
span { border-color: #1ADE14; }
span { border-color: rgb(26,222,20); }
td.TdClassName
{
border-color: #1ADE14;
}
.TagClassName
{
border-color: #1ADE14;
}
</style>