Html Css Color HEX #00D046 Malachite

📋 copy color: '#00D046'

red 0 ◦ green 208 ◦ blue 70

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

Shades of Malachite #00D046

Tints of Malachite #00D046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 74.82%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 0%
G = 74.82%
B = 25.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#00D046 (or 0x00D046) is known color: Malachite. HEX triplet: 00, D0 and 46. RGB value is (0,208,70). Sum of RGB (Red+Green+Blue) = 0+208+70=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #00D046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D046 is #FF2FB9. Grayscale: #828282. Windows color (decimal): -16723898 or 4640768. OLE color: 4640768.

HSL color Cylindrical-coordinate representation of color #00D046: hue angle of 140.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D046 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 208 70 -
CMYK 1 0 0.66 0.18
HSL 140.19º 1% 0.41% -
HSV(B) 140.19º 1% 0.82% -
XYZ 23.66 45.55 13.34 -
YUV 130.08 94.09 35.22 -
System Red Green Blue C M Y K H S L
Decimal 0 208 70 1 0 0.66 0.18 140.19 1 0.41
Hex 0 D0 46 64 0 42 12 8C 64 29
Octal 0 320 106 144 0 102 22 214 144 51
Binary 0 11010000 1000110 1100100 0 1000010 10010 10001100 1100100 101001

Color Harmonies of #00D046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D046

Black with #00D046

Text Example


Text Example

White with #00D046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,70); }

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

background-color css

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

 a { background-color: rgb(0,208,70); }

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

border-color css

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

 span { border-color: rgb(0,208,70); }

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