Shades of Free Speech Green #1AE525
Tints of Free Speech Green #1AE525
RGB
CMYK
RGB Variations
Color information
#1AE525 (or 0x1AE525) is known color: Free Speech Green. HEX triplet: 1A, E5 and 25. RGB value is (26,229,37). Sum of RGB (Red+Green+Blue) = 26+229+37=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 229 (89.84% from 255 or 78.42% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE525 is #E51ADA. Grayscale: #929292. Windows color (decimal): -15014619 or 2483482. OLE color: 2483482.
HSL color Cylindrical-coordinate representation of color #1AE525: hue angle of 123.25º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE525 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 229 | 37 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.10 |
| HSL | 123.25º | 0.8% | 0.5% | - |
| HSV(B) | 123.25º | 0.89% | 0.9% | - |
| XYZ | 28.78 | 56.39 | 11.12 | - |
| YUV | 146.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 229 | 37 | 0.89 | 0 | 0.84 | 0.10 | 123.25 | 0.8 | 0.5 |
| Hex | 1A | E5 | 25 | 59 | 0 | 54 | A | 7B | 50 | 32 |
| Octal | 32 | 345 | 45 | 131 | 0 | 124 | 12 | 173 | 120 | 62 |
| Binary | 11010 | 11100101 | 100101 | 1011001 | 0 | 1010100 | 1010 | 1111011 | 1010000 | 110010 |
Color Harmonies of #1AE525
Complementary color
Monochromatic Colors of #1AE525
Black with #1AE525
Text Example
Text Example
White with #1AE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE525; }
p { color: rgb(26,229,37); }
H1.HeaderClassName
{
color: #1AE525;
}
.AnyTagClassName
{
color: #1AE525;
}
</style>
background-color css
<style>
a { background-color: #1AE525; }
a { background-color: rgb(26,229,37); }
div.DivClassName
{
background-color: #1AE525;
}
.BgClassName
{
background-color: #1AE525;
}
</style>
border-color css
<style>
span { border-color: #1AE525; }
span { border-color: rgb(26,229,37); }
td.TdClassName
{
border-color: #1AE525;
}
.TagClassName
{
border-color: #1AE525;
}
</style>