Shades of Free Speech Green #1ADE13
Tints of Free Speech Green #1ADE13
RGB
CMYK
RGB Variations
Color information
#1ADE13 (or 0x1ADE13) is known color: Free Speech Green. HEX triplet: 1A, DE and 13. RGB value is (26,222,19). Sum of RGB (Red+Green+Blue) = 26+222+19=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 222 (87.11% from 255 or 83.15% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADE13 is #E521EC. Grayscale: #8C8C8C. Windows color (decimal): -15016429 or 1302042. OLE color: 1302042.
HSL color Cylindrical-coordinate representation of color #1ADE13: hue angle of 117.93º degrees, saturation: 0.84, 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 #1ADE13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 19 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.13 |
| HSL | 117.93º | 0.84% | 0.47% | - |
| HSV(B) | 117.93º | 0.91% | 0.87% | - |
| XYZ | 26.66 | 52.51 | 9.35 | - |
| YUV | 140.25 | 59.57 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 19 | 0.88 | 0 | 0.91 | 0.13 | 117.93 | 0.84 | 0.47 |
| Hex | 1A | DE | 13 | 58 | 0 | 5B | D | 76 | 54 | 2F |
| Octal | 32 | 336 | 23 | 130 | 0 | 133 | 15 | 166 | 124 | 57 |
| Binary | 11010 | 11011110 | 10011 | 1011000 | 0 | 1011011 | 1101 | 1110110 | 1010100 | 101111 |
Color Harmonies of #1ADE13
Complementary color
Monochromatic Colors of #1ADE13
Black with #1ADE13
Text Example
Text Example
White with #1ADE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE13; }
p { color: rgb(26,222,19); }
H1.HeaderClassName
{
color: #1ADE13;
}
.AnyTagClassName
{
color: #1ADE13;
}
</style>
background-color css
<style>
a { background-color: #1ADE13; }
a { background-color: rgb(26,222,19); }
div.DivClassName
{
background-color: #1ADE13;
}
.BgClassName
{
background-color: #1ADE13;
}
</style>
border-color css
<style>
span { border-color: #1ADE13; }
span { border-color: rgb(26,222,19); }
td.TdClassName
{
border-color: #1ADE13;
}
.TagClassName
{
border-color: #1ADE13;
}
</style>