Html Css Color HEX #00D860 Malachite

📋 copy color: '#00D860'

red 0 ◦ green 216 ◦ blue 96

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

Shades of Malachite #00D860

Tints of Malachite #00D860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#00D860 (or 0x00D860) is known color: Malachite. HEX triplet: 00, D8 and 60. RGB value is (0,216,96). Sum of RGB (Red+Green+Blue) = 0+216+96=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #00D860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D860 is #FF279F. Grayscale: #8A8A8A. Windows color (decimal): -16721824 or 6346752. OLE color: 6346752.

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

Color convert

RGB 0 216 96 -
CMYK 1 0 0.56 0.15
HSL 146.67º 1% 0.42% -
HSV(B) 146.67º 1% 0.85% -
XYZ 26.67 49.96 19.3 -
YUV 137.74 104.44 29.76 -
System Red Green Blue C M Y K H S L
Decimal 0 216 96 1 0 0.56 0.15 146.67 1 0.42
Hex 0 D8 60 64 0 38 F 93 64 2A
Octal 0 330 140 144 0 70 17 223 144 52
Binary 0 11011000 1100000 1100100 0 111000 1111 10010011 1100100 101010

Color Harmonies of #00D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D860

Black with #00D860

Text Example


Text Example

White with #00D860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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