Shades of Free Speech Green #00E108
Tints of Free Speech Green #00E108
RGB
CMYK
RGB Variations
Color information
#00E108 (or 0x00E108) is known color: Free Speech Green. HEX triplet: 00, E1 and 08. RGB value is (0,225,8). Sum of RGB (Red+Green+Blue) = 0+225+8=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 225 (88.28% from 255 or 96.57% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 225 - color contains mainly: green. Hex color #00E108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E108 is #FF1EF7. Grayscale: #858585. Windows color (decimal): -16719608 or 581888. OLE color: 581888.
HSL color Cylindrical-coordinate representation of color #00E108: hue angle of 122.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E108 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 225 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.12 |
| HSL | 122.13º | 1% | 0.44% | - |
| HSV(B) | 122.13º | 1% | 0.88% | - |
| XYZ | 26.97 | 53.87 | 9.21 | - |
| YUV | 132.99 | 57.46 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 8 | 1 | 0 | 0.96 | 0.12 | 122.13 | 1 | 0.44 |
| Hex | 0 | E1 | 8 | 64 | 0 | 60 | C | 7A | 64 | 2C |
| Octal | 0 | 341 | 10 | 144 | 0 | 140 | 14 | 172 | 144 | 54 |
| Binary | 0 | 11100001 | 1000 | 1100100 | 0 | 1100000 | 1100 | 1111010 | 1100100 | 101100 |
Color Harmonies of #00E108
Complementary color
Monochromatic Colors of #00E108
Black with #00E108
Text Example
Text Example
White with #00E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E108; }
p { color: rgb(0,225,8); }
H1.HeaderClassName
{
color: #00E108;
}
.AnyTagClassName
{
color: #00E108;
}
</style>
background-color css
<style>
a { background-color: #00E108; }
a { background-color: rgb(0,225,8); }
div.DivClassName
{
background-color: #00E108;
}
.BgClassName
{
background-color: #00E108;
}
</style>
border-color css
<style>
span { border-color: #00E108; }
span { border-color: rgb(0,225,8); }
td.TdClassName
{
border-color: #00E108;
}
.TagClassName
{
border-color: #00E108;
}
</style>