Shades of Free Speech Green #1AE40C
Tints of Free Speech Green #1AE40C
RGB
CMYK
RGB Variations
Color information
#1AE40C (or 0x1AE40C) is known color: Free Speech Green. HEX triplet: 1A, E4 and 0C. RGB value is (26,228,12). Sum of RGB (Red+Green+Blue) = 26+228+12=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 228 (89.45% from 255 or 85.71% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE40C is #E51BF3. Grayscale: #8F8F8F. Windows color (decimal): -15014900 or 844826. OLE color: 844826.
HSL color Cylindrical-coordinate representation of color #1AE40C: hue angle of 116.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AE40C is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 228 | 12 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.11 |
| HSL | 116.11º | 0.9% | 0.47% | - |
| HSV(B) | 116.11º | 0.95% | 0.89% | - |
| XYZ | 28.24 | 55.73 | 9.62 | - |
| YUV | 142.98 | 54.08 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 228 | 12 | 0.89 | 0 | 0.95 | 0.11 | 116.11 | 0.9 | 0.47 |
| Hex | 1A | E4 | C | 59 | 0 | 5F | B | 74 | 5A | 2F |
| Octal | 32 | 344 | 14 | 131 | 0 | 137 | 13 | 164 | 132 | 57 |
| Binary | 11010 | 11100100 | 1100 | 1011001 | 0 | 1011111 | 1011 | 1110100 | 1011010 | 101111 |
Color Harmonies of #1AE40C
Complementary color
Monochromatic Colors of #1AE40C
Black with #1AE40C
Text Example
Text Example
White with #1AE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE40C; }
p { color: rgb(26,228,12); }
H1.HeaderClassName
{
color: #1AE40C;
}
.AnyTagClassName
{
color: #1AE40C;
}
</style>
background-color css
<style>
a { background-color: #1AE40C; }
a { background-color: rgb(26,228,12); }
div.DivClassName
{
background-color: #1AE40C;
}
.BgClassName
{
background-color: #1AE40C;
}
</style>
border-color css
<style>
span { border-color: #1AE40C; }
span { border-color: rgb(26,228,12); }
td.TdClassName
{
border-color: #1AE40C;
}
.TagClassName
{
border-color: #1AE40C;
}
</style>