Html Css Color HEX #0CDC6B Malachite

📋 copy color: '#0CDC6B'

red 12 ◦ green 220 ◦ blue 107

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

Shades of Malachite #0CDC6B

Tints of Malachite #0CDC6B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.9%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 3.54%
G = 64.9%
B = 31.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#0CDC6B (or 0x0CDC6B) is known color: Malachite. HEX triplet: 0C, DC and 6B. RGB value is (12,220,107). Sum of RGB (Red+Green+Blue) = 12+220+107=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDC6B is #F32394. Grayscale: #919191. Windows color (decimal): -15934357 or 7068684. OLE color: 7068684.

HSL color Cylindrical-coordinate representation of color #0CDC6B: hue angle of 147.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDC6B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 107 -
CMYK 0.95 0 0.51 0.14
HSL 147.4º 0.9% 0.45% -
HSV(B) 147.4º 0.95% 0.86% -
XYZ 28.4 52.33 22.51 -
YUV 144.93 106.59 33.19 -
System Red Green Blue C M Y K H S L
Decimal 12 220 107 0.95 0 0.51 0.14 147.4 0.9 0.45
Hex C DC 6B 5F 0 33 E 93 5A 2D
Octal 14 334 153 137 0 63 16 223 132 55
Binary 1100 11011100 1101011 1011111 0 110011 1110 10010011 1011010 101101

Color Harmonies of #0CDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC6B

Black with #0CDC6B

Text Example


Text Example

White with #0CDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,220,107); }

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

background-color css

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

 a { background-color: rgb(12,220,107); }

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

border-color css

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

 span { border-color: rgb(12,220,107); }

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