Shades of Free Speech Green #1AFE29
Tints of Free Speech Green #1AFE29
RGB
CMYK
RGB Variations
Color information
#1AFE29 (or 0x1AFE29) is known color: Free Speech Green. HEX triplet: 1A, FE and 29. RGB value is (26,254,41). Sum of RGB (Red+Green+Blue) = 26+254+41=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE29 is #E501D6. Grayscale: #A2A2A2. Windows color (decimal): -15008215 or 2752026. OLE color: 2752026.
HSL color Cylindrical-coordinate representation of color #1AFE29: hue angle of 123.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE29 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 41 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.00 |
| HSL | 123.95º | 0.99% | 0.55% | - |
| HSV(B) | 123.95º | 0.9% | 1% | - |
| XYZ | 36.27 | 71.26 | 13.94 | - |
| YUV | 161.55 | 59.96 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 41 | 0.90 | 0 | 0.84 | 0.00 | 123.95 | 0.99 | 0.55 |
| Hex | 1A | FE | 29 | 5A | 0 | 54 | 0 | 7C | 63 | 37 |
| Octal | 32 | 376 | 51 | 132 | 0 | 124 | 0 | 174 | 143 | 67 |
| Binary | 11010 | 11111110 | 101001 | 1011010 | 0 | 1010100 | 0 | 1111100 | 1100011 | 110111 |
Color Harmonies of #1AFE29
Complementary color
Monochromatic Colors of #1AFE29
Black with #1AFE29
Text Example
Text Example
White with #1AFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE29; }
p { color: rgb(26,254,41); }
H1.HeaderClassName
{
color: #1AFE29;
}
.AnyTagClassName
{
color: #1AFE29;
}
</style>
background-color css
<style>
a { background-color: #1AFE29; }
a { background-color: rgb(26,254,41); }
div.DivClassName
{
background-color: #1AFE29;
}
.BgClassName
{
background-color: #1AFE29;
}
</style>
border-color css
<style>
span { border-color: #1AFE29; }
span { border-color: rgb(26,254,41); }
td.TdClassName
{
border-color: #1AFE29;
}
.TagClassName
{
border-color: #1AFE29;
}
</style>