Shades of Free Speech Green #1AF211
Tints of Free Speech Green #1AF211
RGB
CMYK
RGB Variations
Color information
#1AF211 (or 0x1AF211) is known color: Free Speech Green. HEX triplet: 1A, F2 and 11. RGB value is (26,242,17). Sum of RGB (Red+Green+Blue) = 26+242+17=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 242 (94.92% from 255 or 84.91% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF211 is #E50DEE. Grayscale: #989898. Windows color (decimal): -15011311 or 1176090. OLE color: 1176090.
HSL color Cylindrical-coordinate representation of color #1AF211: hue angle of 117.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AF211 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 17 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.05 |
| HSL | 117.6º | 0.9% | 0.51% | - |
| HSV(B) | 117.6º | 0.93% | 0.95% | - |
| XYZ | 32.28 | 63.76 | 11.14 | - |
| YUV | 151.77 | 51.94 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 17 | 0.89 | 0 | 0.93 | 0.05 | 117.6 | 0.9 | 0.51 |
| Hex | 1A | F2 | 11 | 59 | 0 | 5D | 5 | 76 | 5A | 33 |
| Octal | 32 | 362 | 21 | 131 | 0 | 135 | 5 | 166 | 132 | 63 |
| Binary | 11010 | 11110010 | 10001 | 1011001 | 0 | 1011101 | 101 | 1110110 | 1011010 | 110011 |
Color Harmonies of #1AF211
Complementary color
Monochromatic Colors of #1AF211
Black with #1AF211
Text Example
Text Example
White with #1AF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF211; }
p { color: rgb(26,242,17); }
H1.HeaderClassName
{
color: #1AF211;
}
.AnyTagClassName
{
color: #1AF211;
}
</style>
background-color css
<style>
a { background-color: #1AF211; }
a { background-color: rgb(26,242,17); }
div.DivClassName
{
background-color: #1AF211;
}
.BgClassName
{
background-color: #1AF211;
}
</style>
border-color css
<style>
span { border-color: #1AF211; }
span { border-color: rgb(26,242,17); }
td.TdClassName
{
border-color: #1AF211;
}
.TagClassName
{
border-color: #1AF211;
}
</style>