#1DCD89

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

Shades of Mountain Meadow #1DCD89

Tints of Mountain Meadow #1DCD89

Color information

#1DCD89 (or 0x1DCD89) is unknown color: approx Mountain Meadow. HEX triplet: 1D, CD and 89. RGB value is (29,205,137). Sum of RGB (Red+Green+Blue) = 29+205+137=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCD89 is #E23276. Grayscale: #909090. Windows color (decimal): -14824055 or 9030941. OLE color: 9030941.

HSL color Cylindrical-coordinate representation of color #1DCD89: hue angle of 156.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD89 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB29205137-
CMYK0.8600.330.20
HSL156.82º75.21%45.88%-
HSV(B)156.82º85.85%80.39%-
XYZ26.8545.7331.08-
YUV144.62123.6945.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.82%
GREEN value IS 205 (80.47% from 255) = 55.26%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=7.82%
G=55.26%
B=36.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal292051370.8600.330.20156.8275.2145.88
Hex1DCD8956021149d4b2e
Octal353152111260412423511356
Binary1110111001101100010011010110010000110100100111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,205,137); }

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

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

 a { background-color: rgb(29,205,137); }

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

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

 span { border-color: rgb(29,205,137); }

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