Shades of Free Speech Green #1AEA00
Tints of Free Speech Green #1AEA00
RGB
CMYK
RGB Variations
Color information
#1AEA00 (or 0x1AEA00) is known color: Free Speech Green. HEX triplet: 1A, EA and 00. RGB value is (26,234,0). Sum of RGB (Red+Green+Blue) = 26+234+0=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 234 (91.80% from 255 or 90% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AEA00 is #E515FF. Grayscale: #919191. Windows color (decimal): -15013376 or 59930. OLE color: 59930.
HSL color Cylindrical-coordinate representation of color #1AEA00: hue angle of 113.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AEA00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 234 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.08 |
| HSL | 113.33º | 1% | 0.46% | - |
| HSV(B) | 113.33º | 1% | 0.92% | - |
| XYZ | 29.85 | 59.07 | 9.83 | - |
| YUV | 145.13 | 46.09 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 234 | 0 | 0.89 | 0 | 1 | 0.08 | 113.33 | 1 | 0.46 |
| Hex | 1A | EA | 0 | 59 | 0 | 64 | 8 | 71 | 64 | 2E |
| Octal | 32 | 352 | 0 | 131 | 0 | 144 | 10 | 161 | 144 | 56 |
| Binary | 11010 | 11101010 | 0 | 1011001 | 0 | 1100100 | 1000 | 1110001 | 1100100 | 101110 |
Color Harmonies of #1AEA00
Complementary color
Monochromatic Colors of #1AEA00
Black with #1AEA00
Text Example
Text Example
White with #1AEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEA00; }
p { color: rgb(26,234,0); }
H1.HeaderClassName
{
color: #1AEA00;
}
.AnyTagClassName
{
color: #1AEA00;
}
</style>
background-color css
<style>
a { background-color: #1AEA00; }
a { background-color: rgb(26,234,0); }
div.DivClassName
{
background-color: #1AEA00;
}
.BgClassName
{
background-color: #1AEA00;
}
</style>
border-color css
<style>
span { border-color: #1AEA00; }
span { border-color: rgb(26,234,0); }
td.TdClassName
{
border-color: #1AEA00;
}
.TagClassName
{
border-color: #1AEA00;
}
</style>