Html Css Color HEX #0CC86B Malachite

📋 copy color: '#0CC86B'

red 12 ◦ green 200 ◦ blue 107

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

Shades of Malachite #0CC86B

Tints of Malachite #0CC86B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.7%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 3.76%
G = 62.7%
B = 33.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#0CC86B (or 0x0CC86B) is known color: Malachite. HEX triplet: 0C, C8 and 6B. RGB value is (12,200,107). Sum of RGB (Red+Green+Blue) = 12+200+107=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC86B is #F33794. Grayscale: #858585. Windows color (decimal): -15939477 or 7063564. OLE color: 7063564.

HSL color Cylindrical-coordinate representation of color #0CC86B: hue angle of 150.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC86B is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 107 -
CMYK 0.94 0 0.46 0.22
HSL 150.32º 0.89% 0.42% -
HSV(B) 150.32º 0.94% 0.78% -
XYZ 23.46 42.45 20.87 -
YUV 133.19 113.22 41.56 -
System Red Green Blue C M Y K H S L
Decimal 12 200 107 0.94 0 0.46 0.22 150.32 0.89 0.42
Hex C C8 6B 5E 0 2E 16 96 59 2A
Octal 14 310 153 136 0 56 26 226 131 52
Binary 1100 11001000 1101011 1011110 0 101110 10110 10010110 1011001 101010

Color Harmonies of #0CC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC86B

Black with #0CC86B

Text Example


Text Example

White with #0CC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,200,107); }

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

background-color css

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

 a { background-color: rgb(12,200,107); }

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

border-color css

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

 span { border-color: rgb(12,200,107); }

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