Shades of Free Speech Green #1AF535
Tints of Free Speech Green #1AF535
RGB
CMYK
RGB Variations
Color information
#1AF535 (or 0x1AF535) is known color: Free Speech Green. HEX triplet: 1A, F5 and 35. RGB value is (26,245,53). Sum of RGB (Red+Green+Blue) = 26+245+53=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 245 (96.09% from 255 or 75.62% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF535 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF535 is #E50ACA. Grayscale: #9E9E9E. Windows color (decimal): -15010507 or 3536154. OLE color: 3536154.
HSL color Cylindrical-coordinate representation of color #1AF535: hue angle of 127.4º 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 #1AF535 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 53 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.04 |
| HSL | 127.4º | 0.92% | 0.53% | - |
| HSV(B) | 127.4º | 0.89% | 0.96% | - |
| XYZ | 33.72 | 65.78 | 14.29 | - |
| YUV | 157.63 | 68.95 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 53 | 0.89 | 0 | 0.78 | 0.04 | 127.4 | 0.92 | 0.53 |
| Hex | 1A | F5 | 35 | 59 | 0 | 4E | 4 | 7F | 5C | 35 |
| Octal | 32 | 365 | 65 | 131 | 0 | 116 | 4 | 177 | 134 | 65 |
| Binary | 11010 | 11110101 | 110101 | 1011001 | 0 | 1001110 | 100 | 1111111 | 1011100 | 110101 |
Color Harmonies of #1AF535
Complementary color
Monochromatic Colors of #1AF535
Black with #1AF535
Text Example
Text Example
White with #1AF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF535; }
p { color: rgb(26,245,53); }
H1.HeaderClassName
{
color: #1AF535;
}
.AnyTagClassName
{
color: #1AF535;
}
</style>
background-color css
<style>
a { background-color: #1AF535; }
a { background-color: rgb(26,245,53); }
div.DivClassName
{
background-color: #1AF535;
}
.BgClassName
{
background-color: #1AF535;
}
</style>
border-color css
<style>
span { border-color: #1AF535; }
span { border-color: rgb(26,245,53); }
td.TdClassName
{
border-color: #1AF535;
}
.TagClassName
{
border-color: #1AF535;
}
</style>