Shades of Free Speech Green #1AF42B
Tints of Free Speech Green #1AF42B
RGB
CMYK
RGB Variations
Color information
#1AF42B (or 0x1AF42B) is known color: Free Speech Green. HEX triplet: 1A, F4 and 2B. RGB value is (26,244,43). Sum of RGB (Red+Green+Blue) = 26+244+43=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 244 (95.70% from 255 or 77.96% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF42B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF42B is #E50BD4. Grayscale: #9C9C9C. Windows color (decimal): -15010773 or 2880538. OLE color: 2880538.
HSL color Cylindrical-coordinate representation of color #1AF42B: hue angle of 124.68º degrees, saturation: 0.91, 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 #1AF42B is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 43 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.04 |
| HSL | 124.68º | 0.91% | 0.53% | - |
| HSV(B) | 124.68º | 0.89% | 0.96% | - |
| XYZ | 33.21 | 65.1 | 13.1 | - |
| YUV | 155.9 | 64.28 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 43 | 0.89 | 0 | 0.82 | 0.04 | 124.68 | 0.91 | 0.53 |
| Hex | 1A | F4 | 2B | 59 | 0 | 52 | 4 | 7D | 5B | 35 |
| Octal | 32 | 364 | 53 | 131 | 0 | 122 | 4 | 175 | 133 | 65 |
| Binary | 11010 | 11110100 | 101011 | 1011001 | 0 | 1010010 | 100 | 1111101 | 1011011 | 110101 |
Color Harmonies of #1AF42B
Complementary color
Monochromatic Colors of #1AF42B
Black with #1AF42B
Text Example
Text Example
White with #1AF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF42B; }
p { color: rgb(26,244,43); }
H1.HeaderClassName
{
color: #1AF42B;
}
.AnyTagClassName
{
color: #1AF42B;
}
</style>
background-color css
<style>
a { background-color: #1AF42B; }
a { background-color: rgb(26,244,43); }
div.DivClassName
{
background-color: #1AF42B;
}
.BgClassName
{
background-color: #1AF42B;
}
</style>
border-color css
<style>
span { border-color: #1AF42B; }
span { border-color: rgb(26,244,43); }
td.TdClassName
{
border-color: #1AF42B;
}
.TagClassName
{
border-color: #1AF42B;
}
</style>