Shades of Free Speech Green #26EE1C
Tints of Free Speech Green #26EE1C
RGB
CMYK
RGB Variations
Color information
#26EE1C (or 0x26EE1C) is known color: Free Speech Green. HEX triplet: 26, EE and 1C. RGB value is (38,238,28). Sum of RGB (Red+Green+Blue) = 38+238+28=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 238 (93.36% from 255 or 78.29% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 238 - color contains mainly: green. Hex color #26EE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EE1C is #D911E3. Grayscale: #9A9A9A. Windows color (decimal): -14225892 or 1895974. OLE color: 1895974.
HSL color Cylindrical-coordinate representation of color #26EE1C: hue angle of 117.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26EE1C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 28 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.07 |
| HSL | 117.14º | 0.86% | 0.52% | - |
| HSV(B) | 117.14º | 0.88% | 0.93% | - |
| XYZ | 31.58 | 61.64 | 11.33 | - |
| YUV | 154.26 | 56.74 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 28 | 0.84 | 0 | 0.88 | 0.07 | 117.14 | 0.86 | 0.52 |
| Hex | 26 | EE | 1C | 54 | 0 | 58 | 7 | 75 | 56 | 34 |
| Octal | 46 | 356 | 34 | 124 | 0 | 130 | 7 | 165 | 126 | 64 |
| Binary | 100110 | 11101110 | 11100 | 1010100 | 0 | 1011000 | 111 | 1110101 | 1010110 | 110100 |
Color Harmonies of #26EE1C
Complementary color
Monochromatic Colors of #26EE1C
Black with #26EE1C
Text Example
Text Example
White with #26EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EE1C; }
p { color: rgb(38,238,28); }
H1.HeaderClassName
{
color: #26EE1C;
}
.AnyTagClassName
{
color: #26EE1C;
}
</style>
background-color css
<style>
a { background-color: #26EE1C; }
a { background-color: rgb(38,238,28); }
div.DivClassName
{
background-color: #26EE1C;
}
.BgClassName
{
background-color: #26EE1C;
}
</style>
border-color css
<style>
span { border-color: #26EE1C; }
span { border-color: rgb(38,238,28); }
td.TdClassName
{
border-color: #26EE1C;
}
.TagClassName
{
border-color: #26EE1C;
}
</style>