Shades of Free Speech Green #1AF329
Tints of Free Speech Green #1AF329
RGB
CMYK
RGB Variations
Color information
#1AF329 (or 0x1AF329) is known color: Free Speech Green. HEX triplet: 1A, F3 and 29. RGB value is (26,243,41). Sum of RGB (Red+Green+Blue) = 26+243+41=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 243 (95.31% from 255 or 78.39% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF329 is #E50CD6. Grayscale: #9B9B9B. Windows color (decimal): -15011031 or 2749210. OLE color: 2749210.
HSL color Cylindrical-coordinate representation of color #1AF329: hue angle of 124.15º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF329 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 41 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.05 |
| HSL | 124.15º | 0.9% | 0.53% | - |
| HSV(B) | 124.15º | 0.89% | 0.95% | - |
| XYZ | 32.88 | 64.48 | 12.81 | - |
| YUV | 155.09 | 63.61 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 41 | 0.89 | 0 | 0.83 | 0.05 | 124.15 | 0.9 | 0.53 |
| Hex | 1A | F3 | 29 | 59 | 0 | 53 | 5 | 7C | 5A | 35 |
| Octal | 32 | 363 | 51 | 131 | 0 | 123 | 5 | 174 | 132 | 65 |
| Binary | 11010 | 11110011 | 101001 | 1011001 | 0 | 1010011 | 101 | 1111100 | 1011010 | 110101 |
Color Harmonies of #1AF329
Complementary color
Monochromatic Colors of #1AF329
Black with #1AF329
Text Example
Text Example
White with #1AF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF329; }
p { color: rgb(26,243,41); }
H1.HeaderClassName
{
color: #1AF329;
}
.AnyTagClassName
{
color: #1AF329;
}
</style>
background-color css
<style>
a { background-color: #1AF329; }
a { background-color: rgb(26,243,41); }
div.DivClassName
{
background-color: #1AF329;
}
.BgClassName
{
background-color: #1AF329;
}
</style>
border-color css
<style>
span { border-color: #1AF329; }
span { border-color: rgb(26,243,41); }
td.TdClassName
{
border-color: #1AF329;
}
.TagClassName
{
border-color: #1AF329;
}
</style>