Shades of Free Speech Green #1AF007
Tints of Free Speech Green #1AF007
RGB
CMYK
RGB Variations
Color information
#1AF007 (or 0x1AF007) is known color: Free Speech Green. HEX triplet: 1A, F0 and 07. RGB value is (26,240,7). Sum of RGB (Red+Green+Blue) = 26+240+7=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 240 (94.14% from 255 or 87.91% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF007 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF007 is #E50FF8. Grayscale: #969696. Windows color (decimal): -15011833 or 520218. OLE color: 520218.
HSL color Cylindrical-coordinate representation of color #1AF007: hue angle of 115.11º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AF007 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.06 |
| HSL | 115.11º | 0.94% | 0.48% | - |
| HSV(B) | 115.11º | 0.97% | 0.94% | - |
| XYZ | 31.62 | 62.56 | 10.61 | - |
| YUV | 149.45 | 47.6 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 7 | 0.89 | 0 | 0.97 | 0.06 | 115.11 | 0.94 | 0.48 |
| Hex | 1A | F0 | 7 | 59 | 0 | 61 | 6 | 73 | 5E | 30 |
| Octal | 32 | 360 | 7 | 131 | 0 | 141 | 6 | 163 | 136 | 60 |
| Binary | 11010 | 11110000 | 111 | 1011001 | 0 | 1100001 | 110 | 1110011 | 1011110 | 110000 |
Color Harmonies of #1AF007
Complementary color
Monochromatic Colors of #1AF007
Black with #1AF007
Text Example
Text Example
White with #1AF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF007; }
p { color: rgb(26,240,7); }
H1.HeaderClassName
{
color: #1AF007;
}
.AnyTagClassName
{
color: #1AF007;
}
</style>
background-color css
<style>
a { background-color: #1AF007; }
a { background-color: rgb(26,240,7); }
div.DivClassName
{
background-color: #1AF007;
}
.BgClassName
{
background-color: #1AF007;
}
</style>
border-color css
<style>
span { border-color: #1AF007; }
span { border-color: rgb(26,240,7); }
td.TdClassName
{
border-color: #1AF007;
}
.TagClassName
{
border-color: #1AF007;
}
</style>