#1DAF8A

Color #1DAF8A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1DAF8A

Tints of Mountain Meadow #1DAF8A

Color information

#1DAF8A (or 0x1DAF8A) is unknown color: approx Mountain Meadow. HEX triplet: 1D, AF and 8A. RGB value is (29,175,138). Sum of RGB (Red+Green+Blue) = 29+175+138=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF8A is #E25075. Grayscale: #7F7F7F. Windows color (decimal): -14831734 or 9088797. OLE color: 9088797.

HSL color Cylindrical-coordinate representation of color #1DAF8A: hue angle of 164.79º 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 #1DAF8A is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB29175138-
CMYK0.8300.210.31
HSL164.79º71.57%40%-
HSV(B)164.79º83.43%68.63%-
XYZ20.4232.7629.29-
YUV127.13134.1358.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.48%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=8.48%
G=51.17%
B=40.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291751380.8300.210.31164.7971.5740
Hex1DAF8A530151Fa54828
Octal352572121230253724511050
Binary111011010111110001010101001101010111111101001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DAF8A;
 }
 .AnyTagClassName
 {
   color: #1DAF8A;
 }
</style>
background-color css

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

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

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

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

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

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