Shades of Free Speech Green #1AFF32
Tints of Free Speech Green #1AFF32
RGB
CMYK
RGB Variations
Color information
#1AFF32 (or 0x1AFF32) is known color: Free Speech Green. HEX triplet: 1A, FF and 32. RGB value is (26,255,50). Sum of RGB (Red+Green+Blue) = 26+255+50=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFF32 is #E500CD. Grayscale: #A3A3A3. Windows color (decimal): -15007950 or 3342106. OLE color: 3342106.
HSL color Cylindrical-coordinate representation of color #1AFF32: hue angle of 126.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF32 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 50 | - |
| CMYK | 0.90 | 0 | 0.80 | 0 |
| HSL | 126.29º | 1% | 0.55% | - |
| HSV(B) | 126.29º | 0.9% | 1% | - |
| XYZ | 36.76 | 71.97 | 14.97 | - |
| YUV | 163.16 | 64.13 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 50 | 0.90 | 0 | 0.80 | 0 | 126.29 | 1 | 0.55 |
| Hex | 1A | FF | 32 | 5A | 0 | 50 | 0 | 7E | 64 | 37 |
| Octal | 32 | 377 | 62 | 132 | 0 | 120 | 0 | 176 | 144 | 67 |
| Binary | 11010 | 11111111 | 110010 | 1011010 | 0 | 1010000 | 0 | 1111110 | 1100100 | 110111 |
Color Harmonies of #1AFF32
Complementary color
Monochromatic Colors of #1AFF32
Black with #1AFF32
Text Example
Text Example
White with #1AFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF32; }
p { color: rgb(26,255,50); }
H1.HeaderClassName
{
color: #1AFF32;
}
.AnyTagClassName
{
color: #1AFF32;
}
</style>
background-color css
<style>
a { background-color: #1AFF32; }
a { background-color: rgb(26,255,50); }
div.DivClassName
{
background-color: #1AFF32;
}
.BgClassName
{
background-color: #1AFF32;
}
</style>
border-color css
<style>
span { border-color: #1AFF32; }
span { border-color: rgb(26,255,50); }
td.TdClassName
{
border-color: #1AFF32;
}
.TagClassName
{
border-color: #1AFF32;
}
</style>