#1DC76F

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

Shades of Mountain Meadow #1DC76F

Tints of Mountain Meadow #1DC76F

Color information

#1DC76F (or 0x1DC76F) is unknown color: approx Mountain Meadow. HEX triplet: 1D, C7 and 6F. RGB value is (29,199,111). Sum of RGB (Red+Green+Blue) = 29+199+111=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC76F is #E23890. Grayscale: #8A8A8A. Windows color (decimal): -14825617 or 7325469. OLE color: 7325469.

HSL color Cylindrical-coordinate representation of color #1DC76F: hue angle of 148.94º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC76F is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB29199111-
CMYK0.8500.440.22
HSL148.94º74.56%44.71%-
HSV(B)148.94º85.43%78.04%-
XYZ23.842.2621.94-
YUV138.14112.6850.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.55%
GREEN value IS 199 (78.12% from 255) = 58.70%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=8.55%
G=58.70%
B=32.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal291991110.8500.440.22148.9474.5644.71
Hex1DC76F5502C16954b2d
Octal353071571250542622511355
Binary111011100011111011111010101010110010110100101011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,199,111); }

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

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

 a { background-color: rgb(29,199,111); }

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

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

 span { border-color: rgb(29,199,111); }

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