Html Css Color HEX #1DA675 Mountain Meadow

📋 copy color: '#1DA675'

red 29 ◦ green 166 ◦ blue 117

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

Shades of Mountain Meadow #1DA675

Tints of Mountain Meadow #1DA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.21%

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

R = 9.29%
G = 53.21%
B = 37.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#1DA675 (or 0x1DA675) is known color: Mountain Meadow. HEX triplet: 1D, A6 and 75. RGB value is (29,166,117). Sum of RGB (Red+Green+Blue) = 29+166+117=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA675 is #E2598A. Grayscale: #777777. Windows color (decimal): -14834059 or 7710237. OLE color: 7710237.

HSL color Cylindrical-coordinate representation of color #1DA675: hue angle of 158.54º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA675 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 166 117 -
CMYK 0.83 0 0.30 0.35
HSL 158.54º 0.7% 0.38% -
HSV(B) 158.54º 0.83% 0.65% -
XYZ 17.35 28.82 21.48 -
YUV 119.45 126.61 63.48 -
System Red Green Blue C M Y K H S L
Decimal 29 166 117 0.83 0 0.30 0.35 158.54 0.7 0.38
Hex 1D A6 75 53 0 1E 23 9F 46 26
Octal 35 246 165 123 0 36 43 237 106 46
Binary 11101 10100110 1110101 1010011 0 11110 100011 10011111 1000110 100110

Color Harmonies of #1DA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA675

Black with #1DA675

Text Example


Text Example

White with #1DA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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