Shades of Free Speech Green #00E919
Tints of Free Speech Green #00E919
RGB
CMYK
RGB Variations
Color information
#00E919 (or 0x00E919) is known color: Free Speech Green. HEX triplet: 00, E9 and 19. RGB value is (0,233,25). Sum of RGB (Red+Green+Blue) = 0+233+25=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 233 (91.41% from 255 or 90.31% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 233 - color contains mainly: green. Hex color #00E919 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00E919 is #FF16E6. Grayscale: #8C8C8C. Windows color (decimal): -16717543 or 1698048. OLE color: 1698048.
HSL color Cylindrical-coordinate representation of color #00E919: hue angle of 126.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E919 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 25 | - |
| CMYK | 1 | 0 | 0.89 | 0.09 |
| HSL | 126.44º | 1% | 0.46% | - |
| HSV(B) | 126.44º | 1% | 0.91% | - |
| XYZ | 29.31 | 58.35 | 10.64 | - |
| YUV | 139.62 | 63.31 | 28.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 25 | 1 | 0 | 0.89 | 0.09 | 126.44 | 1 | 0.46 |
| Hex | 0 | E9 | 19 | 64 | 0 | 59 | 9 | 7E | 64 | 2E |
| Octal | 0 | 351 | 31 | 144 | 0 | 131 | 11 | 176 | 144 | 56 |
| Binary | 0 | 11101001 | 11001 | 1100100 | 0 | 1011001 | 1001 | 1111110 | 1100100 | 101110 |
Color Harmonies of #00E919
Complementary color
Monochromatic Colors of #00E919
Black with #00E919
Text Example
Text Example
White with #00E919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E919; }
p { color: rgb(0,233,25); }
H1.HeaderClassName
{
color: #00E919;
}
.AnyTagClassName
{
color: #00E919;
}
</style>
background-color css
<style>
a { background-color: #00E919; }
a { background-color: rgb(0,233,25); }
div.DivClassName
{
background-color: #00E919;
}
.BgClassName
{
background-color: #00E919;
}
</style>
border-color css
<style>
span { border-color: #00E919; }
span { border-color: rgb(0,233,25); }
td.TdClassName
{
border-color: #00E919;
}
.TagClassName
{
border-color: #00E919;
}
</style>