#1CA57C

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

Shades of Mountain Meadow #1CA57C

Tints of Mountain Meadow #1CA57C

Color information

#1CA57C (or 0x1CA57C) is unknown color: approx Mountain Meadow. HEX triplet: 1C, A5 and 7C. RGB value is (28,165,124). Sum of RGB (Red+Green+Blue) = 28+165+124=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA57C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA57C is #E35A83. Grayscale: #777777. Windows color (decimal): -14899844 or 8168732. OLE color: 8168732.

HSL color Cylindrical-coordinate representation of color #1CA57C: hue angle of 162.04º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA57C is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB28165124-
CMYK0.8300.250.35
HSL162.04º70.98%37.84%-
HSV(B)162.04º83.03%64.71%-
XYZ17.5728.6123.67-
YUV119.36130.6162.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.83%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=8.83%
G=52.05%
B=39.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281651240.8300.250.35162.0470.9837.84
Hex1CA57C5301923a24726
Octal342451741230314324210746
Binary111001010010111111001010011011001100011101000101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,124); }

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

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

 a { background-color: rgb(28,165,124); }

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

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

 span { border-color: rgb(28,165,124); }

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