Html Css Color HEX #1DF164 Malachite

📋 copy color: '#1DF164'

red 29 ◦ green 241 ◦ blue 100

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

Shades of Malachite #1DF164

Tints of Malachite #1DF164

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.14%

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

R = 7.84%
G = 65.14%
B = 27.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#1DF164 (or 0x1DF164) is known color: Malachite. HEX triplet: 1D, F1 and 64. RGB value is (29,241,100). Sum of RGB (Red+Green+Blue) = 29+241+100=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF164 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF164 is #E20E9B. Grayscale: #A1A1A1. Windows color (decimal): -14814876 or 6615325. OLE color: 6615325.

HSL color Cylindrical-coordinate representation of color #1DF164: hue angle of 140.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF164 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 241 100 -
CMYK 0.88 0 0.59 0.05
HSL 140.09º 0.88% 0.53% -
HSV(B) 140.09º 0.88% 0.95% -
XYZ 34.26 64.09 22.62 -
YUV 161.54 93.26 33.46 -
System Red Green Blue C M Y K H S L
Decimal 29 241 100 0.88 0 0.59 0.05 140.09 0.88 0.53
Hex 1D F1 64 58 0 3B 5 8C 58 35
Octal 35 361 144 130 0 73 5 214 130 65
Binary 11101 11110001 1100100 1011000 0 111011 101 10001100 1011000 110101

Color Harmonies of #1DF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF164

Black with #1DF164

Text Example


Text Example

White with #1DF164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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