Html Css Color HEX #0CD96C Malachite

📋 copy color: '#0CD96C'

red 12 ◦ green 217 ◦ blue 108

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

Shades of Malachite #0CD96C

Tints of Malachite #0CD96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.39%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 3.56%
G = 64.39%
B = 32.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#0CD96C (or 0x0CD96C) is known color: Malachite. HEX triplet: 0C, D9 and 6C. RGB value is (12,217,108). Sum of RGB (Red+Green+Blue) = 12+217+108=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD96C is #F32693. Grayscale: #8F8F8F. Windows color (decimal): -15935124 or 7133452. OLE color: 7133452.

HSL color Cylindrical-coordinate representation of color #0CD96C: hue angle of 148.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD96C is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 108 -
CMYK 0.94 0 0.50 0.15
HSL 148.1º 0.9% 0.45% -
HSV(B) 148.1º 0.94% 0.85% -
XYZ 27.67 50.79 22.53 -
YUV 143.28 108.08 34.36 -
System Red Green Blue C M Y K H S L
Decimal 12 217 108 0.94 0 0.50 0.15 148.1 0.9 0.45
Hex C D9 6C 5E 0 32 F 94 5A 2D
Octal 14 331 154 136 0 62 17 224 132 55
Binary 1100 11011001 1101100 1011110 0 110010 1111 10010100 1011010 101101

Color Harmonies of #0CD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD96C

Black with #0CD96C

Text Example


Text Example

White with #0CD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,108); }

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

background-color css

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

 a { background-color: rgb(12,217,108); }

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

border-color css

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

 span { border-color: rgb(12,217,108); }

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