Html Css Color HEX #1DAC75 Mountain Meadow

📋 copy color: '#1DAC75'

red 29 ◦ green 172 ◦ blue 117

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

Shades of Mountain Meadow #1DAC75

Tints of Mountain Meadow #1DAC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.09%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 9.12%
G = 54.09%
B = 36.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#1DAC75 (or 0x1DAC75) is known color: Mountain Meadow. HEX triplet: 1D, AC and 75. RGB value is (29,172,117). Sum of RGB (Red+Green+Blue) = 29+172+117=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAC75 is #E2538A. Grayscale: #7B7B7B. Windows color (decimal): -14832523 or 7711773. OLE color: 7711773.

HSL color Cylindrical-coordinate representation of color #1DAC75: hue angle of 156.92º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAC75 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 172 117 -
CMYK 0.83 0 0.32 0.33
HSL 156.92º 0.71% 0.39% -
HSV(B) 156.92º 0.83% 0.67% -
XYZ 18.47 31.05 21.85 -
YUV 122.97 124.62 60.97 -
System Red Green Blue C M Y K H S L
Decimal 29 172 117 0.83 0 0.32 0.33 156.92 0.71 0.39
Hex 1D AC 75 53 0 20 21 9D 47 27
Octal 35 254 165 123 0 40 41 235 107 47
Binary 11101 10101100 1110101 1010011 0 100000 100001 10011101 1000111 100111

Color Harmonies of #1DAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAC75

Black with #1DAC75

Text Example


Text Example

White with #1DAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,172,117); }

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

background-color css

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

 a { background-color: rgb(29,172,117); }

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

border-color css

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

 span { border-color: rgb(29,172,117); }

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