Shades of Free Speech Green #1AF118
Tints of Free Speech Green #1AF118
RGB
CMYK
RGB Variations
Color information
#1AF118 (or 0x1AF118) is known color: Free Speech Green. HEX triplet: 1A, F1 and 18. RGB value is (26,241,24). Sum of RGB (Red+Green+Blue) = 26+241+24=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 241 (94.53% from 255 or 82.82% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF118 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF118 is #E50EE7. Grayscale: #989898. Windows color (decimal): -15011560 or 1634586. OLE color: 1634586.
HSL color Cylindrical-coordinate representation of color #1AF118: hue angle of 119.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF118 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 24 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.05 |
| HSL | 119.45º | 0.89% | 0.52% | - |
| HSV(B) | 119.45º | 0.9% | 0.95% | - |
| XYZ | 32.05 | 63.2 | 11.37 | - |
| YUV | 151.98 | 55.77 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 24 | 0.89 | 0 | 0.90 | 0.05 | 119.45 | 0.89 | 0.52 |
| Hex | 1A | F1 | 18 | 59 | 0 | 5A | 5 | 77 | 59 | 34 |
| Octal | 32 | 361 | 30 | 131 | 0 | 132 | 5 | 167 | 131 | 64 |
| Binary | 11010 | 11110001 | 11000 | 1011001 | 0 | 1011010 | 101 | 1110111 | 1011001 | 110100 |
Color Harmonies of #1AF118
Complementary color
Monochromatic Colors of #1AF118
Black with #1AF118
Text Example
Text Example
White with #1AF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF118; }
p { color: rgb(26,241,24); }
H1.HeaderClassName
{
color: #1AF118;
}
.AnyTagClassName
{
color: #1AF118;
}
</style>
background-color css
<style>
a { background-color: #1AF118; }
a { background-color: rgb(26,241,24); }
div.DivClassName
{
background-color: #1AF118;
}
.BgClassName
{
background-color: #1AF118;
}
</style>
border-color css
<style>
span { border-color: #1AF118; }
span { border-color: rgb(26,241,24); }
td.TdClassName
{
border-color: #1AF118;
}
.TagClassName
{
border-color: #1AF118;
}
</style>