Html Css Color HEX #0DD86C Malachite

📋 copy color: '#0DD86C'

red 13 ◦ green 216 ◦ blue 108

#0DD86C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0DD86C

Tints of Malachite #0DD86C

RGB

 RED value IS 13 (5.47% from 255) = 3.86%

 GREEN value IS 216 (84.77% from 255) = 64.09%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 3.86%
G = 64.09%
B = 32.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#0DD86C (or 0x0DD86C) is known color: Malachite. HEX triplet: 0D, D8 and 6C. RGB value is (13,216,108). Sum of RGB (Red+Green+Blue) = 13+216+108=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD86C is #F22793. Grayscale: #8F8F8F. Windows color (decimal): -15869844 or 7133197. OLE color: 7133197.

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

Color convert

RGB 13 216 108 -
CMYK 0.94 0 0.50 0.15
HSL 148.08º 0.89% 0.45% -
HSV(B) 148.08º 0.94% 0.85% -
XYZ 27.43 50.28 22.45 -
YUV 142.99 108.25 35.28 -
System Red Green Blue C M Y K H S L
Decimal 13 216 108 0.94 0 0.50 0.15 148.08 0.89 0.45
Hex D D8 6C 5E 0 32 F 94 59 2D
Octal 15 330 154 136 0 62 17 224 131 55
Binary 1101 11011000 1101100 1011110 0 110010 1111 10010100 1011001 101101

Color Harmonies of #0DD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD86C

Black with #0DD86C

Text Example


Text Example

White with #0DD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DD86C;
 }
 .AnyTagClassName
 {
   color: #0DD86C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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