Shades of Free Speech Green #1AF607
Tints of Free Speech Green #1AF607
RGB
CMYK
RGB Variations
Color information
#1AF607 (or 0x1AF607) is known color: Free Speech Green. HEX triplet: 1A, F6 and 07. RGB value is (26,246,7). Sum of RGB (Red+Green+Blue) = 26+246+7=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 246 (96.48% from 255 or 88.17% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF607 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF607 is #E509F8. Grayscale: #999999. Windows color (decimal): -15010297 or 521754. OLE color: 521754.
HSL color Cylindrical-coordinate representation of color #1AF607: hue angle of 115.23º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AF607 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 7 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.04 |
| HSL | 115.23º | 0.94% | 0.5% | - |
| HSV(B) | 115.23º | 0.97% | 0.96% | - |
| XYZ | 33.42 | 66.15 | 11.21 | - |
| YUV | 152.97 | 45.61 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 7 | 0.89 | 0 | 0.97 | 0.04 | 115.23 | 0.94 | 0.5 |
| Hex | 1A | F6 | 7 | 59 | 0 | 61 | 4 | 73 | 5E | 32 |
| Octal | 32 | 366 | 7 | 131 | 0 | 141 | 4 | 163 | 136 | 62 |
| Binary | 11010 | 11110110 | 111 | 1011001 | 0 | 1100001 | 100 | 1110011 | 1011110 | 110010 |
Color Harmonies of #1AF607
Complementary color
Monochromatic Colors of #1AF607
Black with #1AF607
Text Example
Text Example
White with #1AF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF607; }
p { color: rgb(26,246,7); }
H1.HeaderClassName
{
color: #1AF607;
}
.AnyTagClassName
{
color: #1AF607;
}
</style>
background-color css
<style>
a { background-color: #1AF607; }
a { background-color: rgb(26,246,7); }
div.DivClassName
{
background-color: #1AF607;
}
.BgClassName
{
background-color: #1AF607;
}
</style>
border-color css
<style>
span { border-color: #1AF607; }
span { border-color: rgb(26,246,7); }
td.TdClassName
{
border-color: #1AF607;
}
.TagClassName
{
border-color: #1AF607;
}
</style>