Shades of Free Speech Green #1AF21D
Tints of Free Speech Green #1AF21D
RGB
CMYK
RGB Variations
Color information
#1AF21D (or 0x1AF21D) is known color: Free Speech Green. HEX triplet: 1A, F2 and 1D. RGB value is (26,242,29). Sum of RGB (Red+Green+Blue) = 26+242+29=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF21D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF21D is #E50DE2. Grayscale: #999999. Windows color (decimal): -15011299 or 1962522. OLE color: 1962522.
HSL color Cylindrical-coordinate representation of color #1AF21D: hue angle of 120.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF21D is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 29 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.05 |
| HSL | 120.83º | 0.89% | 0.53% | - |
| HSV(B) | 120.83º | 0.89% | 0.95% | - |
| XYZ | 32.4 | 63.81 | 11.77 | - |
| YUV | 153.13 | 57.94 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 29 | 0.89 | 0 | 0.88 | 0.05 | 120.83 | 0.89 | 0.53 |
| Hex | 1A | F2 | 1D | 59 | 0 | 58 | 5 | 79 | 59 | 35 |
| Octal | 32 | 362 | 35 | 131 | 0 | 130 | 5 | 171 | 131 | 65 |
| Binary | 11010 | 11110010 | 11101 | 1011001 | 0 | 1011000 | 101 | 1111001 | 1011001 | 110101 |
Color Harmonies of #1AF21D
Complementary color
Monochromatic Colors of #1AF21D
Black with #1AF21D
Text Example
Text Example
White with #1AF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF21D; }
p { color: rgb(26,242,29); }
H1.HeaderClassName
{
color: #1AF21D;
}
.AnyTagClassName
{
color: #1AF21D;
}
</style>
background-color css
<style>
a { background-color: #1AF21D; }
a { background-color: rgb(26,242,29); }
div.DivClassName
{
background-color: #1AF21D;
}
.BgClassName
{
background-color: #1AF21D;
}
</style>
border-color css
<style>
span { border-color: #1AF21D; }
span { border-color: rgb(26,242,29); }
td.TdClassName
{
border-color: #1AF21D;
}
.TagClassName
{
border-color: #1AF21D;
}
</style>