Html Css Color HEX #00D86D Malachite

📋 copy color: '#00D86D'

red 0 ◦ green 216 ◦ blue 109

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

Shades of Malachite #00D86D

Tints of Malachite #00D86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.46%

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 0%
G = 66.46%
B = 33.54%

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

#00D86D (or 0x00D86D) is known color: Malachite. HEX triplet: 00, D8 and 6D. RGB value is (0,216,109). Sum of RGB (Red+Green+Blue) = 0+216+109=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #00D86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D86D is #FF2792. Grayscale: #8B8B8B. Windows color (decimal): -16721811 or 7198720. OLE color: 7198720.

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

Color convert

RGB 0 216 109 -
CMYK 1 0 0.50 0.15
HSL 150.28º 1% 0.42% -
HSV(B) 150.28º 1% 0.85% -
XYZ 27.32 50.22 22.72 -
YUV 139.22 110.94 28.7 -
System Red Green Blue C M Y K H S L
Decimal 0 216 109 1 0 0.50 0.15 150.28 1 0.42
Hex 0 D8 6D 64 0 32 F 96 64 2A
Octal 0 330 155 144 0 62 17 226 144 52
Binary 0 11011000 1101101 1100100 0 110010 1111 10010110 1100100 101010

Color Harmonies of #00D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D86D

Black with #00D86D

Text Example


Text Example

White with #00D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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