Shades of Free Speech Green #1AF722
Tints of Free Speech Green #1AF722
RGB
CMYK
RGB Variations
Color information
#1AF722 (or 0x1AF722) is known color: Free Speech Green. HEX triplet: 1A, F7 and 22. RGB value is (26,247,34). Sum of RGB (Red+Green+Blue) = 26+247+34=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 247 (96.88% from 255 or 80.46% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF722 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF722 is #E508DD. Grayscale: #9D9D9D. Windows color (decimal): -15010014 or 2291482. OLE color: 2291482.
HSL color Cylindrical-coordinate representation of color #1AF722: hue angle of 122.17º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF722 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 247 | 34 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.03 |
| HSL | 122.17º | 0.93% | 0.54% | - |
| HSV(B) | 122.17º | 0.89% | 0.97% | - |
| XYZ | 33.98 | 66.86 | 12.63 | - |
| YUV | 156.64 | 58.78 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 247 | 34 | 0.89 | 0 | 0.86 | 0.03 | 122.17 | 0.93 | 0.54 |
| Hex | 1A | F7 | 22 | 59 | 0 | 56 | 3 | 7A | 5D | 36 |
| Octal | 32 | 367 | 42 | 131 | 0 | 126 | 3 | 172 | 135 | 66 |
| Binary | 11010 | 11110111 | 100010 | 1011001 | 0 | 1010110 | 11 | 1111010 | 1011101 | 110110 |
Color Harmonies of #1AF722
Complementary color
Monochromatic Colors of #1AF722
Black with #1AF722
Text Example
Text Example
White with #1AF722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF722; }
p { color: rgb(26,247,34); }
H1.HeaderClassName
{
color: #1AF722;
}
.AnyTagClassName
{
color: #1AF722;
}
</style>
background-color css
<style>
a { background-color: #1AF722; }
a { background-color: rgb(26,247,34); }
div.DivClassName
{
background-color: #1AF722;
}
.BgClassName
{
background-color: #1AF722;
}
</style>
border-color css
<style>
span { border-color: #1AF722; }
span { border-color: rgb(26,247,34); }
td.TdClassName
{
border-color: #1AF722;
}
.TagClassName
{
border-color: #1AF722;
}
</style>