#0DD84F

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

Shades of Malachite #0DD84F

Tints of Malachite #0DD84F

Color information

#0DD84F (or 0x0DD84F) is unknown color: approx Malachite. HEX triplet: 0D, D8 and 4F. RGB value is (13,216,79). Sum of RGB (Red+Green+Blue) = 13+216+79=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD84F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD84F is #F227B0. Grayscale: #8C8C8C. Windows color (decimal): -15869873 or 5232653. OLE color: 5232653.

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

Color convert

RGB1321679-
CMYK0.9400.630.15
HSL139.51º88.65%44.9%-
HSV(B)139.51º93.98%84.71%-
XYZ26.1349.7615.62-
YUV139.6893.7537.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 216 (84.77% from 255) = 70.13%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=4.22%
G=70.13%
B=25.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal13216790.9400.630.15139.5188.6544.9
HexDD84F5E03FF8c592d
Octal153301171360771721413155
Binary1101110110001001111101111001111111111100011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,216,79); }

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

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

 a { background-color: rgb(13,216,79); }

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

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

 span { border-color: rgb(13,216,79); }

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