Shades of Free Speech Green #1AF01A
Tints of Free Speech Green #1AF01A
RGB
CMYK
RGB Variations
Color information
#1AF01A (or 0x1AF01A) is known color: Free Speech Green. HEX triplet: 1A, F0 and 1A. RGB value is (26,240,26). Sum of RGB (Red+Green+Blue) = 26+240+26=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 240 (94.14% from 255 or 82.19% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF01A is #E50FE5. Grayscale: #989898. Windows color (decimal): -15011814 or 1765402. OLE color: 1765402.
HSL color Cylindrical-coordinate representation of color #1AF01A: hue angle of 120º 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 #1AF01A is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 26 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.06 |
| HSL | 120º | 0.88% | 0.52% | - |
| HSV(B) | 120º | 0.89% | 0.94% | - |
| XYZ | 31.77 | 62.61 | 11.39 | - |
| YUV | 151.62 | 57.1 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 26 | 0.89 | 0 | 0.89 | 0.06 | 120 | 0.88 | 0.52 |
| Hex | 1A | F0 | 1A | 59 | 0 | 59 | 6 | 78 | 58 | 34 |
| Octal | 32 | 360 | 32 | 131 | 0 | 131 | 6 | 170 | 130 | 64 |
| Binary | 11010 | 11110000 | 11010 | 1011001 | 0 | 1011001 | 110 | 1111000 | 1011000 | 110100 |
Color Harmonies of #1AF01A
Complementary color
Monochromatic Colors of #1AF01A
Black with #1AF01A
Text Example
Text Example
White with #1AF01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF01A; }
p { color: rgb(26,240,26); }
H1.HeaderClassName
{
color: #1AF01A;
}
.AnyTagClassName
{
color: #1AF01A;
}
</style>
background-color css
<style>
a { background-color: #1AF01A; }
a { background-color: rgb(26,240,26); }
div.DivClassName
{
background-color: #1AF01A;
}
.BgClassName
{
background-color: #1AF01A;
}
</style>
border-color css
<style>
span { border-color: #1AF01A; }
span { border-color: rgb(26,240,26); }
td.TdClassName
{
border-color: #1AF01A;
}
.TagClassName
{
border-color: #1AF01A;
}
</style>