Shades of Free Speech Green #1AF41A
Tints of Free Speech Green #1AF41A
RGB
CMYK
RGB Variations
Color information
#1AF41A (or 0x1AF41A) is known color: Free Speech Green. HEX triplet: 1A, F4 and 1A. RGB value is (26,244,26). Sum of RGB (Red+Green+Blue) = 26+244+26=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 244 (95.70% from 255 or 82.43% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF41A is #E50BE5. Grayscale: #9A9A9A. Windows color (decimal): -15010790 or 1766426. OLE color: 1766426.
HSL color Cylindrical-coordinate representation of color #1AF41A: hue angle of 120º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF41A is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 26 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.04 |
| HSL | 120º | 0.91% | 0.53% | - |
| HSV(B) | 120º | 0.89% | 0.96% | - |
| XYZ | 32.96 | 65 | 11.79 | - |
| YUV | 153.97 | 55.78 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 26 | 0.89 | 0 | 0.89 | 0.04 | 120 | 0.91 | 0.53 |
| Hex | 1A | F4 | 1A | 59 | 0 | 59 | 4 | 78 | 5B | 35 |
| Octal | 32 | 364 | 32 | 131 | 0 | 131 | 4 | 170 | 133 | 65 |
| Binary | 11010 | 11110100 | 11010 | 1011001 | 0 | 1011001 | 100 | 1111000 | 1011011 | 110101 |
Color Harmonies of #1AF41A
Complementary color
Monochromatic Colors of #1AF41A
Black with #1AF41A
Text Example
Text Example
White with #1AF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF41A; }
p { color: rgb(26,244,26); }
H1.HeaderClassName
{
color: #1AF41A;
}
.AnyTagClassName
{
color: #1AF41A;
}
</style>
background-color css
<style>
a { background-color: #1AF41A; }
a { background-color: rgb(26,244,26); }
div.DivClassName
{
background-color: #1AF41A;
}
.BgClassName
{
background-color: #1AF41A;
}
</style>
border-color css
<style>
span { border-color: #1AF41A; }
span { border-color: rgb(26,244,26); }
td.TdClassName
{
border-color: #1AF41A;
}
.TagClassName
{
border-color: #1AF41A;
}
</style>