Html Css Color HEX #0CD86E Malachite

📋 copy color: '#0CD86E'

red 12 ◦ green 216 ◦ blue 110

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

Shades of Malachite #0CD86E

Tints of Malachite #0CD86E

RGB

 RED value IS 12 (5.08% from 255) = 3.55%

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 3.55%
G = 63.91%
B = 32.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#0CD86E (or 0x0CD86E) is known color: Malachite. HEX triplet: 0C, D8 and 6E. RGB value is (12,216,110). Sum of RGB (Red+Green+Blue) = 12+216+110=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 216 (84.77% from 255 or 63.91% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD86E is #F32791. Grayscale: #8F8F8F. Windows color (decimal): -15935378 or 7264268. OLE color: 7264268.

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

Color convert

RGB 12 216 110 -
CMYK 0.94 0 0.49 0.15
HSL 148.82º 0.89% 0.45% -
HSV(B) 148.82º 0.94% 0.85% -
XYZ 27.52 50.32 23.01 -
YUV 142.92 109.41 34.62 -
System Red Green Blue C M Y K H S L
Decimal 12 216 110 0.94 0 0.49 0.15 148.82 0.89 0.45
Hex C D8 6E 5E 0 31 F 95 59 2D
Octal 14 330 156 136 0 61 17 225 131 55
Binary 1100 11011000 1101110 1011110 0 110001 1111 10010101 1011001 101101

Color Harmonies of #0CD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD86E

Black with #0CD86E

Text Example


Text Example

White with #0CD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,110); }

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

background-color css

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

 a { background-color: rgb(12,216,110); }

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

border-color css

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

 span { border-color: rgb(12,216,110); }

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