#1DA478

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

Shades of Mountain Meadow #1DA478

Tints of Mountain Meadow #1DA478

Color information

#1DA478 (or 0x1DA478) is unknown color: approx Mountain Meadow. HEX triplet: 1D, A4 and 78. RGB value is (29,164,120). Sum of RGB (Red+Green+Blue) = 29+164+120=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA478 is #E25B87. Grayscale: #767676. Windows color (decimal): -14834568 or 7906333. OLE color: 7906333.

HSL color Cylindrical-coordinate representation of color #1DA478: hue angle of 160.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA478 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB29164120-
CMYK0.8200.270.36
HSL160.44º69.95%37.84%-
HSV(B)160.44º82.32%64.31%-
XYZ17.1728.1722.3-
YUV118.62128.7764.08-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.27%
GREEN value IS 164 (64.45% from 255) = 52.40%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=9.27%
G=52.40%
B=38.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal291641200.8200.270.36160.4469.9537.84
Hex1DA4785201B24a04626
Octal352441701220334424010646
Binary111011010010011110001010010011011100100101000001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,120); }

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

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

 a { background-color: rgb(29,164,120); }

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

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

 span { border-color: rgb(29,164,120); }

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