Shades of Free Speech Green #1AFF16
Tints of Free Speech Green #1AFF16
RGB
CMYK
RGB Variations
Color information
#1AFF16 (or 0x1AFF16) is known color: Free Speech Green. HEX triplet: 1A, FF and 16. RGB value is (26,255,22). Sum of RGB (Red+Green+Blue) = 26+255+22=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF16 is #E500E9. Grayscale: #A0A0A0. Windows color (decimal): -15007978 or 1507098. OLE color: 1507098.
HSL color Cylindrical-coordinate representation of color #1AFF16: hue angle of 118.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AFF16 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 22 | - |
| CMYK | 0.90 | 0 | 0.91 | 0 |
| HSL | 118.97º | 1% | 0.54% | - |
| HSV(B) | 118.97º | 0.91% | 1% | - |
| XYZ | 36.33 | 71.8 | 12.7 | - |
| YUV | 159.97 | 50.13 | 32.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 22 | 0.90 | 0 | 0.91 | 0 | 118.97 | 1 | 0.54 |
| Hex | 1A | FF | 16 | 5A | 0 | 5B | 0 | 77 | 64 | 36 |
| Octal | 32 | 377 | 26 | 132 | 0 | 133 | 0 | 167 | 144 | 66 |
| Binary | 11010 | 11111111 | 10110 | 1011010 | 0 | 1011011 | 0 | 1110111 | 1100100 | 110110 |
Color Harmonies of #1AFF16
Complementary color
Monochromatic Colors of #1AFF16
Black with #1AFF16
Text Example
Text Example
White with #1AFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF16; }
p { color: rgb(26,255,22); }
H1.HeaderClassName
{
color: #1AFF16;
}
.AnyTagClassName
{
color: #1AFF16;
}
</style>
background-color css
<style>
a { background-color: #1AFF16; }
a { background-color: rgb(26,255,22); }
div.DivClassName
{
background-color: #1AFF16;
}
.BgClassName
{
background-color: #1AFF16;
}
</style>
border-color css
<style>
span { border-color: #1AFF16; }
span { border-color: rgb(26,255,22); }
td.TdClassName
{
border-color: #1AFF16;
}
.TagClassName
{
border-color: #1AFF16;
}
</style>