Shades of Free Speech Green #1AEF2C
Tints of Free Speech Green #1AEF2C
RGB
CMYK
RGB Variations
Color information
#1AEF2C (or 0x1AEF2C) is known color: Free Speech Green. HEX triplet: 1A, EF and 2C. RGB value is (26,239,44). Sum of RGB (Red+Green+Blue) = 26+239+44=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #1AEF2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AEF2C is #E510D3. Grayscale: #999999. Windows color (decimal): -15012052 or 2944794. OLE color: 2944794.
HSL color Cylindrical-coordinate representation of color #1AEF2C: hue angle of 125.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEF2C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 239 | 44 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.06 |
| HSL | 125.07º | 0.87% | 0.52% | - |
| HSV(B) | 125.07º | 0.89% | 0.94% | - |
| XYZ | 31.75 | 62.13 | 12.7 | - |
| YUV | 153.08 | 66.43 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 239 | 44 | 0.89 | 0 | 0.82 | 0.06 | 125.07 | 0.87 | 0.52 |
| Hex | 1A | EF | 2C | 59 | 0 | 52 | 6 | 7D | 57 | 34 |
| Octal | 32 | 357 | 54 | 131 | 0 | 122 | 6 | 175 | 127 | 64 |
| Binary | 11010 | 11101111 | 101100 | 1011001 | 0 | 1010010 | 110 | 1111101 | 1010111 | 110100 |
Color Harmonies of #1AEF2C
Complementary color
Monochromatic Colors of #1AEF2C
Black with #1AEF2C
Text Example
Text Example
White with #1AEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AEF2C; }
p { color: rgb(26,239,44); }
H1.HeaderClassName
{
color: #1AEF2C;
}
.AnyTagClassName
{
color: #1AEF2C;
}
</style>
background-color css
<style>
a { background-color: #1AEF2C; }
a { background-color: rgb(26,239,44); }
div.DivClassName
{
background-color: #1AEF2C;
}
.BgClassName
{
background-color: #1AEF2C;
}
</style>
border-color css
<style>
span { border-color: #1AEF2C; }
span { border-color: rgb(26,239,44); }
td.TdClassName
{
border-color: #1AEF2C;
}
.TagClassName
{
border-color: #1AEF2C;
}
</style>