Shades of Free Speech Green #1AFE38
Tints of Free Speech Green #1AFE38
RGB
CMYK
RGB Variations
Color information
#1AFE38 (or 0x1AFE38) is known color: Free Speech Green. HEX triplet: 1A, FE and 38. RGB value is (26,254,56). Sum of RGB (Red+Green+Blue) = 26+254+56=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE38 is #E501C7. Grayscale: #A3A3A3. Windows color (decimal): -15008200 or 3735066. OLE color: 3735066.
HSL color Cylindrical-coordinate representation of color #1AFE38: hue angle of 127.89º 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 #1AFE38 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 56 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.00 |
| HSL | 127.89º | 0.99% | 0.55% | - |
| HSV(B) | 127.89º | 0.9% | 1% | - |
| XYZ | 36.58 | 71.39 | 15.59 | - |
| YUV | 163.26 | 67.46 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 56 | 0.90 | 0 | 0.78 | 0.00 | 127.89 | 0.99 | 0.55 |
| Hex | 1A | FE | 38 | 5A | 0 | 4E | 0 | 80 | 63 | 37 |
| Octal | 32 | 376 | 70 | 132 | 0 | 116 | 0 | 200 | 143 | 67 |
| Binary | 11010 | 11111110 | 111000 | 1011010 | 0 | 1001110 | 0 | 10000000 | 1100011 | 110111 |
Color Harmonies of #1AFE38
Complementary color
Monochromatic Colors of #1AFE38
Black with #1AFE38
Text Example
Text Example
White with #1AFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE38; }
p { color: rgb(26,254,56); }
H1.HeaderClassName
{
color: #1AFE38;
}
.AnyTagClassName
{
color: #1AFE38;
}
</style>
background-color css
<style>
a { background-color: #1AFE38; }
a { background-color: rgb(26,254,56); }
div.DivClassName
{
background-color: #1AFE38;
}
.BgClassName
{
background-color: #1AFE38;
}
</style>
border-color css
<style>
span { border-color: #1AFE38; }
span { border-color: rgb(26,254,56); }
td.TdClassName
{
border-color: #1AFE38;
}
.TagClassName
{
border-color: #1AFE38;
}
</style>