Html Css Color HEX #0CD576 Malachite

📋 copy color: '#0CD576'

red 12 ◦ green 213 ◦ blue 118

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

Shades of Malachite #0CD576

Tints of Malachite #0CD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 62.1%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 3.5%
G = 62.1%
B = 34.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#0CD576 (or 0x0CD576) is known color: Malachite. HEX triplet: 0C, D5 and 76. RGB value is (12,213,118). Sum of RGB (Red+Green+Blue) = 12+213+118=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD576 is #F32A89. Grayscale: #8E8E8E. Windows color (decimal): -15936138 or 7787788. OLE color: 7787788.

HSL color Cylindrical-coordinate representation of color #0CD576: hue angle of 151.64º 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 #0CD576 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 213 118 -
CMYK 0.94 0 0.45 0.16
HSL 151.64º 0.89% 0.44% -
HSV(B) 151.64º 0.94% 0.84% -
XYZ 27.22 48.97 25.16 -
YUV 142.07 114.41 35.22 -
System Red Green Blue C M Y K H S L
Decimal 12 213 118 0.94 0 0.45 0.16 151.64 0.89 0.44
Hex C D5 76 5E 0 2D 10 98 59 2C
Octal 14 325 166 136 0 55 20 230 131 54
Binary 1100 11010101 1110110 1011110 0 101101 10000 10011000 1011001 101100

Color Harmonies of #0CD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD576

Black with #0CD576

Text Example


Text Example

White with #0CD576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,118); }

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

background-color css

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

 a { background-color: rgb(12,213,118); }

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

border-color css

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

 span { border-color: rgb(12,213,118); }

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