Shades of Free Speech Green #1AF62E
Tints of Free Speech Green #1AF62E
RGB
CMYK
RGB Variations
Color information
#1AF62E (or 0x1AF62E) is known color: Free Speech Green. HEX triplet: 1A, F6 and 2E. RGB value is (26,246,46). Sum of RGB (Red+Green+Blue) = 26+246+46=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 246 (96.48% from 255 or 77.36% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF62E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF62E is #E509D1. Grayscale: #9E9E9E. Windows color (decimal): -15010258 or 3077658. OLE color: 3077658.
HSL color Cylindrical-coordinate representation of color #1AF62E: hue angle of 125.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF62E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 246 | 46 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.04 |
| HSL | 125.45º | 0.92% | 0.53% | - |
| HSV(B) | 125.45º | 0.89% | 0.96% | - |
| XYZ | 33.87 | 66.33 | 13.6 | - |
| YUV | 157.42 | 65.11 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 46 | 0.89 | 0 | 0.81 | 0.04 | 125.45 | 0.92 | 0.53 |
| Hex | 1A | F6 | 2E | 59 | 0 | 51 | 4 | 7D | 5C | 35 |
| Octal | 32 | 366 | 56 | 131 | 0 | 121 | 4 | 175 | 134 | 65 |
| Binary | 11010 | 11110110 | 101110 | 1011001 | 0 | 1010001 | 100 | 1111101 | 1011100 | 110101 |
Color Harmonies of #1AF62E
Complementary color
Monochromatic Colors of #1AF62E
Black with #1AF62E
Text Example
Text Example
White with #1AF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF62E; }
p { color: rgb(26,246,46); }
H1.HeaderClassName
{
color: #1AF62E;
}
.AnyTagClassName
{
color: #1AF62E;
}
</style>
background-color css
<style>
a { background-color: #1AF62E; }
a { background-color: rgb(26,246,46); }
div.DivClassName
{
background-color: #1AF62E;
}
.BgClassName
{
background-color: #1AF62E;
}
</style>
border-color css
<style>
span { border-color: #1AF62E; }
span { border-color: rgb(26,246,46); }
td.TdClassName
{
border-color: #1AF62E;
}
.TagClassName
{
border-color: #1AF62E;
}
</style>