#0DD171

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

Shades of Malachite #0DD171

Tints of Malachite #0DD171

Color information

#0DD171 (or 0x0DD171) is unknown color: approx Malachite. HEX triplet: 0D, D1 and 71. RGB value is (13,209,113). Sum of RGB (Red+Green+Blue) = 13+209+113=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD171 is #F22E8E. Grayscale: #8B8B8B. Windows color (decimal): -15871631 or 7459085. OLE color: 7459085.

HSL color Cylindrical-coordinate representation of color #0DD171: hue angle of 150.61º 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 #0DD171 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB13209113-
CMYK0.9400.460.18
HSL150.61º88.29%43.53%-
HSV(B)150.61º93.78%81.96%-
XYZ25.9546.8823.3-
YUV139.45113.0737.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.88%
GREEN value IS 209 (82.03% from 255) = 62.39%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=3.88%
G=62.39%
B=33.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132091130.9400.460.18150.6188.2943.53
HexDD1715E02E1297582c
Octal153211611360562222713054
Binary11011101000111100011011110010111010010100101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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