Shades of Free Speech Green #1AFA2D
Tints of Free Speech Green #1AFA2D
RGB
CMYK
RGB Variations
Color information
#1AFA2D (or 0x1AFA2D) is known color: Free Speech Green. HEX triplet: 1A, FA and 2D. RGB value is (26,250,45). Sum of RGB (Red+Green+Blue) = 26+250+45=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AFA2D is #E505D2. Grayscale: #A0A0A0. Windows color (decimal): -15009235 or 3013146. OLE color: 3013146.
HSL color Cylindrical-coordinate representation of color #1AFA2D: hue angle of 125.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFA2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.02 |
| HSL | 125.09º | 0.96% | 0.54% | - |
| HSV(B) | 125.09º | 0.9% | 0.98% | - |
| XYZ | 35.09 | 68.78 | 13.91 | - |
| YUV | 159.65 | 63.29 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 45 | 0.90 | 0 | 0.82 | 0.02 | 125.09 | 0.96 | 0.54 |
| Hex | 1A | FA | 2D | 5A | 0 | 52 | 2 | 7D | 60 | 36 |
| Octal | 32 | 372 | 55 | 132 | 0 | 122 | 2 | 175 | 140 | 66 |
| Binary | 11010 | 11111010 | 101101 | 1011010 | 0 | 1010010 | 10 | 1111101 | 1100000 | 110110 |
Color Harmonies of #1AFA2D
Complementary color
Monochromatic Colors of #1AFA2D
Black with #1AFA2D
Text Example
Text Example
White with #1AFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA2D; }
p { color: rgb(26,250,45); }
H1.HeaderClassName
{
color: #1AFA2D;
}
.AnyTagClassName
{
color: #1AFA2D;
}
</style>
background-color css
<style>
a { background-color: #1AFA2D; }
a { background-color: rgb(26,250,45); }
div.DivClassName
{
background-color: #1AFA2D;
}
.BgClassName
{
background-color: #1AFA2D;
}
</style>
border-color css
<style>
span { border-color: #1AFA2D; }
span { border-color: rgb(26,250,45); }
td.TdClassName
{
border-color: #1AFA2D;
}
.TagClassName
{
border-color: #1AFA2D;
}
</style>