Html Css Color HEX #1DAD6F Mountain Meadow

📋 copy color: '#1DAD6F'

red 29 ◦ green 173 ◦ blue 111

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

Shades of Mountain Meadow #1DAD6F

Tints of Mountain Meadow #1DAD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 9.27%
G = 55.27%
B = 35.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#1DAD6F (or 0x1DAD6F) is known color: Mountain Meadow. HEX triplet: 1D, AD and 6F. RGB value is (29,173,111). Sum of RGB (Red+Green+Blue) = 29+173+111=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAD6F is #E25290. Grayscale: #7A7A7A. Windows color (decimal): -14832273 or 7318813. OLE color: 7318813.

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

Color convert

RGB 29 173 111 -
CMYK 0.83 0 0.36 0.32
HSL 154.17º 0.71% 0.4% -
HSV(B) 154.17º 0.83% 0.68% -
XYZ 18.32 31.3 20.11 -
YUV 122.88 121.29 61.04 -
System Red Green Blue C M Y K H S L
Decimal 29 173 111 0.83 0 0.36 0.32 154.17 0.71 0.4
Hex 1D AD 6F 53 0 24 20 9A 47 28
Octal 35 255 157 123 0 44 40 232 107 50
Binary 11101 10101101 1101111 1010011 0 100100 100000 10011010 1000111 101000

Color Harmonies of #1DAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD6F

Black with #1DAD6F

Text Example


Text Example

White with #1DAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,173,111); }

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

background-color css

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

 a { background-color: rgb(29,173,111); }

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

border-color css

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

 span { border-color: rgb(29,173,111); }

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