Html Css Color HEX #00E94F Malachite

📋 copy color: '#00E94F'

red 0 ◦ green 233 ◦ blue 79

#00E94F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #00E94F

Tints of Malachite #00E94F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 233 (91.41% from 255) = 74.68%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 0%
G = 74.68%
B = 25.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#00E94F (or 0x00E94F) is known color: Malachite. HEX triplet: 00, E9 and 4F. RGB value is (0,233,79). Sum of RGB (Red+Green+Blue) = 0+233+79=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 233 (91.41% from 255 or 74.68% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 233 - color contains mainly: green. Hex color #00E94F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00E94F is #FF16B0. Grayscale: #929292. Windows color (decimal): -16717489 or 5236992. OLE color: 5236992.

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

Color convert

RGB 0 233 79 -
CMYK 1 0 0.66 0.09
HSL 140.34º 1% 0.46% -
HSV(B) 140.34º 1% 0.91% -
XYZ 30.55 58.84 17.14 -
YUV 145.78 90.31 24.02 -
System Red Green Blue C M Y K H S L
Decimal 0 233 79 1 0 0.66 0.09 140.34 1 0.46
Hex 0 E9 4F 64 0 42 9 8C 64 2E
Octal 0 351 117 144 0 102 11 214 144 56
Binary 0 11101001 1001111 1100100 0 1000010 1001 10001100 1100100 101110

Color Harmonies of #00E94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E94F

Black with #00E94F

Text Example


Text Example

White with #00E94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,233,79); }

 H1.HeaderClassName
 {
   color: #00E94F;
 }
 .AnyTagClassName
 {
   color: #00E94F;
 }
</style>

background-color css

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

 a { background-color: rgb(0,233,79); }

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

border-color css

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

 span { border-color: rgb(0,233,79); }

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