Html Css Color HEX #1DB694 Mountain Meadow

📋 copy color: '#1DB694'

red 29 ◦ green 182 ◦ blue 148

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

Shades of Mountain Meadow #1DB694

Tints of Mountain Meadow #1DB694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 8.08%
G = 50.7%
B = 41.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#1DB694 (or 0x1DB694) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 94. RGB value is (29,182,148). Sum of RGB (Red+Green+Blue) = 29+182+148=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB694 is #E2496B. Grayscale: #848484. Windows color (decimal): -14829932 or 9745949. OLE color: 9745949.

HSL color Cylindrical-coordinate representation of color #1DB694: hue angle of 166.67º 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 #1DB694 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 148 -
CMYK 0.84 0 0.19 0.29
HSL 166.67º 0.73% 0.41% -
HSV(B) 166.67º 0.84% 0.71% -
XYZ 22.58 35.86 33.75 -
YUV 132.38 136.81 54.26 -
System Red Green Blue C M Y K H S L
Decimal 29 182 148 0.84 0 0.19 0.29 166.67 0.73 0.41
Hex 1D B6 94 54 0 13 1D A7 49 29
Octal 35 266 224 124 0 23 35 247 111 51
Binary 11101 10110110 10010100 1010100 0 10011 11101 10100111 1001001 101001

Color Harmonies of #1DB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB694

Black with #1DB694

Text Example


Text Example

White with #1DB694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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