#00DD6E

Color #00DD6E Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #00DD6E

Tints of Malachite #00DD6E

Color information

#00DD6E (or 0x00DD6E) is unknown color: approx Malachite. HEX triplet: 00, DD and 6E. RGB value is (0,221,110). Sum of RGB (Red+Green+Blue) = 0+221+110=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DD6E is #FF2291. Grayscale: #8E8E8E. Windows color (decimal): -16720530 or 7265536. OLE color: 7265536.

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

Color convert

RGB0221110-
CMYK100.500.13
HSL149.86º100%43.33%-
HSV(B)149.86º100%86.67%-
XYZ28.6752.8423.44-
YUV142.27109.7826.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 66.77%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=0%
G=66.77%
B=33.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221110100.500.13149.8610043.33
Hex0DD6E64032D96642b
Octal03351561440621522614453
Binary0110111011101110110010001100101101100101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,221,110); }

 H1.HeaderClassName
 {
   color: #00DD6E;
 }
 .AnyTagClassName
 {
   color: #00DD6E;
 }
</style>
background-color css

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

 a { background-color: rgb(0,221,110); }

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

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

 span { border-color: rgb(0,221,110); }

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