Shades of Free Speech Green #1AF612
Tints of Free Speech Green #1AF612
RGB
CMYK
RGB Variations
Color information
#1AF612 (or 0x1AF612) is known color: Free Speech Green. HEX triplet: 1A, F6 and 12. RGB value is (26,246,18). Sum of RGB (Red+Green+Blue) = 26+246+18=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 246 (96.48% from 255 or 84.83% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF612 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF612 is #E509ED. Grayscale: #9A9A9A. Windows color (decimal): -15010286 or 1242650. OLE color: 1242650.
HSL color Cylindrical-coordinate representation of color #1AF612: hue angle of 117.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AF612 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 18 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.04 |
| HSL | 117.89º | 0.93% | 0.52% | - |
| HSV(B) | 117.89º | 0.93% | 0.96% | - |
| XYZ | 33.49 | 66.17 | 11.58 | - |
| YUV | 154.23 | 51.11 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 18 | 0.89 | 0 | 0.93 | 0.04 | 117.89 | 0.93 | 0.52 |
| Hex | 1A | F6 | 12 | 59 | 0 | 5D | 4 | 76 | 5D | 34 |
| Octal | 32 | 366 | 22 | 131 | 0 | 135 | 4 | 166 | 135 | 64 |
| Binary | 11010 | 11110110 | 10010 | 1011001 | 0 | 1011101 | 100 | 1110110 | 1011101 | 110100 |
Color Harmonies of #1AF612
Complementary color
Monochromatic Colors of #1AF612
Black with #1AF612
Text Example
Text Example
White with #1AF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF612; }
p { color: rgb(26,246,18); }
H1.HeaderClassName
{
color: #1AF612;
}
.AnyTagClassName
{
color: #1AF612;
}
</style>
background-color css
<style>
a { background-color: #1AF612; }
a { background-color: rgb(26,246,18); }
div.DivClassName
{
background-color: #1AF612;
}
.BgClassName
{
background-color: #1AF612;
}
</style>
border-color css
<style>
span { border-color: #1AF612; }
span { border-color: rgb(26,246,18); }
td.TdClassName
{
border-color: #1AF612;
}
.TagClassName
{
border-color: #1AF612;
}
</style>