Html Css Color HEX #00D76C Malachite

📋 copy color: '#00D76C'

red 0 ◦ green 215 ◦ blue 108

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

Shades of Malachite #00D76C

Tints of Malachite #00D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.56%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 0%
G = 66.56%
B = 33.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#00D76C (or 0x00D76C) is known color: Malachite. HEX triplet: 00, D7 and 6C. RGB value is (0,215,108). Sum of RGB (Red+Green+Blue) = 0+215+108=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #00D76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D76C is #FF2893. Grayscale: #8A8A8A. Windows color (decimal): -16722068 or 7132928. OLE color: 7132928.

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

Color convert

RGB 0 215 108 -
CMYK 1 0 0.50 0.16
HSL 150.14º 1% 0.42% -
HSV(B) 150.14º 1% 0.84% -
XYZ 27.01 49.68 22.35 -
YUV 138.52 110.77 29.2 -
System Red Green Blue C M Y K H S L
Decimal 0 215 108 1 0 0.50 0.16 150.14 1 0.42
Hex 0 D7 6C 64 0 32 10 96 64 2A
Octal 0 327 154 144 0 62 20 226 144 52
Binary 0 11010111 1101100 1100100 0 110010 10000 10010110 1100100 101010

Color Harmonies of #00D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D76C

Black with #00D76C

Text Example


Text Example

White with #00D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,215,108); }

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

background-color css

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

 a { background-color: rgb(0,215,108); }

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

border-color css

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

 span { border-color: rgb(0,215,108); }

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