#0DDA6A

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

Shades of Malachite #0DDA6A

Tints of Malachite #0DDA6A

Color information

#0DDA6A (or 0x0DDA6A) is unknown color: approx Malachite. HEX triplet: 0D, DA and 6A. RGB value is (13,218,106). Sum of RGB (Red+Green+Blue) = 13+218+106=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDA6A is #F22595. Grayscale: #909090. Windows color (decimal): -15869334 or 7002637. OLE color: 7002637.

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

Color convert

RGB13218106-
CMYK0.9400.510.15
HSL147.22º88.74%45.29%-
HSV(B)147.22º94.04%85.49%-
XYZ27.8451.2722.06-
YUV143.94106.5834.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.86%
GREEN value IS 218 (85.55% from 255) = 64.69%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=3.86%
G=64.69%
B=31.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132181060.9400.510.15147.2288.7445.29
HexDDA6A5E033F93592d
Octal153321521360631722313155
Binary1101110110101101010101111001100111111100100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,218,106); }

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

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

 a { background-color: rgb(13,218,106); }

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

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

 span { border-color: rgb(13,218,106); }

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