Shades of Free Speech Green #00EA1A
Tints of Free Speech Green #00EA1A
RGB
CMYK
RGB Variations
Color information
#00EA1A (or 0x00EA1A) is known color: Free Speech Green. HEX triplet: 00, EA and 1A. RGB value is (0,234,26). Sum of RGB (Red+Green+Blue) = 0+234+26=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 234 (91.80% from 255 or 90% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA1A is #FF15E5. Grayscale: #8C8C8C. Windows color (decimal): -16717286 or 1763840. OLE color: 1763840.
HSL color Cylindrical-coordinate representation of color #00EA1A: hue angle of 126.67º 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 #00EA1A is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 234 | 26 | - |
| CMYK | 1 | 0 | 0.89 | 0.08 |
| HSL | 126.67º | 1% | 0.46% | - |
| HSV(B) | 126.67º | 1% | 0.92% | - |
| XYZ | 29.61 | 58.92 | 10.79 | - |
| YUV | 140.32 | 63.48 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 26 | 1 | 0 | 0.89 | 0.08 | 126.67 | 1 | 0.46 |
| Hex | 0 | EA | 1A | 64 | 0 | 59 | 8 | 7F | 64 | 2E |
| Octal | 0 | 352 | 32 | 144 | 0 | 131 | 10 | 177 | 144 | 56 |
| Binary | 0 | 11101010 | 11010 | 1100100 | 0 | 1011001 | 1000 | 1111111 | 1100100 | 101110 |
Color Harmonies of #00EA1A
Complementary color
Monochromatic Colors of #00EA1A
Black with #00EA1A
Text Example
Text Example
White with #00EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EA1A; }
p { color: rgb(0,234,26); }
H1.HeaderClassName
{
color: #00EA1A;
}
.AnyTagClassName
{
color: #00EA1A;
}
</style>
background-color css
<style>
a { background-color: #00EA1A; }
a { background-color: rgb(0,234,26); }
div.DivClassName
{
background-color: #00EA1A;
}
.BgClassName
{
background-color: #00EA1A;
}
</style>
border-color css
<style>
span { border-color: #00EA1A; }
span { border-color: rgb(0,234,26); }
td.TdClassName
{
border-color: #00EA1A;
}
.TagClassName
{
border-color: #00EA1A;
}
</style>