#0CD740

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

Shades of Malachite #0CD740

Tints of Malachite #0CD740

Color information

#0CD740 (or 0x0CD740) is unknown color: approx Malachite. HEX triplet: 0C, D7 and 40. RGB value is (12,215,64). Sum of RGB (Red+Green+Blue) = 12+215+64=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD740 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD740 is #F328BF. Grayscale: #898989. Windows color (decimal): -15935680 or 4249356. OLE color: 4249356.

HSL color Cylindrical-coordinate representation of color #0CD740: hue angle of 135.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD740 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB1221564-
CMYK0.9400.700.16
HSL135.37º89.43%44.51%-
HSV(B)135.37º94.42%84.31%-
XYZ25.3849.0512.98-
YUV137.0986.7538.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 215 (84.38% from 255) = 73.88%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=4.12%
G=73.88%
B=21.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12215640.9400.700.16135.3789.4344.51
HexCD7405E0461087592d
Octal1432710013601062020713155
Binary110011010111100000010111100100011010000100001111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,215,64); }

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

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

 a { background-color: rgb(12,215,64); }

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

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

 span { border-color: rgb(12,215,64); }

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