#0DD66F

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

Shades of Malachite #0DD66F

Tints of Malachite #0DD66F

Color information

#0DD66F (or 0x0DD66F) is unknown color: approx Malachite. HEX triplet: 0D, D6 and 6F. RGB value is (13,214,111). Sum of RGB (Red+Green+Blue) = 13+214+111=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD66F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD66F is #F22990. Grayscale: #8E8E8E. Windows color (decimal): -15870353 or 7329293. OLE color: 7329293.

HSL color Cylindrical-coordinate representation of color #0DD66F: hue angle of 149.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD66F is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB13214111-
CMYK0.9400.480.16
HSL149.25º88.55%44.51%-
HSV(B)149.25º93.93%83.92%-
XYZ27.0849.3323.13-
YUV142.16110.4135.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.85%
GREEN value IS 214 (83.98% from 255) = 63.31%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=3.85%
G=63.31%
B=32.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132141110.9400.480.16149.2588.5544.51
HexDD66F5E0301095592d
Octal153261571360602022513155
Binary11011101011011011111011110011000010000100101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,214,111); }

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

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

 a { background-color: rgb(13,214,111); }

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

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

 span { border-color: rgb(13,214,111); }

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