Html Css Color HEX #1DC06D Mountain Meadow

📋 copy color: '#1DC06D'

red 29 ◦ green 192 ◦ blue 109

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

Shades of Mountain Meadow #1DC06D

Tints of Mountain Meadow #1DC06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.18%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 8.79%
G = 58.18%
B = 33.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#1DC06D (or 0x1DC06D) is known color: Mountain Meadow. HEX triplet: 1D, C0 and 6D. RGB value is (29,192,109). Sum of RGB (Red+Green+Blue) = 29+192+109=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC06D is #E23F92. Grayscale: #858585. Windows color (decimal): -14827411 or 7192605. OLE color: 7192605.

HSL color Cylindrical-coordinate representation of color #1DC06D: hue angle of 149.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC06D is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 109 -
CMYK 0.85 0 0.43 0.25
HSL 149.45º 0.74% 0.43% -
HSV(B) 149.45º 0.85% 0.75% -
XYZ 22.12 39.06 20.84 -
YUV 133.8 114 53.25 -
System Red Green Blue C M Y K H S L
Decimal 29 192 109 0.85 0 0.43 0.25 149.45 0.74 0.43
Hex 1D C0 6D 55 0 2B 19 95 4A 2B
Octal 35 300 155 125 0 53 31 225 112 53
Binary 11101 11000000 1101101 1010101 0 101011 11001 10010101 1001010 101011

Color Harmonies of #1DC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC06D

Black with #1DC06D

Text Example


Text Example

White with #1DC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,109); }

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

background-color css

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

 a { background-color: rgb(29,192,109); }

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

border-color css

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

 span { border-color: rgb(29,192,109); }

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