Shades of Free Speech Green #1AE112
Tints of Free Speech Green #1AE112
RGB
CMYK
RGB Variations
Color information
#1AE112 (or 0x1AE112) is known color: Free Speech Green. HEX triplet: 1A, E1 and 12. RGB value is (26,225,18). Sum of RGB (Red+Green+Blue) = 26+225+18=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 225 (88.28% from 255 or 83.64% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AE112 is #E51EED. Grayscale: #8E8E8E. Windows color (decimal): -15015662 or 1237274. OLE color: 1237274.
HSL color Cylindrical-coordinate representation of color #1AE112: hue angle of 117.68º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AE112 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 225 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.12 |
| HSL | 117.68º | 0.85% | 0.48% | - |
| HSV(B) | 117.68º | 0.92% | 0.88% | - |
| XYZ | 27.46 | 54.11 | 9.57 | - |
| YUV | 141.9 | 58.07 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 225 | 18 | 0.88 | 0 | 0.92 | 0.12 | 117.68 | 0.85 | 0.48 |
| Hex | 1A | E1 | 12 | 58 | 0 | 5C | C | 76 | 55 | 30 |
| Octal | 32 | 341 | 22 | 130 | 0 | 134 | 14 | 166 | 125 | 60 |
| Binary | 11010 | 11100001 | 10010 | 1011000 | 0 | 1011100 | 1100 | 1110110 | 1010101 | 110000 |
Color Harmonies of #1AE112
Complementary color
Monochromatic Colors of #1AE112
Black with #1AE112
Text Example
Text Example
White with #1AE112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE112; }
p { color: rgb(26,225,18); }
H1.HeaderClassName
{
color: #1AE112;
}
.AnyTagClassName
{
color: #1AE112;
}
</style>
background-color css
<style>
a { background-color: #1AE112; }
a { background-color: rgb(26,225,18); }
div.DivClassName
{
background-color: #1AE112;
}
.BgClassName
{
background-color: #1AE112;
}
</style>
border-color css
<style>
span { border-color: #1AE112; }
span { border-color: rgb(26,225,18); }
td.TdClassName
{
border-color: #1AE112;
}
.TagClassName
{
border-color: #1AE112;
}
</style>