#1DEC68

Color #1DEC68 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1DEC68

Tints of Malachite #1DEC68

Color information

#1DEC68 (or 0x1DEC68) is unknown color: approx Malachite. HEX triplet: 1D, EC and 68. RGB value is (29,236,104). Sum of RGB (Red+Green+Blue) = 29+236+104=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC68 is #E21397. Grayscale: #9F9F9F. Windows color (decimal): -14816152 or 6876189. OLE color: 6876189.

HSL color Cylindrical-coordinate representation of color #1DEC68: hue angle of 141.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC68 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB29236104-
CMYK0.8800.560.07
HSL141.74º84.49%51.96%-
HSV(B)141.74º87.71%92.55%-
XYZ3361.2523.18-
YUV159.0696.9235.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.86%
GREEN value IS 236 (92.58% from 255) = 63.96%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=7.86%
G=63.96%
B=28.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292361040.8800.560.07141.7484.4951.96
Hex1DEC685803878e5434
Octal35354150130070721612464
Binary1110111101100110100010110000111000111100011101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DEC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DEC68;
 }
 .AnyTagClassName
 {
   color: #1DEC68;
 }
</style>
background-color css

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

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

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

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

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

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