Shades of Free Speech Green #00EB14
Tints of Free Speech Green #00EB14
RGB
CMYK
RGB Variations
Color information
#00EB14 (or 0x00EB14) is known color: Free Speech Green. HEX triplet: 00, EB and 14. RGB value is (0,235,20). Sum of RGB (Red+Green+Blue) = 0+235+20=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 235 (92.19% from 255 or 92.16% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 235 - color contains mainly: green. Hex color #00EB14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EB14 is #FF14EB. Grayscale: #8C8C8C. Windows color (decimal): -16717036 or 1370880. OLE color: 1370880.
HSL color Cylindrical-coordinate representation of color #00EB14: hue angle of 125.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EB14 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 20 | - |
| CMYK | 1 | 0 | 0.91 | 0.08 |
| HSL | 125.11º | 1% | 0.46% | - |
| HSV(B) | 125.11º | 1% | 0.92% | - |
| XYZ | 29.83 | 59.47 | 10.57 | - |
| YUV | 140.23 | 60.14 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 20 | 1 | 0 | 0.91 | 0.08 | 125.11 | 1 | 0.46 |
| Hex | 0 | EB | 14 | 64 | 0 | 5B | 8 | 7D | 64 | 2E |
| Octal | 0 | 353 | 24 | 144 | 0 | 133 | 10 | 175 | 144 | 56 |
| Binary | 0 | 11101011 | 10100 | 1100100 | 0 | 1011011 | 1000 | 1111101 | 1100100 | 101110 |
Color Harmonies of #00EB14
Complementary color
Monochromatic Colors of #00EB14
Black with #00EB14
Text Example
Text Example
White with #00EB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EB14; }
p { color: rgb(0,235,20); }
H1.HeaderClassName
{
color: #00EB14;
}
.AnyTagClassName
{
color: #00EB14;
}
</style>
background-color css
<style>
a { background-color: #00EB14; }
a { background-color: rgb(0,235,20); }
div.DivClassName
{
background-color: #00EB14;
}
.BgClassName
{
background-color: #00EB14;
}
</style>
border-color css
<style>
span { border-color: #00EB14; }
span { border-color: rgb(0,235,20); }
td.TdClassName
{
border-color: #00EB14;
}
.TagClassName
{
border-color: #00EB14;
}
</style>