#0cc658

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

Shades of Malachite #0CC658

Tints of Malachite #0CC658

Color information

#0CC658 (or 0x0CC658) is unknown color: approx Malachite. HEX triplet: 0C, C6 and 58. RGB value is (12,198,88). Sum of RGB (Red+Green+Blue) = 12+198+88=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 198 (77.73% from 255 or 66.44% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC658 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC658 is #F339A7. Grayscale: #828282. Windows color (decimal): -15940008 or 5817868. OLE color: 5817868.

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

Color convert

RGB1219888-
CMYK0.9400.560.22
HSL144.52º88.57%41.18%-
HSV(B)144.52º93.94%77.65%-
XYZ22.1141.1716.01-
YUV129.85104.3843.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.03%
GREEN value IS 198 (77.73% from 255) = 66.44%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=4.03%
G=66.44%
B=29.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12198880.9400.560.22144.5288.5741.18
HexCC6585E03816915929
Octal143061301360702622113151
Binary11001100011010110001011110011100010110100100011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,198,88); }

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

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

 a { background-color: rgb(12,198,88); }

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

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

 span { border-color: rgb(12,198,88); }

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