Shades of Free Speech Green #1AE00E
Tints of Free Speech Green #1AE00E
RGB
CMYK
RGB Variations
Color information
#1AE00E (or 0x1AE00E) is known color: Free Speech Green. HEX triplet: 1A, E0 and 0E. RGB value is (26,224,14). Sum of RGB (Red+Green+Blue) = 26+224+14=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 224 (87.89% from 255 or 84.85% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE00E is #E51FF1. Grayscale: #8D8D8D. Windows color (decimal): -15015922 or 974874. OLE color: 974874.
HSL color Cylindrical-coordinate representation of color #1AE00E: hue angle of 116.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AE00E is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 224 | 14 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.12 |
| HSL | 116.57º | 0.88% | 0.47% | - |
| HSV(B) | 116.57º | 0.94% | 0.88% | - |
| XYZ | 27.16 | 53.56 | 9.32 | - |
| YUV | 140.86 | 56.4 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 14 | 0.88 | 0 | 0.94 | 0.12 | 116.57 | 0.88 | 0.47 |
| Hex | 1A | E0 | E | 58 | 0 | 5E | C | 75 | 58 | 2F |
| Octal | 32 | 340 | 16 | 130 | 0 | 136 | 14 | 165 | 130 | 57 |
| Binary | 11010 | 11100000 | 1110 | 1011000 | 0 | 1011110 | 1100 | 1110101 | 1011000 | 101111 |
Color Harmonies of #1AE00E
Complementary color
Monochromatic Colors of #1AE00E
Black with #1AE00E
Text Example
Text Example
White with #1AE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE00E; }
p { color: rgb(26,224,14); }
H1.HeaderClassName
{
color: #1AE00E;
}
.AnyTagClassName
{
color: #1AE00E;
}
</style>
background-color css
<style>
a { background-color: #1AE00E; }
a { background-color: rgb(26,224,14); }
div.DivClassName
{
background-color: #1AE00E;
}
.BgClassName
{
background-color: #1AE00E;
}
</style>
border-color css
<style>
span { border-color: #1AE00E; }
span { border-color: rgb(26,224,14); }
td.TdClassName
{
border-color: #1AE00E;
}
.TagClassName
{
border-color: #1AE00E;
}
</style>