Html Css Color HEX #0CDC66 Malachite

📋 copy color: '#0CDC66'

red 12 ◦ green 220 ◦ blue 102

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

Shades of Malachite #0CDC66

Tints of Malachite #0CDC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 3.59%
G = 65.87%
B = 30.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#0CDC66 (or 0x0CDC66) is known color: Malachite. HEX triplet: 0C, DC and 66. RGB value is (12,220,102). Sum of RGB (Red+Green+Blue) = 12+220+102=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #0CDC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDC66 is #F32399. Grayscale: #909090. Windows color (decimal): -15934362 or 6741004. OLE color: 6741004.

HSL color Cylindrical-coordinate representation of color #0CDC66: hue angle of 145.96º 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 #0CDC66 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 220 102 -
CMYK 0.95 0 0.54 0.14
HSL 145.96º 0.9% 0.45% -
HSV(B) 145.96º 0.95% 0.86% -
XYZ 28.14 52.22 21.17 -
YUV 144.36 104.09 33.59 -
System Red Green Blue C M Y K H S L
Decimal 12 220 102 0.95 0 0.54 0.14 145.96 0.9 0.45
Hex C DC 66 5F 0 36 E 92 5A 2D
Octal 14 334 146 137 0 66 16 222 132 55
Binary 1100 11011100 1100110 1011111 0 110110 1110 10010010 1011010 101101

Color Harmonies of #0CDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDC66

Black with #0CDC66

Text Example


Text Example

White with #0CDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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