Shades of Free Speech Green #26EC0D
Tints of Free Speech Green #26EC0D
RGB
CMYK
RGB Variations
Color information
#26EC0D (or 0x26EC0D) is known color: Free Speech Green. HEX triplet: 26, EC and 0D. RGB value is (38,236,13). Sum of RGB (Red+Green+Blue) = 38+236+13=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 236 (92.58% from 255 or 82.23% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 236 - color contains mainly: green. Hex color #26EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26EC0D is #D913F2. Grayscale: #989898. Windows color (decimal): -14226419 or 912422. OLE color: 912422.
HSL color Cylindrical-coordinate representation of color #26EC0D: hue angle of 113.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26EC0D is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 236 | 13 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.07 |
| HSL | 113.27º | 0.9% | 0.49% | - |
| HSV(B) | 113.27º | 0.94% | 0.93% | - |
| XYZ | 30.87 | 60.43 | 10.42 | - |
| YUV | 151.38 | 49.9 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 236 | 13 | 0.84 | 0 | 0.94 | 0.07 | 113.27 | 0.9 | 0.49 |
| Hex | 26 | EC | D | 54 | 0 | 5E | 7 | 71 | 5A | 31 |
| Octal | 46 | 354 | 15 | 124 | 0 | 136 | 7 | 161 | 132 | 61 |
| Binary | 100110 | 11101100 | 1101 | 1010100 | 0 | 1011110 | 111 | 1110001 | 1011010 | 110001 |
Color Harmonies of #26EC0D
Complementary color
Monochromatic Colors of #26EC0D
Black with #26EC0D
Text Example
Text Example
White with #26EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EC0D; }
p { color: rgb(38,236,13); }
H1.HeaderClassName
{
color: #26EC0D;
}
.AnyTagClassName
{
color: #26EC0D;
}
</style>
background-color css
<style>
a { background-color: #26EC0D; }
a { background-color: rgb(38,236,13); }
div.DivClassName
{
background-color: #26EC0D;
}
.BgClassName
{
background-color: #26EC0D;
}
</style>
border-color css
<style>
span { border-color: #26EC0D; }
span { border-color: rgb(38,236,13); }
td.TdClassName
{
border-color: #26EC0D;
}
.TagClassName
{
border-color: #26EC0D;
}
</style>