Shades of Free Speech Green #1AD900
Tints of Free Speech Green #1AD900
RGB
CMYK
RGB Variations
Color information
#1AD900 (or 0x1AD900) is known color: Free Speech Green. HEX triplet: 1A, D9 and 00. RGB value is (26,217,0). Sum of RGB (Red+Green+Blue) = 26+217+0=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD900 is #E526FF. Grayscale: #878787. Windows color (decimal): -15017728 or 55578. OLE color: 55578.
HSL color Cylindrical-coordinate representation of color #1AD900: hue angle of 112.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AD900 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.15 |
| HSL | 112.81º | 1% | 0.43% | - |
| HSV(B) | 112.81º | 1% | 0.85% | - |
| XYZ | 25.24 | 49.85 | 8.29 | - |
| YUV | 135.15 | 51.72 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 0 | 0.88 | 0 | 1 | 0.15 | 112.81 | 1 | 0.43 |
| Hex | 1A | D9 | 0 | 58 | 0 | 64 | F | 71 | 64 | 2B |
| Octal | 32 | 331 | 0 | 130 | 0 | 144 | 17 | 161 | 144 | 53 |
| Binary | 11010 | 11011001 | 0 | 1011000 | 0 | 1100100 | 1111 | 1110001 | 1100100 | 101011 |
Color Harmonies of #1AD900
Complementary color
Monochromatic Colors of #1AD900
Black with #1AD900
Text Example
Text Example
White with #1AD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD900; }
p { color: rgb(26,217,0); }
H1.HeaderClassName
{
color: #1AD900;
}
.AnyTagClassName
{
color: #1AD900;
}
</style>
background-color css
<style>
a { background-color: #1AD900; }
a { background-color: rgb(26,217,0); }
div.DivClassName
{
background-color: #1AD900;
}
.BgClassName
{
background-color: #1AD900;
}
</style>
border-color css
<style>
span { border-color: #1AD900; }
span { border-color: rgb(26,217,0); }
td.TdClassName
{
border-color: #1AD900;
}
.TagClassName
{
border-color: #1AD900;
}
</style>