Shades of Free Speech Green #26F526
Tints of Free Speech Green #26F526
RGB
CMYK
RGB Variations
Color information
#26F526 (or 0x26F526) is known color: Free Speech Green. HEX triplet: 26, F5 and 26. RGB value is (38,245,38). Sum of RGB (Red+Green+Blue) = 38+245+38=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #26F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F526 is #D90AD9. Grayscale: #A0A0A0. Windows color (decimal): -14224090 or 2553126. OLE color: 2553126.
HSL color Cylindrical-coordinate representation of color #26F526: hue angle of 120º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F526 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 245 | 38 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.04 |
| HSL | 120º | 0.91% | 0.55% | - |
| HSV(B) | 120º | 0.84% | 0.96% | - |
| XYZ | 33.8 | 65.86 | 12.76 | - |
| YUV | 159.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 245 | 38 | 0.84 | 0 | 0.84 | 0.04 | 120 | 0.91 | 0.55 |
| Hex | 26 | F5 | 26 | 54 | 0 | 54 | 4 | 78 | 5B | 37 |
| Octal | 46 | 365 | 46 | 124 | 0 | 124 | 4 | 170 | 133 | 67 |
| Binary | 100110 | 11110101 | 100110 | 1010100 | 0 | 1010100 | 100 | 1111000 | 1011011 | 110111 |
Color Harmonies of #26F526
Complementary color
Monochromatic Colors of #26F526
Black with #26F526
Text Example
Text Example
White with #26F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F526; }
p { color: rgb(38,245,38); }
H1.HeaderClassName
{
color: #26F526;
}
.AnyTagClassName
{
color: #26F526;
}
</style>
background-color css
<style>
a { background-color: #26F526; }
a { background-color: rgb(38,245,38); }
div.DivClassName
{
background-color: #26F526;
}
.BgClassName
{
background-color: #26F526;
}
</style>
border-color css
<style>
span { border-color: #26F526; }
span { border-color: rgb(38,245,38); }
td.TdClassName
{
border-color: #26F526;
}
.TagClassName
{
border-color: #26F526;
}
</style>