#1cab71

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

Shades of Mountain Meadow #1CAB71

Tints of Mountain Meadow #1CAB71

Color information

#1CAB71 (or 0x1CAB71) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AB and 71. RGB value is (28,171,113). Sum of RGB (Red+Green+Blue) = 28+171+113=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB71 is #E3548E. Grayscale: #797979. Windows color (decimal): -14898319 or 7449372. OLE color: 7449372.

HSL color Cylindrical-coordinate representation of color #1CAB71: hue angle of 155.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB71 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB28171113-
CMYK0.8400.340.33
HSL155.66º71.86%39.02%-
HSV(B)155.66º83.63%67.06%-
XYZ18.0230.5620.57-
YUV121.63123.1261.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=8.97%
G=54.81%
B=36.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281711130.8400.340.33155.6671.8639.02
Hex1CAB7154022219c4827
Octal342531611240424123411047
Binary1110010101011111000110101000100010100001100111001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cab71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,171,113); }

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

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

 a { background-color: rgb(28,171,113); }

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

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

 span { border-color: rgb(28,171,113); }

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