Html Css Color HEX #00D64A Malachite

📋 copy color: '#00D64A'

red 0 ◦ green 214 ◦ blue 74

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

Shades of Malachite #00D64A

Tints of Malachite #00D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 74.31%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 0%
G = 74.31%
B = 25.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#00D64A (or 0x00D64A) is known color: Malachite. HEX triplet: 00, D6 and 4A. RGB value is (0,214,74). Sum of RGB (Red+Green+Blue) = 0+214+74=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #00D64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D64A is #FF29B5. Grayscale: #868686. Windows color (decimal): -16722358 or 4904448. OLE color: 4904448.

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

Color convert

RGB 0 214 74 -
CMYK 1 0 0.65 0.16
HSL 140.75º 1% 0.42% -
HSV(B) 140.75º 1% 0.84% -
XYZ 25.28 48.59 14.52 -
YUV 134.05 94.1 32.38 -
System Red Green Blue C M Y K H S L
Decimal 0 214 74 1 0 0.65 0.16 140.75 1 0.42
Hex 0 D6 4A 64 0 41 10 8D 64 2A
Octal 0 326 112 144 0 101 20 215 144 52
Binary 0 11010110 1001010 1100100 0 1000001 10000 10001101 1100100 101010

Color Harmonies of #00D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D64A

Black with #00D64A

Text Example


Text Example

White with #00D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,74); }

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

background-color css

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

 a { background-color: rgb(0,214,74); }

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

border-color css

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

 span { border-color: rgb(0,214,74); }

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