Shades of Free Speech Green #1AE50D
Tints of Free Speech Green #1AE50D
RGB
CMYK
RGB Variations
Color information
#1AE50D (or 0x1AE50D) is known color: Free Speech Green. HEX triplet: 1A, E5 and 0D. RGB value is (26,229,13). Sum of RGB (Red+Green+Blue) = 26+229+13=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 229 (89.84% from 255 or 85.45% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE50D is #E51AF2. Grayscale: #909090. Windows color (decimal): -15014643 or 910618. OLE color: 910618.
HSL color Cylindrical-coordinate representation of color #1AE50D: hue angle of 116.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AE50D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.10 |
| HSL | 116.39º | 0.89% | 0.47% | - |
| HSV(B) | 116.39º | 0.94% | 0.9% | - |
| XYZ | 28.52 | 56.29 | 9.74 | - |
| YUV | 143.68 | 54.25 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 13 | 0.89 | 0 | 0.94 | 0.10 | 116.39 | 0.89 | 0.47 |
| Hex | 1A | E5 | D | 59 | 0 | 5E | A | 74 | 59 | 2F |
| Octal | 32 | 345 | 15 | 131 | 0 | 136 | 12 | 164 | 131 | 57 |
| Binary | 11010 | 11100101 | 1101 | 1011001 | 0 | 1011110 | 1010 | 1110100 | 1011001 | 101111 |
Color Harmonies of #1AE50D
Complementary color
Monochromatic Colors of #1AE50D
Black with #1AE50D
Text Example
Text Example
White with #1AE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE50D; }
p { color: rgb(26,229,13); }
H1.HeaderClassName
{
color: #1AE50D;
}
.AnyTagClassName
{
color: #1AE50D;
}
</style>
background-color css
<style>
a { background-color: #1AE50D; }
a { background-color: rgb(26,229,13); }
div.DivClassName
{
background-color: #1AE50D;
}
.BgClassName
{
background-color: #1AE50D;
}
</style>
border-color css
<style>
span { border-color: #1AE50D; }
span { border-color: rgb(26,229,13); }
td.TdClassName
{
border-color: #1AE50D;
}
.TagClassName
{
border-color: #1AE50D;
}
</style>