#1DC185

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

Shades of Mountain Meadow #1DC185

Tints of Mountain Meadow #1DC185

Color information

#1DC185 (or 0x1DC185) is unknown color: approx Mountain Meadow. HEX triplet: 1D, C1 and 85. RGB value is (29,193,133). Sum of RGB (Red+Green+Blue) = 29+193+133=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC185 is #E23E7A. Grayscale: #898989. Windows color (decimal): -14827131 or 8765725. OLE color: 8765725.

HSL color Cylindrical-coordinate representation of color #1DC185: hue angle of 158.05º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC185 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB29193133-
CMYK0.8500.310.24
HSL158.05º73.87%43.53%-
HSV(B)158.05º84.97%75.69%-
XYZ23.8140.0928.67-
YUV137.12125.6750.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.17%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=8.17%
G=54.37%
B=37.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291931330.8500.310.24158.0573.8743.53
Hex1DC1855501F189e4a2c
Octal353012051250373023611254
Binary111011100000110000101101010101111111000100111101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,193,133); }

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

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

 a { background-color: rgb(29,193,133); }

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

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

 span { border-color: rgb(29,193,133); }

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