#0CCC6D

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

Shades of Malachite #0CCC6D

Tints of Malachite #0CCC6D

Color information

#0CCC6D (or 0x0CCC6D) is unknown color: approx Malachite. HEX triplet: 0C, CC and 6D. RGB value is (12,204,109). Sum of RGB (Red+Green+Blue) = 12+204+109=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCC6D is #F33392. Grayscale: #878787. Windows color (decimal): -15938451 or 7195660. OLE color: 7195660.

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

Color convert

RGB12204109-
CMYK0.9400.470.2
HSL150.31º88.89%42.35%-
HSV(B)150.31º94.12%80%-
XYZ24.544.3721.74-
YUV135.76112.8939.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.69%
GREEN value IS 204 (80.08% from 255) = 62.77%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=3.69%
G=62.77%
B=33.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122041090.9400.470.2150.3188.8942.35
HexCCC6D5E02F1496592a
Octal143141551360572422613152
Binary11001100110011011011011110010111110100100101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,204,109); }

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

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

 a { background-color: rgb(12,204,109); }

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

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

 span { border-color: rgb(12,204,109); }

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