Html Css Color HEX #1DDD4A Malachite

📋 copy color: '#1DDD4A'

red 29 ◦ green 221 ◦ blue 74

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

Shades of Malachite #1DDD4A

Tints of Malachite #1DDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.21%

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 8.95%
G = 68.21%
B = 22.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#1DDD4A (or 0x1DDD4A) is known color: Malachite. HEX triplet: 1D, DD and 4A. RGB value is (29,221,74). Sum of RGB (Red+Green+Blue) = 29+221+74=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD4A is #E222B5. Grayscale: #939393. Windows color (decimal): -14820022 or 4906269. OLE color: 4906269.

HSL color Cylindrical-coordinate representation of color #1DDD4A: hue angle of 134.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD4A is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 74 -
CMYK 0.87 0 0.67 0.13
HSL 134.06º 0.77% 0.49% -
HSV(B) 134.06º 0.87% 0.87% -
XYZ 27.6 52.47 15.15 -
YUV 146.83 86.89 43.95 -
System Red Green Blue C M Y K H S L
Decimal 29 221 74 0.87 0 0.67 0.13 134.06 0.77 0.49
Hex 1D DD 4A 57 0 43 D 86 4D 31
Octal 35 335 112 127 0 103 15 206 115 61
Binary 11101 11011101 1001010 1010111 0 1000011 1101 10000110 1001101 110001

Color Harmonies of #1DDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD4A

Black with #1DDD4A

Text Example


Text Example

White with #1DDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,221,74); }

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

background-color css

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

 a { background-color: rgb(29,221,74); }

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

border-color css

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

 span { border-color: rgb(29,221,74); }

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