#0CDB56

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

Shades of Malachite #0CDB56

Tints of Malachite #0CDB56

Color information

#0CDB56 (or 0x0CDB56) is unknown color: approx Malachite. HEX triplet: 0C, DB and 56. RGB value is (12,219,86). Sum of RGB (Red+Green+Blue) = 12+219+86=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB56 is #F324A9. Grayscale: #8E8E8E. Windows color (decimal): -15934634 or 5692172. OLE color: 5692172.

HSL color Cylindrical-coordinate representation of color #0CDB56: hue angle of 141.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB56 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB1221986-
CMYK0.9500.610.14
HSL141.45º89.61%45.29%-
HSV(B)141.45º94.52%85.88%-
XYZ27.1651.4117.3-
YUV141.9496.4235.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.79%
GREEN value IS 219 (85.94% from 255) = 69.09%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=3.79%
G=69.09%
B=27.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12219860.9500.610.14141.4589.6145.29
HexCDB565F03DE8d5a2d
Octal143331261370751621513255
Binary1100110110111010110101111101111011110100011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CDB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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