#0CD071

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

Shades of Malachite #0CD071

Tints of Malachite #0CD071

Color information

#0CD071 (or 0x0CD071) is unknown color: approx Malachite. HEX triplet: 0C, D0 and 71. RGB value is (12,208,113). Sum of RGB (Red+Green+Blue) = 12+208+113=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD071 is #F32F8E. Grayscale: #8A8A8A. Windows color (decimal): -15937423 or 7458828. OLE color: 7458828.

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

Color convert

RGB12208113-
CMYK0.9400.460.18
HSL150.92º89.09%43.14%-
HSV(B)150.92º94.23%81.57%-
XYZ25.6946.3823.22-
YUV138.57113.5737.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.60%
GREEN value IS 208 (81.64% from 255) = 62.46%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=3.60%
G=62.46%
B=33.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122081130.9400.460.18150.9289.0943.14
HexCD0715E02E1297592b
Octal143201611360562222713153
Binary11001101000011100011011110010111010010100101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,208,113); }

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

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

 a { background-color: rgb(12,208,113); }

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

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

 span { border-color: rgb(12,208,113); }

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