Html Css Color HEX #1DC968 Malachite

📋 copy color: '#1DC968'

red 29 ◦ green 201 ◦ blue 104

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

Shades of Malachite #1DC968

Tints of Malachite #1DC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 8.68%
G = 60.18%
B = 31.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#1DC968 (or 0x1DC968) is known color: Malachite. HEX triplet: 1D, C9 and 68. RGB value is (29,201,104). Sum of RGB (Red+Green+Blue) = 29+201+104=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC968 is #E23697. Grayscale: #8A8A8A. Windows color (decimal): -14825112 or 6867229. OLE color: 6867229.

HSL color Cylindrical-coordinate representation of color #1DC968: hue angle of 146.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC968 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 201 104 -
CMYK 0.86 0 0.48 0.21
HSL 146.16º 0.75% 0.45% -
HSV(B) 146.16º 0.86% 0.79% -
XYZ 23.89 43.03 20.14 -
YUV 138.51 108.52 49.89 -
System Red Green Blue C M Y K H S L
Decimal 29 201 104 0.86 0 0.48 0.21 146.16 0.75 0.45
Hex 1D C9 68 56 0 30 15 92 4B 2D
Octal 35 311 150 126 0 60 25 222 113 55
Binary 11101 11001001 1101000 1010110 0 110000 10101 10010010 1001011 101101

Color Harmonies of #1DC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC968

Black with #1DC968

Text Example


Text Example

White with #1DC968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,201,104); }

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

background-color css

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

 a { background-color: rgb(29,201,104); }

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

border-color css

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

 span { border-color: rgb(29,201,104); }

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