Shades of Free Speech Green #1AF532
Tints of Free Speech Green #1AF532
RGB
CMYK
RGB Variations
Color information
#1AF532 (or 0x1AF532) is known color: Free Speech Green. HEX triplet: 1A, F5 and 32. RGB value is (26,245,50). Sum of RGB (Red+Green+Blue) = 26+245+50=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF532 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF532 is #E50ACD. Grayscale: #9D9D9D. Windows color (decimal): -15010510 or 3339546. OLE color: 3339546.
HSL color Cylindrical-coordinate representation of color #1AF532: hue angle of 126.58º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF532 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 50 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.04 |
| HSL | 126.58º | 0.92% | 0.53% | - |
| HSV(B) | 126.58º | 0.89% | 0.96% | - |
| XYZ | 33.65 | 65.75 | 13.94 | - |
| YUV | 157.29 | 67.45 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 50 | 0.89 | 0 | 0.80 | 0.04 | 126.58 | 0.92 | 0.53 |
| Hex | 1A | F5 | 32 | 59 | 0 | 50 | 4 | 7F | 5C | 35 |
| Octal | 32 | 365 | 62 | 131 | 0 | 120 | 4 | 177 | 134 | 65 |
| Binary | 11010 | 11110101 | 110010 | 1011001 | 0 | 1010000 | 100 | 1111111 | 1011100 | 110101 |
Color Harmonies of #1AF532
Complementary color
Monochromatic Colors of #1AF532
Black with #1AF532
Text Example
Text Example
White with #1AF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF532; }
p { color: rgb(26,245,50); }
H1.HeaderClassName
{
color: #1AF532;
}
.AnyTagClassName
{
color: #1AF532;
}
</style>
background-color css
<style>
a { background-color: #1AF532; }
a { background-color: rgb(26,245,50); }
div.DivClassName
{
background-color: #1AF532;
}
.BgClassName
{
background-color: #1AF532;
}
</style>
border-color css
<style>
span { border-color: #1AF532; }
span { border-color: rgb(26,245,50); }
td.TdClassName
{
border-color: #1AF532;
}
.TagClassName
{
border-color: #1AF532;
}
</style>