Shades of Free Speech Green #1AD914
Tints of Free Speech Green #1AD914
RGB
CMYK
RGB Variations
Color information
#1AD914 (or 0x1AD914) is known color: Free Speech Green. HEX triplet: 1A, D9 and 14. RGB value is (26,217,20). Sum of RGB (Red+Green+Blue) = 26+217+20=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD914 is #E526EB. Grayscale: #8A8A8A. Windows color (decimal): -15017708 or 1366298. OLE color: 1366298.
HSL color Cylindrical-coordinate representation of color #1AD914: hue angle of 118.17º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AD914 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 20 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.15 |
| HSL | 118.17º | 0.83% | 0.46% | - |
| HSV(B) | 118.17º | 0.91% | 0.85% | - |
| XYZ | 25.37 | 49.9 | 8.96 | - |
| YUV | 137.43 | 61.72 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 20 | 0.88 | 0 | 0.91 | 0.15 | 118.17 | 0.83 | 0.46 |
| Hex | 1A | D9 | 14 | 58 | 0 | 5B | F | 76 | 53 | 2E |
| Octal | 32 | 331 | 24 | 130 | 0 | 133 | 17 | 166 | 123 | 56 |
| Binary | 11010 | 11011001 | 10100 | 1011000 | 0 | 1011011 | 1111 | 1110110 | 1010011 | 101110 |
Color Harmonies of #1AD914
Complementary color
Monochromatic Colors of #1AD914
Black with #1AD914
Text Example
Text Example
White with #1AD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD914; }
p { color: rgb(26,217,20); }
H1.HeaderClassName
{
color: #1AD914;
}
.AnyTagClassName
{
color: #1AD914;
}
</style>
background-color css
<style>
a { background-color: #1AD914; }
a { background-color: rgb(26,217,20); }
div.DivClassName
{
background-color: #1AD914;
}
.BgClassName
{
background-color: #1AD914;
}
</style>
border-color css
<style>
span { border-color: #1AD914; }
span { border-color: rgb(26,217,20); }
td.TdClassName
{
border-color: #1AD914;
}
.TagClassName
{
border-color: #1AD914;
}
</style>