Shades of Free Speech Green #26E00A
Tints of Free Speech Green #26E00A
RGB
CMYK
RGB Variations
Color information
#26E00A (or 0x26E00A) is known color: Free Speech Green. HEX triplet: 26, E0 and 0A. RGB value is (38,224,10). Sum of RGB (Red+Green+Blue) = 38+224+10=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #26E00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26E00A is #D91FF5. Grayscale: #909090. Windows color (decimal): -14229494 or 712742. OLE color: 712742.
HSL color Cylindrical-coordinate representation of color #26E00A: hue angle of 112.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26E00A is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 224 | 10 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.12 |
| HSL | 112.15º | 0.91% | 0.46% | - |
| HSV(B) | 112.15º | 0.96% | 0.88% | - |
| XYZ | 27.51 | 53.75 | 9.21 | - |
| YUV | 143.99 | 52.38 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 224 | 10 | 0.83 | 0 | 0.96 | 0.12 | 112.15 | 0.91 | 0.46 |
| Hex | 26 | E0 | A | 53 | 0 | 60 | C | 70 | 5B | 2E |
| Octal | 46 | 340 | 12 | 123 | 0 | 140 | 14 | 160 | 133 | 56 |
| Binary | 100110 | 11100000 | 1010 | 1010011 | 0 | 1100000 | 1100 | 1110000 | 1011011 | 101110 |
Color Harmonies of #26E00A
Complementary color
Monochromatic Colors of #26E00A
Black with #26E00A
Text Example
Text Example
White with #26E00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E00A; }
p { color: rgb(38,224,10); }
H1.HeaderClassName
{
color: #26E00A;
}
.AnyTagClassName
{
color: #26E00A;
}
</style>
background-color css
<style>
a { background-color: #26E00A; }
a { background-color: rgb(38,224,10); }
div.DivClassName
{
background-color: #26E00A;
}
.BgClassName
{
background-color: #26E00A;
}
</style>
border-color css
<style>
span { border-color: #26E00A; }
span { border-color: rgb(38,224,10); }
td.TdClassName
{
border-color: #26E00A;
}
.TagClassName
{
border-color: #26E00A;
}
</style>