Shades of Free Speech Green #1AF020
Tints of Free Speech Green #1AF020
RGB
CMYK
RGB Variations
Color information
#1AF020 (or 0x1AF020) is known color: Free Speech Green. HEX triplet: 1A, F0 and 20. RGB value is (26,240,32). Sum of RGB (Red+Green+Blue) = 26+240+32=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 240 (94.14% from 255 or 80.54% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF020 is #E50FDF. Grayscale: #989898. Windows color (decimal): -15011808 or 2158618. OLE color: 2158618.
HSL color Cylindrical-coordinate representation of color #1AF020: hue angle of 121.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF020 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 32 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.06 |
| HSL | 121.68º | 0.88% | 0.52% | - |
| HSV(B) | 121.68º | 0.89% | 0.94% | - |
| XYZ | 31.85 | 62.64 | 11.78 | - |
| YUV | 152.3 | 60.1 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 32 | 0.89 | 0 | 0.87 | 0.06 | 121.68 | 0.88 | 0.52 |
| Hex | 1A | F0 | 20 | 59 | 0 | 57 | 6 | 7A | 58 | 34 |
| Octal | 32 | 360 | 40 | 131 | 0 | 127 | 6 | 172 | 130 | 64 |
| Binary | 11010 | 11110000 | 100000 | 1011001 | 0 | 1010111 | 110 | 1111010 | 1011000 | 110100 |
Color Harmonies of #1AF020
Complementary color
Monochromatic Colors of #1AF020
Black with #1AF020
Text Example
Text Example
White with #1AF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF020; }
p { color: rgb(26,240,32); }
H1.HeaderClassName
{
color: #1AF020;
}
.AnyTagClassName
{
color: #1AF020;
}
</style>
background-color css
<style>
a { background-color: #1AF020; }
a { background-color: rgb(26,240,32); }
div.DivClassName
{
background-color: #1AF020;
}
.BgClassName
{
background-color: #1AF020;
}
</style>
border-color css
<style>
span { border-color: #1AF020; }
span { border-color: rgb(26,240,32); }
td.TdClassName
{
border-color: #1AF020;
}
.TagClassName
{
border-color: #1AF020;
}
</style>