#1AC47C

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

Shades of Mountain Meadow #1AC47C

Tints of Mountain Meadow #1AC47C

Color information

#1AC47C (or 0x1AC47C) is unknown color: approx Mountain Meadow. HEX triplet: 1A, C4 and 7C. RGB value is (26,196,124). Sum of RGB (Red+Green+Blue) = 26+196+124=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC47C is #E53B83. Grayscale: #898989. Windows color (decimal): -15022980 or 8176666. OLE color: 8176666.

HSL color Cylindrical-coordinate representation of color #1AC47C: hue angle of 154.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC47C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB26196124-
CMYK0.8700.370.23
HSL154.59º76.58%43.53%-
HSV(B)154.59º86.73%76.86%-
XYZ23.841.1525.76-
YUV136.96120.6848.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 196 (76.95% from 255) = 56.65%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=7.51%
G=56.65%
B=35.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261961240.8700.370.23154.5976.5843.53
Hex1AC47C57025179b4d2c
Octal323041741270452723311554
Binary110101100010011111001010111010010110111100110111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,196,124); }

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

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

 a { background-color: rgb(26,196,124); }

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

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

 span { border-color: rgb(26,196,124); }

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