Shades of Free Speech Green #1AF50B
Tints of Free Speech Green #1AF50B
RGB
CMYK
RGB Variations
Color information
#1AF50B (or 0x1AF50B) is known color: Free Speech Green. HEX triplet: 1A, F5 and 0B. RGB value is (26,245,11). Sum of RGB (Red+Green+Blue) = 26+245+11=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 245 (96.09% from 255 or 86.88% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 245 - color contains mainly: green. Hex color #1AF50B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF50B is #E50AF4. Grayscale: #999999. Windows color (decimal): -15010549 or 783642. OLE color: 783642.
HSL color Cylindrical-coordinate representation of color #1AF50B: hue angle of 116.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AF50B is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 245 | 11 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.04 |
| HSL | 116.15º | 0.92% | 0.5% | - |
| HSV(B) | 116.15º | 0.96% | 0.96% | - |
| XYZ | 33.14 | 65.55 | 11.22 | - |
| YUV | 152.84 | 47.95 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 245 | 11 | 0.89 | 0 | 0.96 | 0.04 | 116.15 | 0.92 | 0.5 |
| Hex | 1A | F5 | B | 59 | 0 | 60 | 4 | 74 | 5C | 32 |
| Octal | 32 | 365 | 13 | 131 | 0 | 140 | 4 | 164 | 134 | 62 |
| Binary | 11010 | 11110101 | 1011 | 1011001 | 0 | 1100000 | 100 | 1110100 | 1011100 | 110010 |
Color Harmonies of #1AF50B
Complementary color
Monochromatic Colors of #1AF50B
Black with #1AF50B
Text Example
Text Example
White with #1AF50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF50B; }
p { color: rgb(26,245,11); }
H1.HeaderClassName
{
color: #1AF50B;
}
.AnyTagClassName
{
color: #1AF50B;
}
</style>
background-color css
<style>
a { background-color: #1AF50B; }
a { background-color: rgb(26,245,11); }
div.DivClassName
{
background-color: #1AF50B;
}
.BgClassName
{
background-color: #1AF50B;
}
</style>
border-color css
<style>
span { border-color: #1AF50B; }
span { border-color: rgb(26,245,11); }
td.TdClassName
{
border-color: #1AF50B;
}
.TagClassName
{
border-color: #1AF50B;
}
</style>