Html Css Color HEX #1DAF7F Mountain Meadow

📋 copy color: '#1DAF7F'

red 29 ◦ green 175 ◦ blue 127

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

Shades of Mountain Meadow #1DAF7F

Tints of Mountain Meadow #1DAF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 8.76%
G = 52.87%
B = 38.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#1DAF7F (or 0x1DAF7F) is known color: Mountain Meadow. HEX triplet: 1D, AF and 7F. RGB value is (29,175,127). Sum of RGB (Red+Green+Blue) = 29+175+127=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAF7F is #E25080. Grayscale: #7D7D7D. Windows color (decimal): -14831745 or 8367901. OLE color: 8367901.

HSL color Cylindrical-coordinate representation of color #1DAF7F: hue angle of 160.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF7F is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 127 -
CMYK 0.83 0 0.27 0.31
HSL 160.27º 0.72% 0.4% -
HSV(B) 160.27º 0.83% 0.69% -
XYZ 19.67 32.45 25.31 -
YUV 125.87 128.63 58.9 -
System Red Green Blue C M Y K H S L
Decimal 29 175 127 0.83 0 0.27 0.31 160.27 0.72 0.4
Hex 1D AF 7F 53 0 1B 1F A0 48 28
Octal 35 257 177 123 0 33 37 240 110 50
Binary 11101 10101111 1111111 1010011 0 11011 11111 10100000 1001000 101000

Color Harmonies of #1DAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF7F

Black with #1DAF7F

Text Example


Text Example

White with #1DAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,175,127); }

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

background-color css

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

 a { background-color: rgb(29,175,127); }

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

border-color css

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

 span { border-color: rgb(29,175,127); }

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