Html Css Color HEX #1DC364 Malachite

📋 copy color: '#1DC364'

red 29 ◦ green 195 ◦ blue 100

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

Shades of Malachite #1DC364

Tints of Malachite #1DC364

RGB

 RED value IS 29 (11.72% from 255) = 8.95%

 GREEN value IS 195 (76.56% from 255) = 60.19%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 8.95%
G = 60.19%
B = 30.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#1DC364 (or 0x1DC364) is known color: Malachite. HEX triplet: 1D, C3 and 64. RGB value is (29,195,100). Sum of RGB (Red+Green+Blue) = 29+195+100=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC364 is #E23C9B. Grayscale: #868686. Windows color (decimal): -14826652 or 6603549. OLE color: 6603549.

HSL color Cylindrical-coordinate representation of color #1DC364: hue angle of 145.66º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC364 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 100 -
CMYK 0.85 0 0.49 0.24
HSL 145.66º 0.74% 0.44% -
HSV(B) 145.66º 0.85% 0.76% -
XYZ 22.32 40.21 18.64 -
YUV 134.54 108.5 52.72 -
System Red Green Blue C M Y K H S L
Decimal 29 195 100 0.85 0 0.49 0.24 145.66 0.74 0.44
Hex 1D C3 64 55 0 31 18 92 4A 2C
Octal 35 303 144 125 0 61 30 222 112 54
Binary 11101 11000011 1100100 1010101 0 110001 11000 10010010 1001010 101100

Color Harmonies of #1DC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC364

Black with #1DC364

Text Example


Text Example

White with #1DC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC364; }

 p { color: rgb(29,195,100); }

 H1.HeaderClassName
 {
   color: #1DC364;
 }
 .AnyTagClassName
 {
   color: #1DC364;
 }
</style>

background-color css

<style>
 a { background-color: #1DC364; }

 a { background-color: rgb(29,195,100); }

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

border-color css

<style>
 span { border-color: #1DC364; }

 span { border-color: rgb(29,195,100); }

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