Html Css Color HEX #0CD86C Malachite

📋 copy color: '#0CD86C'

red 12 ◦ green 216 ◦ blue 108

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

Shades of Malachite #0CD86C

Tints of Malachite #0CD86C

RGB

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

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

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

R = 3.57%
G = 64.29%
B = 32.14%

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

#0CD86C (or 0x0CD86C) is known color: Malachite. HEX triplet: 0C, D8 and 6C. RGB value is (12,216,108). Sum of RGB (Red+Green+Blue) = 12+216+108=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD86C is #F32793. Grayscale: #8E8E8E. Windows color (decimal): -15935380 or 7133196. OLE color: 7133196.

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

Color convert

RGB 12 216 108 -
CMYK 0.94 0 0.50 0.15
HSL 148.24º 0.89% 0.45% -
HSV(B) 148.24º 0.94% 0.85% -
XYZ 27.41 50.27 22.45 -
YUV 142.69 108.41 34.78 -
System Red Green Blue C M Y K H S L
Decimal 12 216 108 0.94 0 0.50 0.15 148.24 0.89 0.45
Hex C D8 6C 5E 0 32 F 94 59 2D
Octal 14 330 154 136 0 62 17 224 131 55
Binary 1100 11011000 1101100 1011110 0 110010 1111 10010100 1011001 101101

Color Harmonies of #0CD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD86C

Black with #0CD86C

Text Example


Text Example

White with #0CD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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