Shades of Free Speech Green #1AF52B
Tints of Free Speech Green #1AF52B
RGB
CMYK
RGB Variations
Color information
#1AF52B (or 0x1AF52B) is known color: Free Speech Green. HEX triplet: 1A, F5 and 2B. RGB value is (26,245,43). Sum of RGB (Red+Green+Blue) = 26+245+43=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 245 (96.09% from 255 or 78.03% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF52B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF52B is #E50AD4. Grayscale: #9D9D9D. Windows color (decimal): -15010517 or 2880794. OLE color: 2880794.
HSL color Cylindrical-coordinate representation of color #1AF52B: hue angle of 124.66º 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 #1AF52B is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 43 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.04 |
| HSL | 124.66º | 0.92% | 0.53% | - |
| HSV(B) | 124.66º | 0.89% | 0.96% | - |
| XYZ | 33.51 | 65.7 | 13.2 | - |
| YUV | 156.49 | 63.95 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 43 | 0.89 | 0 | 0.82 | 0.04 | 124.66 | 0.92 | 0.53 |
| Hex | 1A | F5 | 2B | 59 | 0 | 52 | 4 | 7D | 5C | 35 |
| Octal | 32 | 365 | 53 | 131 | 0 | 122 | 4 | 175 | 134 | 65 |
| Binary | 11010 | 11110101 | 101011 | 1011001 | 0 | 1010010 | 100 | 1111101 | 1011100 | 110101 |
Color Harmonies of #1AF52B
Complementary color
Monochromatic Colors of #1AF52B
Black with #1AF52B
Text Example
Text Example
White with #1AF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF52B; }
p { color: rgb(26,245,43); }
H1.HeaderClassName
{
color: #1AF52B;
}
.AnyTagClassName
{
color: #1AF52B;
}
</style>
background-color css
<style>
a { background-color: #1AF52B; }
a { background-color: rgb(26,245,43); }
div.DivClassName
{
background-color: #1AF52B;
}
.BgClassName
{
background-color: #1AF52B;
}
</style>
border-color css
<style>
span { border-color: #1AF52B; }
span { border-color: rgb(26,245,43); }
td.TdClassName
{
border-color: #1AF52B;
}
.TagClassName
{
border-color: #1AF52B;
}
</style>