Shades of Free Speech Green #1AFF07
Tints of Free Speech Green #1AFF07
RGB
CMYK
RGB Variations
Color information
#1AFF07 (or 0x1AFF07) is known color: Free Speech Green. HEX triplet: 1A, FF and 07. RGB value is (26,255,7). Sum of RGB (Red+Green+Blue) = 26+255+7=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 255 (100% from 255 or 88.54% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF07 is #E500F8. Grayscale: #9F9F9F. Windows color (decimal): -15007993 or 524058. OLE color: 524058.
HSL color Cylindrical-coordinate representation of color #1AFF07: hue angle of 115.4º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AFF07 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 7 | - |
| CMYK | 0.90 | 0 | 0.97 | 0 |
| HSL | 115.4º | 1% | 0.51% | - |
| HSV(B) | 115.4º | 0.97% | 1% | - |
| XYZ | 36.22 | 71.75 | 12.14 | - |
| YUV | 158.26 | 42.63 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 7 | 0.90 | 0 | 0.97 | 0 | 115.4 | 1 | 0.51 |
| Hex | 1A | FF | 7 | 5A | 0 | 61 | 0 | 73 | 64 | 33 |
| Octal | 32 | 377 | 7 | 132 | 0 | 141 | 0 | 163 | 144 | 63 |
| Binary | 11010 | 11111111 | 111 | 1011010 | 0 | 1100001 | 0 | 1110011 | 1100100 | 110011 |
Color Harmonies of #1AFF07
Complementary color
Monochromatic Colors of #1AFF07
Black with #1AFF07
Text Example
Text Example
White with #1AFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF07; }
p { color: rgb(26,255,7); }
H1.HeaderClassName
{
color: #1AFF07;
}
.AnyTagClassName
{
color: #1AFF07;
}
</style>
background-color css
<style>
a { background-color: #1AFF07; }
a { background-color: rgb(26,255,7); }
div.DivClassName
{
background-color: #1AFF07;
}
.BgClassName
{
background-color: #1AFF07;
}
</style>
border-color css
<style>
span { border-color: #1AFF07; }
span { border-color: rgb(26,255,7); }
td.TdClassName
{
border-color: #1AFF07;
}
.TagClassName
{
border-color: #1AFF07;
}
</style>