#00EA3A

Color #00EA3A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00EA3A

Tints of Malachite #00EA3A

Color information

#00EA3A (or 0x00EA3A) is unknown color: approx Malachite. HEX triplet: 00, EA and 3A. RGB value is (0,234,58). Sum of RGB (Red+Green+Blue) = 0+234+58=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 234 (91.80% from 255 or 80.14% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00EA3A is #FF15C5. Grayscale: #909090. Windows color (decimal): -16717254 or 3860992. OLE color: 3860992.

HSL color Cylindrical-coordinate representation of color #00EA3A: hue angle of 134.87º 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 #00EA3A is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB023458-
CMYK100.750.08
HSL134.87º100%45.88%-
HSV(B)134.87º100%91.76%-
XYZ30.1959.1513.83-
YUV143.9779.4825.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 234 (91.80% from 255) = 80.14%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=0%
G=80.14%
B=19.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal023458100.750.08134.8710045.88
Hex0EA3A6404B887642e
Octal03527214401131020714456
Binary0111010101110101100100010010111000100001111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EA3A; }

 p { color: rgb(0,234,58); }

 H1.HeaderClassName
 {
   color: #00EA3A;
 }
 .AnyTagClassName
 {
   color: #00EA3A;
 }
</style>
background-color css

<style>
 a { background-color: #00EA3A; }

 a { background-color: rgb(0,234,58); }

 div.DivClassName
 {
   background-color: #00EA3A;
 }
 .BgClassName
 {
   background-color: #00EA3A;
 }
</style>
border-color css

<style>
 span { border-color: #00EA3A; }

 span { border-color: rgb(0,234,58); }

 td.TdClassName
 {
   border-color: #00EA3A;
 }
 .TagClassName
 {
   border-color: #00EA3A;
 }
</style>