Shades of Free Speech Green #1AFE20
Tints of Free Speech Green #1AFE20
RGB
CMYK
RGB Variations
Color information
#1AFE20 (or 0x1AFE20) is known color: Free Speech Green. HEX triplet: 1A, FE and 20. RGB value is (26,254,32). Sum of RGB (Red+Green+Blue) = 26+254+32=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 254 (99.61% from 255 or 81.41% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFE20 is #E501DF. Grayscale: #A1A1A1. Windows color (decimal): -15008224 or 2162202. OLE color: 2162202.
HSL color Cylindrical-coordinate representation of color #1AFE20: hue angle of 121.58º 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 #1AFE20 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 32 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.00 |
| HSL | 121.58º | 0.99% | 0.55% | - |
| HSV(B) | 121.58º | 0.9% | 1% | - |
| XYZ | 36.13 | 71.21 | 13.21 | - |
| YUV | 160.52 | 55.46 | 32.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 32 | 0.90 | 0 | 0.87 | 0.00 | 121.58 | 0.99 | 0.55 |
| Hex | 1A | FE | 20 | 5A | 0 | 57 | 0 | 7A | 63 | 37 |
| Octal | 32 | 376 | 40 | 132 | 0 | 127 | 0 | 172 | 143 | 67 |
| Binary | 11010 | 11111110 | 100000 | 1011010 | 0 | 1010111 | 0 | 1111010 | 1100011 | 110111 |
Color Harmonies of #1AFE20
Complementary color
Monochromatic Colors of #1AFE20
Black with #1AFE20
Text Example
Text Example
White with #1AFE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE20; }
p { color: rgb(26,254,32); }
H1.HeaderClassName
{
color: #1AFE20;
}
.AnyTagClassName
{
color: #1AFE20;
}
</style>
background-color css
<style>
a { background-color: #1AFE20; }
a { background-color: rgb(26,254,32); }
div.DivClassName
{
background-color: #1AFE20;
}
.BgClassName
{
background-color: #1AFE20;
}
</style>
border-color css
<style>
span { border-color: #1AFE20; }
span { border-color: rgb(26,254,32); }
td.TdClassName
{
border-color: #1AFE20;
}
.TagClassName
{
border-color: #1AFE20;
}
</style>