Shades of Free Speech Green #26E40C
Tints of Free Speech Green #26E40C
RGB
CMYK
RGB Variations
Color information
#26E40C (or 0x26E40C) is known color: Free Speech Green. HEX triplet: 26, E4 and 0C. RGB value is (38,228,12). Sum of RGB (Red+Green+Blue) = 38+228+12=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #26E40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26E40C is #D91BF3. Grayscale: #939393. Windows color (decimal): -14228468 or 844838. OLE color: 844838.
HSL color Cylindrical-coordinate representation of color #26E40C: hue angle of 112.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26E40C is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 228 | 12 | - |
| CMYK | 0.83 | 0 | 0.95 | 0.11 |
| HSL | 112.78º | 0.9% | 0.47% | - |
| HSV(B) | 112.78º | 0.95% | 0.89% | - |
| XYZ | 28.61 | 55.93 | 9.63 | - |
| YUV | 146.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 228 | 12 | 0.83 | 0 | 0.95 | 0.11 | 112.78 | 0.9 | 0.47 |
| Hex | 26 | E4 | C | 53 | 0 | 5F | B | 71 | 5A | 2F |
| Octal | 46 | 344 | 14 | 123 | 0 | 137 | 13 | 161 | 132 | 57 |
| Binary | 100110 | 11100100 | 1100 | 1010011 | 0 | 1011111 | 1011 | 1110001 | 1011010 | 101111 |
Color Harmonies of #26E40C
Complementary color
Monochromatic Colors of #26E40C
Black with #26E40C
Text Example
Text Example
White with #26E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E40C; }
p { color: rgb(38,228,12); }
H1.HeaderClassName
{
color: #26E40C;
}
.AnyTagClassName
{
color: #26E40C;
}
</style>
background-color css
<style>
a { background-color: #26E40C; }
a { background-color: rgb(38,228,12); }
div.DivClassName
{
background-color: #26E40C;
}
.BgClassName
{
background-color: #26E40C;
}
</style>
border-color css
<style>
span { border-color: #26E40C; }
span { border-color: rgb(38,228,12); }
td.TdClassName
{
border-color: #26E40C;
}
.TagClassName
{
border-color: #26E40C;
}
</style>