Shades of Free Speech Green #1AF229
Tints of Free Speech Green #1AF229
RGB
CMYK
RGB Variations
Color information
#1AF229 (or 0x1AF229) is known color: Free Speech Green. HEX triplet: 1A, F2 and 29. RGB value is (26,242,41). Sum of RGB (Red+Green+Blue) = 26+242+41=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF229 is #E50DD6. Grayscale: #9B9B9B. Windows color (decimal): -15011287 or 2748954. OLE color: 2748954.
HSL color Cylindrical-coordinate representation of color #1AF229: hue angle of 124.17º degrees, saturation: 0.89, 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 #1AF229 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 41 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.05 |
| HSL | 124.17º | 0.89% | 0.53% | - |
| HSV(B) | 124.17º | 0.89% | 0.95% | - |
| XYZ | 32.58 | 63.88 | 12.71 | - |
| YUV | 154.5 | 63.94 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 41 | 0.89 | 0 | 0.83 | 0.05 | 124.17 | 0.89 | 0.53 |
| Hex | 1A | F2 | 29 | 59 | 0 | 53 | 5 | 7C | 59 | 35 |
| Octal | 32 | 362 | 51 | 131 | 0 | 123 | 5 | 174 | 131 | 65 |
| Binary | 11010 | 11110010 | 101001 | 1011001 | 0 | 1010011 | 101 | 1111100 | 1011001 | 110101 |
Color Harmonies of #1AF229
Complementary color
Monochromatic Colors of #1AF229
Black with #1AF229
Text Example
Text Example
White with #1AF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF229; }
p { color: rgb(26,242,41); }
H1.HeaderClassName
{
color: #1AF229;
}
.AnyTagClassName
{
color: #1AF229;
}
</style>
background-color css
<style>
a { background-color: #1AF229; }
a { background-color: rgb(26,242,41); }
div.DivClassName
{
background-color: #1AF229;
}
.BgClassName
{
background-color: #1AF229;
}
</style>
border-color css
<style>
span { border-color: #1AF229; }
span { border-color: rgb(26,242,41); }
td.TdClassName
{
border-color: #1AF229;
}
.TagClassName
{
border-color: #1AF229;
}
</style>