Html Css Color HEX #1DB66A Mountain Meadow

📋 copy color: '#1DB66A'

red 29 ◦ green 182 ◦ blue 106

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

Shades of Mountain Meadow #1DB66A

Tints of Mountain Meadow #1DB66A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.41%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 9.15%
G = 57.41%
B = 33.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#1DB66A (or 0x1DB66A) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 6A. RGB value is (29,182,106). Sum of RGB (Red+Green+Blue) = 29+182+106=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB66A is #E24995. Grayscale: #7F7F7F. Windows color (decimal): -14829974 or 6993437. OLE color: 6993437.

HSL color Cylindrical-coordinate representation of color #1DB66A: hue angle of 150.2º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB66A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 106 -
CMYK 0.84 0 0.42 0.29
HSL 150.2º 0.73% 0.41% -
HSV(B) 150.2º 0.84% 0.71% -
XYZ 19.84 34.76 19.3 -
YUV 127.59 115.81 57.68 -
System Red Green Blue C M Y K H S L
Decimal 29 182 106 0.84 0 0.42 0.29 150.2 0.73 0.41
Hex 1D B6 6A 54 0 2A 1D 96 49 29
Octal 35 266 152 124 0 52 35 226 111 51
Binary 11101 10110110 1101010 1010100 0 101010 11101 10010110 1001001 101001

Color Harmonies of #1DB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB66A

Black with #1DB66A

Text Example


Text Example

White with #1DB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,106); }

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

background-color css

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

 a { background-color: rgb(29,182,106); }

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

border-color css

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

 span { border-color: rgb(29,182,106); }

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