Shades of Free Speech Green #1AD100
Tints of Free Speech Green #1AD100
RGB
CMYK
RGB Variations
Color information
#1AD100 (or 0x1AD100) is known color: Free Speech Green. HEX triplet: 1A, D1 and 00. RGB value is (26,209,0). Sum of RGB (Red+Green+Blue) = 26+209+0=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 209 (82.03% from 255 or 88.94% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD100 is #E52EFF. Grayscale: #838383. Windows color (decimal): -15019776 or 53530. OLE color: 53530.
HSL color Cylindrical-coordinate representation of color #1AD100: hue angle of 112.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AD100 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.18 |
| HSL | 112.54º | 1% | 0.41% | - |
| HSV(B) | 112.54º | 1% | 0.82% | - |
| XYZ | 23.23 | 45.82 | 7.62 | - |
| YUV | 130.46 | 54.37 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 0 | 0.88 | 0 | 1 | 0.18 | 112.54 | 1 | 0.41 |
| Hex | 1A | D1 | 0 | 58 | 0 | 64 | 12 | 71 | 64 | 29 |
| Octal | 32 | 321 | 0 | 130 | 0 | 144 | 22 | 161 | 144 | 51 |
| Binary | 11010 | 11010001 | 0 | 1011000 | 0 | 1100100 | 10010 | 1110001 | 1100100 | 101001 |
Color Harmonies of #1AD100
Complementary color
Monochromatic Colors of #1AD100
Black with #1AD100
Text Example
Text Example
White with #1AD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD100; }
p { color: rgb(26,209,0); }
H1.HeaderClassName
{
color: #1AD100;
}
.AnyTagClassName
{
color: #1AD100;
}
</style>
background-color css
<style>
a { background-color: #1AD100; }
a { background-color: rgb(26,209,0); }
div.DivClassName
{
background-color: #1AD100;
}
.BgClassName
{
background-color: #1AD100;
}
</style>
border-color css
<style>
span { border-color: #1AD100; }
span { border-color: rgb(26,209,0); }
td.TdClassName
{
border-color: #1AD100;
}
.TagClassName
{
border-color: #1AD100;
}
</style>