Shades of Free Speech Green #1AFE1A
Tints of Free Speech Green #1AFE1A
RGB
CMYK
RGB Variations
Color information
#1AFE1A (or 0x1AFE1A) is known color: Free Speech Green. HEX triplet: 1A, FE and 1A. RGB value is (26,254,26). Sum of RGB (Red+Green+Blue) = 26+254+26=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE1A is #E501E5. Grayscale: #A0A0A0. Windows color (decimal): -15008230 or 1768986. OLE color: 1768986.
HSL color Cylindrical-coordinate representation of color #1AFE1A: hue angle of 120º 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 #1AFE1A is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 26 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.00 |
| HSL | 120º | 0.99% | 0.55% | - |
| HSV(B) | 120º | 0.9% | 1% | - |
| XYZ | 36.05 | 71.18 | 12.82 | - |
| YUV | 159.84 | 52.46 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 26 | 0.90 | 0 | 0.90 | 0.00 | 120 | 0.99 | 0.55 |
| Hex | 1A | FE | 1A | 5A | 0 | 5A | 0 | 78 | 63 | 37 |
| Octal | 32 | 376 | 32 | 132 | 0 | 132 | 0 | 170 | 143 | 67 |
| Binary | 11010 | 11111110 | 11010 | 1011010 | 0 | 1011010 | 0 | 1111000 | 1100011 | 110111 |
Color Harmonies of #1AFE1A
Complementary color
Monochromatic Colors of #1AFE1A
Black with #1AFE1A
Text Example
Text Example
White with #1AFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE1A; }
p { color: rgb(26,254,26); }
H1.HeaderClassName
{
color: #1AFE1A;
}
.AnyTagClassName
{
color: #1AFE1A;
}
</style>
background-color css
<style>
a { background-color: #1AFE1A; }
a { background-color: rgb(26,254,26); }
div.DivClassName
{
background-color: #1AFE1A;
}
.BgClassName
{
background-color: #1AFE1A;
}
</style>
border-color css
<style>
span { border-color: #1AFE1A; }
span { border-color: rgb(26,254,26); }
td.TdClassName
{
border-color: #1AFE1A;
}
.TagClassName
{
border-color: #1AFE1A;
}
</style>