Html Css Color HEX #00D96D Malachite

📋 copy color: '#00D96D'

red 0 ◦ green 217 ◦ blue 109

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

Shades of Malachite #00D96D

Tints of Malachite #00D96D

RGB

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

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

 BLUE value IS 109 (42.97% 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.15

RGB Variations

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

Color information

#00D96D (or 0x00D96D) is known color: Malachite. HEX triplet: 00, D9 and 6D. RGB value is (0,217,109). Sum of RGB (Red+Green+Blue) = 0+217+109=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 217 (85.16% from 255 or 66.56% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 217 - color contains mainly: green. Hex color #00D96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D96D is #FF2692. Grayscale: #8C8C8C. Windows color (decimal): -16721555 or 7198976. OLE color: 7198976.

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

Color convert

RGB 0 217 109 -
CMYK 1 0 0.50 0.15
HSL 150.14º 1% 0.43% -
HSV(B) 150.14º 1% 0.85% -
XYZ 27.57 50.73 22.81 -
YUV 139.81 110.61 28.28 -
System Red Green Blue C M Y K H S L
Decimal 0 217 109 1 0 0.50 0.15 150.14 1 0.43
Hex 0 D9 6D 64 0 32 F 96 64 2B
Octal 0 331 155 144 0 62 17 226 144 53
Binary 0 11011001 1101101 1100100 0 110010 1111 10010110 1100100 101011

Color Harmonies of #00D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D96D

Black with #00D96D

Text Example


Text Example

White with #00D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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