#0DD164

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

Shades of Malachite #0DD164

Tints of Malachite #0DD164

Color information

#0DD164 (or 0x0DD164) is unknown color: approx Malachite. HEX triplet: 0D, D1 and 64. RGB value is (13,209,100). Sum of RGB (Red+Green+Blue) = 13+209+100=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD164 is #F22E9B. Grayscale: #8A8A8A. Windows color (decimal): -15871644 or 6607117. OLE color: 6607117.

HSL color Cylindrical-coordinate representation of color #0DD164: hue angle of 146.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD164 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB13209100-
CMYK0.9400.520.18
HSL146.63º88.29%43.53%-
HSV(B)146.63º93.78%81.96%-
XYZ25.2746.6119.72-
YUV137.97106.5738.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.04%
GREEN value IS 209 (82.03% from 255) = 64.91%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=4.04%
G=64.91%
B=31.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132091000.9400.520.18146.6388.2943.53
HexDD1645E0341293582c
Octal153211441360642222313054
Binary11011101000111001001011110011010010010100100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD164; }

 p { color: rgb(13,209,100); }

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

<style>
 a { background-color: #0DD164; }

 a { background-color: rgb(13,209,100); }

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

<style>
 span { border-color: #0DD164; }

 span { border-color: rgb(13,209,100); }

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