Html Css Color HEX #1DD25A Malachite

📋 copy color: '#1DD25A'

red 29 ◦ green 210 ◦ blue 90

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

Shades of Malachite #1DD25A

Tints of Malachite #1DD25A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 63.83%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 8.81%
G = 63.83%
B = 27.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#1DD25A (or 0x1DD25A) is known color: Malachite. HEX triplet: 1D, D2 and 5A. RGB value is (29,210,90). Sum of RGB (Red+Green+Blue) = 29+210+90=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD25A is #E22DA5. Grayscale: #8E8E8E. Windows color (decimal): -14822822 or 5952029. OLE color: 5952029.

HSL color Cylindrical-coordinate representation of color #1DD25A: hue angle of 140.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD25A is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 90 -
CMYK 0.86 0 0.57 0.18
HSL 140.22º 0.76% 0.47% -
HSV(B) 140.22º 0.86% 0.82% -
XYZ 25.4 47.09 17.42 -
YUV 142.2 98.53 47.26 -
System Red Green Blue C M Y K H S L
Decimal 29 210 90 0.86 0 0.57 0.18 140.22 0.76 0.47
Hex 1D D2 5A 56 0 39 12 8C 4C 2F
Octal 35 322 132 126 0 71 22 214 114 57
Binary 11101 11010010 1011010 1010110 0 111001 10010 10001100 1001100 101111

Color Harmonies of #1DD25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD25A

Black with #1DD25A

Text Example


Text Example

White with #1DD25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,210,90); }

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

background-color css

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

 a { background-color: rgb(29,210,90); }

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

border-color css

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

 span { border-color: rgb(29,210,90); }

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