Shades of Free Speech Green #1AED1C
Tints of Free Speech Green #1AED1C
RGB
CMYK
RGB Variations
Color information
#1AED1C (or 0x1AED1C) is known color: Free Speech Green. HEX triplet: 1A, ED and 1C. RGB value is (26,237,28). Sum of RGB (Red+Green+Blue) = 26+237+28=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 237 (92.97% from 255 or 81.44% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 237 - color contains mainly: green. Hex color #1AED1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AED1C is #E512E3. Grayscale: #969696. Windows color (decimal): -15012580 or 1895706. OLE color: 1895706.
HSL color Cylindrical-coordinate representation of color #1AED1C: hue angle of 120.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AED1C is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 237 | 28 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.07 |
| HSL | 120.57º | 0.85% | 0.52% | - |
| HSV(B) | 120.57º | 0.89% | 0.93% | - |
| XYZ | 30.92 | 60.87 | 11.22 | - |
| YUV | 150.09 | 59.1 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 237 | 28 | 0.89 | 0 | 0.88 | 0.07 | 120.57 | 0.85 | 0.52 |
| Hex | 1A | ED | 1C | 59 | 0 | 58 | 7 | 79 | 55 | 34 |
| Octal | 32 | 355 | 34 | 131 | 0 | 130 | 7 | 171 | 125 | 64 |
| Binary | 11010 | 11101101 | 11100 | 1011001 | 0 | 1011000 | 111 | 1111001 | 1010101 | 110100 |
Color Harmonies of #1AED1C
Complementary color
Monochromatic Colors of #1AED1C
Black with #1AED1C
Text Example
Text Example
White with #1AED1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AED1C; }
p { color: rgb(26,237,28); }
H1.HeaderClassName
{
color: #1AED1C;
}
.AnyTagClassName
{
color: #1AED1C;
}
</style>
background-color css
<style>
a { background-color: #1AED1C; }
a { background-color: rgb(26,237,28); }
div.DivClassName
{
background-color: #1AED1C;
}
.BgClassName
{
background-color: #1AED1C;
}
</style>
border-color css
<style>
span { border-color: #1AED1C; }
span { border-color: rgb(26,237,28); }
td.TdClassName
{
border-color: #1AED1C;
}
.TagClassName
{
border-color: #1AED1C;
}
</style>