#0cce56

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

Shades of Malachite #0CCE56

Tints of Malachite #0CCE56

Color information

#0CCE56 (or 0x0CCE56) is unknown color: approx Malachite. HEX triplet: 0C, CE and 56. RGB value is (12,206,86). Sum of RGB (Red+Green+Blue) = 12+206+86=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCE56 is #F331A9. Grayscale: #868686. Windows color (decimal): -15937962 or 5688844. OLE color: 5688844.

HSL color Cylindrical-coordinate representation of color #0CCE56: hue angle of 142.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE56 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB1220686-
CMYK0.9400.580.19
HSL142.89º88.99%42.75%-
HSV(B)142.89º94.17%80.78%-
XYZ23.944.8916.21-
YUV134.31100.7340.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 206 (80.86% from 255) = 67.76%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=3.95%
G=67.76%
B=28.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12206860.9400.580.19142.8988.9942.75
HexCCE565E03A138f592b
Octal143161261360722321713153
Binary11001100111010101101011110011101010011100011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cce56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,206,86); }

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

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

 a { background-color: rgb(12,206,86); }

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

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

 span { border-color: rgb(12,206,86); }

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