Html Css Color HEX #1DC384 Mountain Meadow

📋 copy color: '#1DC384'

red 29 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #1DC384

Tints of Mountain Meadow #1DC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.78%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 8.15%
G = 54.78%
B = 37.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#1DC384 (or 0x1DC384) is known color: Mountain Meadow. HEX triplet: 1D, C3 and 84. RGB value is (29,195,132). Sum of RGB (Red+Green+Blue) = 29+195+132=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC384 is #E23C7B. Grayscale: #8A8A8A. Windows color (decimal): -14826620 or 8700701. OLE color: 8700701.

HSL color Cylindrical-coordinate representation of color #1DC384: hue angle of 157.23º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC384 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 195 132 -
CMYK 0.85 0 0.32 0.24
HSL 157.23º 0.74% 0.44% -
HSV(B) 157.23º 0.85% 0.76% -
XYZ 24.19 40.96 28.46 -
YUV 138.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 29 195 132 0.85 0 0.32 0.24 157.23 0.74 0.44
Hex 1D C3 84 55 0 20 18 9D 4A 2C
Octal 35 303 204 125 0 40 30 235 112 54
Binary 11101 11000011 10000100 1010101 0 100000 11000 10011101 1001010 101100

Color Harmonies of #1DC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC384

Black with #1DC384

Text Example


Text Example

White with #1DC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,132); }

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

background-color css

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

 a { background-color: rgb(29,195,132); }

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

border-color css

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

 span { border-color: rgb(29,195,132); }

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