Html Css Color HEX #0CD64C Malachite

📋 copy color: '#0CD64C'

red 12 ◦ green 214 ◦ blue 76

#0CD64C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0CD64C

Tints of Malachite #0CD64C

RGB

 RED value IS 12 (5.08% from 255) = 3.97%

 GREEN value IS 214 (83.98% from 255) = 70.86%

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 3.97%
G = 70.86%
B = 25.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#0CD64C (or 0x0CD64C) is known color: Malachite. HEX triplet: 0C, D6 and 4C. RGB value is (12,214,76). Sum of RGB (Red+Green+Blue) = 12+214+76=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 214 (83.98% from 255 or 70.86% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD64C is #F329B3. Grayscale: #8A8A8A. Windows color (decimal): -15935924 or 5035532. OLE color: 5035532.

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

Color convert

RGB 12 214 76 -
CMYK 0.94 0 0.64 0.16
HSL 139.01º 0.89% 0.44% -
HSV(B) 139.01º 0.94% 0.84% -
XYZ 25.5 48.69 14.89 -
YUV 137.87 93.08 38.22 -
System Red Green Blue C M Y K H S L
Decimal 12 214 76 0.94 0 0.64 0.16 139.01 0.89 0.44
Hex C D6 4C 5E 0 40 10 8B 59 2C
Octal 14 326 114 136 0 100 20 213 131 54
Binary 1100 11010110 1001100 1011110 0 1000000 10000 10001011 1011001 101100

Color Harmonies of #0CD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD64C

Black with #0CD64C

Text Example


Text Example

White with #0CD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,214,76); }

 H1.HeaderClassName
 {
   color: #0CD64C;
 }
 .AnyTagClassName
 {
   color: #0CD64C;
 }
</style>

background-color css

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

 a { background-color: rgb(12,214,76); }

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

border-color css

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

 span { border-color: rgb(12,214,76); }

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