Shades of Free Speech Green #1AFB11
Tints of Free Speech Green #1AFB11
RGB
CMYK
RGB Variations
Color information
#1AFB11 (or 0x1AFB11) is known color: Free Speech Green. HEX triplet: 1A, FB and 11. RGB value is (26,251,17). Sum of RGB (Red+Green+Blue) = 26+251+17=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 251 (98.44% from 255 or 85.37% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFB11 is #E504EE. Grayscale: #9D9D9D. Windows color (decimal): -15009007 or 1178394. OLE color: 1178394.
HSL color Cylindrical-coordinate representation of color #1AFB11: hue angle of 117.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AFB11 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 17 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.02 |
| HSL | 117.69º | 0.97% | 0.53% | - |
| HSV(B) | 117.69º | 0.93% | 0.98% | - |
| XYZ | 35.02 | 69.25 | 12.05 | - |
| YUV | 157.05 | 48.96 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 17 | 0.90 | 0 | 0.93 | 0.02 | 117.69 | 0.97 | 0.53 |
| Hex | 1A | FB | 11 | 5A | 0 | 5D | 2 | 76 | 61 | 35 |
| Octal | 32 | 373 | 21 | 132 | 0 | 135 | 2 | 166 | 141 | 65 |
| Binary | 11010 | 11111011 | 10001 | 1011010 | 0 | 1011101 | 10 | 1110110 | 1100001 | 110101 |
Color Harmonies of #1AFB11
Complementary color
Monochromatic Colors of #1AFB11
Black with #1AFB11
Text Example
Text Example
White with #1AFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB11; }
p { color: rgb(26,251,17); }
H1.HeaderClassName
{
color: #1AFB11;
}
.AnyTagClassName
{
color: #1AFB11;
}
</style>
background-color css
<style>
a { background-color: #1AFB11; }
a { background-color: rgb(26,251,17); }
div.DivClassName
{
background-color: #1AFB11;
}
.BgClassName
{
background-color: #1AFB11;
}
</style>
border-color css
<style>
span { border-color: #1AFB11; }
span { border-color: rgb(26,251,17); }
td.TdClassName
{
border-color: #1AFB11;
}
.TagClassName
{
border-color: #1AFB11;
}
</style>