Shades of Free Speech Green #26F614
Tints of Free Speech Green #26F614
RGB
CMYK
RGB Variations
Color information
#26F614 (or 0x26F614) is known color: Free Speech Green. HEX triplet: 26, F6 and 14. RGB value is (38,246,20). Sum of RGB (Red+Green+Blue) = 38+246+20=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 246 (96.48% from 255 or 80.92% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 246 - color contains mainly: green. Hex color #26F614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26F614 is #D909EB. Grayscale: #9E9E9E. Windows color (decimal): -14223852 or 1373734. OLE color: 1373734.
HSL color Cylindrical-coordinate representation of color #26F614: hue angle of 115.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26F614 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 246 | 20 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.04 |
| HSL | 115.22º | 0.93% | 0.52% | - |
| HSV(B) | 115.22º | 0.92% | 0.96% | - |
| XYZ | 33.88 | 66.37 | 11.69 | - |
| YUV | 158.04 | 50.09 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 246 | 20 | 0.85 | 0 | 0.92 | 0.04 | 115.22 | 0.93 | 0.52 |
| Hex | 26 | F6 | 14 | 55 | 0 | 5C | 4 | 73 | 5D | 34 |
| Octal | 46 | 366 | 24 | 125 | 0 | 134 | 4 | 163 | 135 | 64 |
| Binary | 100110 | 11110110 | 10100 | 1010101 | 0 | 1011100 | 100 | 1110011 | 1011101 | 110100 |
Color Harmonies of #26F614
Complementary color
Monochromatic Colors of #26F614
Black with #26F614
Text Example
Text Example
White with #26F614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F614; }
p { color: rgb(38,246,20); }
H1.HeaderClassName
{
color: #26F614;
}
.AnyTagClassName
{
color: #26F614;
}
</style>
background-color css
<style>
a { background-color: #26F614; }
a { background-color: rgb(38,246,20); }
div.DivClassName
{
background-color: #26F614;
}
.BgClassName
{
background-color: #26F614;
}
</style>
border-color css
<style>
span { border-color: #26F614; }
span { border-color: rgb(38,246,20); }
td.TdClassName
{
border-color: #26F614;
}
.TagClassName
{
border-color: #26F614;
}
</style>