Shades of Free Speech Green #1AFE39
Tints of Free Speech Green #1AFE39
RGB
CMYK
RGB Variations
Color information
#1AFE39 (or 0x1AFE39) is known color: Free Speech Green. HEX triplet: 1A, FE and 39. RGB value is (26,254,57). Sum of RGB (Red+Green+Blue) = 26+254+57=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE39 is #E501C6. Grayscale: #A3A3A3. Windows color (decimal): -15008199 or 3800602. OLE color: 3800602.
HSL color Cylindrical-coordinate representation of color #1AFE39: hue angle of 128.16º 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 #1AFE39 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 57 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.00 |
| HSL | 128.16º | 0.99% | 0.55% | - |
| HSV(B) | 128.16º | 0.9% | 1% | - |
| XYZ | 36.61 | 71.4 | 15.72 | - |
| YUV | 163.37 | 67.96 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 57 | 0.90 | 0 | 0.78 | 0.00 | 128.16 | 0.99 | 0.55 |
| Hex | 1A | FE | 39 | 5A | 0 | 4E | 0 | 80 | 63 | 37 |
| Octal | 32 | 376 | 71 | 132 | 0 | 116 | 0 | 200 | 143 | 67 |
| Binary | 11010 | 11111110 | 111001 | 1011010 | 0 | 1001110 | 0 | 10000000 | 1100011 | 110111 |
Color Harmonies of #1AFE39
Complementary color
Monochromatic Colors of #1AFE39
Black with #1AFE39
Text Example
Text Example
White with #1AFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE39; }
p { color: rgb(26,254,57); }
H1.HeaderClassName
{
color: #1AFE39;
}
.AnyTagClassName
{
color: #1AFE39;
}
</style>
background-color css
<style>
a { background-color: #1AFE39; }
a { background-color: rgb(26,254,57); }
div.DivClassName
{
background-color: #1AFE39;
}
.BgClassName
{
background-color: #1AFE39;
}
</style>
border-color css
<style>
span { border-color: #1AFE39; }
span { border-color: rgb(26,254,57); }
td.TdClassName
{
border-color: #1AFE39;
}
.TagClassName
{
border-color: #1AFE39;
}
</style>