Shades of Free Speech Green #1AFF1F
Tints of Free Speech Green #1AFF1F
RGB
CMYK
RGB Variations
Color information
#1AFF1F (or 0x1AFF1F) is known color: Free Speech Green. HEX triplet: 1A, FF and 1F. RGB value is (26,255,31). Sum of RGB (Red+Green+Blue) = 26+255+31=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF1F is #E500E0. Grayscale: #A1A1A1. Windows color (decimal): -15007969 or 2096922. OLE color: 2096922.
HSL color Cylindrical-coordinate representation of color #1AFF1F: hue angle of 121.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF1F is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 31 | - |
| CMYK | 0.90 | 0 | 0.88 | 0 |
| HSL | 121.31º | 1% | 0.55% | - |
| HSV(B) | 121.31º | 0.9% | 1% | - |
| XYZ | 36.43 | 71.84 | 13.24 | - |
| YUV | 160.99 | 54.63 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 31 | 0.90 | 0 | 0.88 | 0 | 121.31 | 1 | 0.55 |
| Hex | 1A | FF | 1F | 5A | 0 | 58 | 0 | 79 | 64 | 37 |
| Octal | 32 | 377 | 37 | 132 | 0 | 130 | 0 | 171 | 144 | 67 |
| Binary | 11010 | 11111111 | 11111 | 1011010 | 0 | 1011000 | 0 | 1111001 | 1100100 | 110111 |
Color Harmonies of #1AFF1F
Complementary color
Monochromatic Colors of #1AFF1F
Black with #1AFF1F
Text Example
Text Example
White with #1AFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF1F; }
p { color: rgb(26,255,31); }
H1.HeaderClassName
{
color: #1AFF1F;
}
.AnyTagClassName
{
color: #1AFF1F;
}
</style>
background-color css
<style>
a { background-color: #1AFF1F; }
a { background-color: rgb(26,255,31); }
div.DivClassName
{
background-color: #1AFF1F;
}
.BgClassName
{
background-color: #1AFF1F;
}
</style>
border-color css
<style>
span { border-color: #1AFF1F; }
span { border-color: rgb(26,255,31); }
td.TdClassName
{
border-color: #1AFF1F;
}
.TagClassName
{
border-color: #1AFF1F;
}
</style>