Shades of Free Speech Green #1AD300
Tints of Free Speech Green #1AD300
RGB
CMYK
RGB Variations
Color information
#1AD300 (or 0x1AD300) is known color: Free Speech Green. HEX triplet: 1A, D3 and 00. RGB value is (26,211,0). Sum of RGB (Red+Green+Blue) = 26+211+0=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 211 (82.81% from 255 or 89.03% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD300 is #E52CFF. Grayscale: #848484. Windows color (decimal): -15019264 or 54042. OLE color: 54042.
HSL color Cylindrical-coordinate representation of color #1AD300: hue angle of 112.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AD300 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.17 |
| HSL | 112.61º | 1% | 0.41% | - |
| HSV(B) | 112.61º | 1% | 0.83% | - |
| XYZ | 23.72 | 46.81 | 7.78 | - |
| YUV | 131.63 | 53.71 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 0 | 0.88 | 0 | 1 | 0.17 | 112.61 | 1 | 0.41 |
| Hex | 1A | D3 | 0 | 58 | 0 | 64 | 11 | 71 | 64 | 29 |
| Octal | 32 | 323 | 0 | 130 | 0 | 144 | 21 | 161 | 144 | 51 |
| Binary | 11010 | 11010011 | 0 | 1011000 | 0 | 1100100 | 10001 | 1110001 | 1100100 | 101001 |
Color Harmonies of #1AD300
Complementary color
Monochromatic Colors of #1AD300
Black with #1AD300
Text Example
Text Example
White with #1AD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD300; }
p { color: rgb(26,211,0); }
H1.HeaderClassName
{
color: #1AD300;
}
.AnyTagClassName
{
color: #1AD300;
}
</style>
background-color css
<style>
a { background-color: #1AD300; }
a { background-color: rgb(26,211,0); }
div.DivClassName
{
background-color: #1AD300;
}
.BgClassName
{
background-color: #1AD300;
}
</style>
border-color css
<style>
span { border-color: #1AD300; }
span { border-color: rgb(26,211,0); }
td.TdClassName
{
border-color: #1AD300;
}
.TagClassName
{
border-color: #1AD300;
}
</style>