Html Css Color HEX #00D94C Malachite

📋 copy color: '#00D94C'

red 0 ◦ green 217 ◦ blue 76

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

Shades of Malachite #00D94C

Tints of Malachite #00D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 74.06%

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 0%
G = 74.06%
B = 25.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#00D94C (or 0x00D94C) is known color: Malachite. HEX triplet: 00, D9 and 4C. RGB value is (0,217,76). Sum of RGB (Red+Green+Blue) = 0+217+76=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #00D94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D94C is #FF26B3. Grayscale: #888888. Windows color (decimal): -16721588 or 5036288. OLE color: 5036288.

HSL color Cylindrical-coordinate representation of color #00D94C: hue angle of 141.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D94C is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 217 76 -
CMYK 1 0 0.65 0.15
HSL 141.01º 1% 0.43% -
HSV(B) 141.01º 1% 0.85% -
XYZ 26.12 50.15 15.14 -
YUV 136.04 94.11 30.96 -
System Red Green Blue C M Y K H S L
Decimal 0 217 76 1 0 0.65 0.15 141.01 1 0.43
Hex 0 D9 4C 64 0 41 F 8D 64 2B
Octal 0 331 114 144 0 101 17 215 144 53
Binary 0 11011001 1001100 1100100 0 1000001 1111 10001101 1100100 101011

Color Harmonies of #00D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D94C

Black with #00D94C

Text Example


Text Example

White with #00D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,217,76); }

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

background-color css

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

 a { background-color: rgb(0,217,76); }

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

border-color css

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

 span { border-color: rgb(0,217,76); }

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