Shades of Free Speech Green #1AF014
Tints of Free Speech Green #1AF014
RGB
CMYK
RGB Variations
Color information
#1AF014 (or 0x1AF014) is known color: Free Speech Green. HEX triplet: 1A, F0 and 14. RGB value is (26,240,20). Sum of RGB (Red+Green+Blue) = 26+240+20=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 240 (94.14% from 255 or 83.92% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF014 is #E50FEB. Grayscale: #979797. Windows color (decimal): -15011820 or 1372186. OLE color: 1372186.
HSL color Cylindrical-coordinate representation of color #1AF014: hue angle of 118.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AF014 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 20 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.06 |
| HSL | 118.36º | 0.88% | 0.51% | - |
| HSV(B) | 118.36º | 0.92% | 0.94% | - |
| XYZ | 31.71 | 62.59 | 11.07 | - |
| YUV | 150.93 | 54.1 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 20 | 0.89 | 0 | 0.92 | 0.06 | 118.36 | 0.88 | 0.51 |
| Hex | 1A | F0 | 14 | 59 | 0 | 5C | 6 | 76 | 58 | 33 |
| Octal | 32 | 360 | 24 | 131 | 0 | 134 | 6 | 166 | 130 | 63 |
| Binary | 11010 | 11110000 | 10100 | 1011001 | 0 | 1011100 | 110 | 1110110 | 1011000 | 110011 |
Color Harmonies of #1AF014
Complementary color
Monochromatic Colors of #1AF014
Black with #1AF014
Text Example
Text Example
White with #1AF014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF014; }
p { color: rgb(26,240,20); }
H1.HeaderClassName
{
color: #1AF014;
}
.AnyTagClassName
{
color: #1AF014;
}
</style>
background-color css
<style>
a { background-color: #1AF014; }
a { background-color: rgb(26,240,20); }
div.DivClassName
{
background-color: #1AF014;
}
.BgClassName
{
background-color: #1AF014;
}
</style>
border-color css
<style>
span { border-color: #1AF014; }
span { border-color: rgb(26,240,20); }
td.TdClassName
{
border-color: #1AF014;
}
.TagClassName
{
border-color: #1AF014;
}
</style>