#A1C4AC

Color #A1C4AC Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A1C4AC

Tints of Gum Leaf #A1C4AC

Color information

#A1C4AC (or 0xA1C4AC) is unknown color: approx Gum Leaf. HEX triplet: A1, C4 and AC. RGB value is (161,196,172). Sum of RGB (Red+Green+Blue) = 161+196+172=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C4AC is #5E3B53. Grayscale: #B6B6B6. Windows color (decimal): -6175572 or 11322529. OLE color: 11322529.

HSL color Cylindrical-coordinate representation of color #A1C4AC: hue angle of 138.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1C4AC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB161196172-
CMYK0.1800.120.23
HSL138.86º22.88%70%-
HSV(B)138.86º17.86%76.86%-
XYZ41.8850.0446.48-
YUV182.8121.9112.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=30.43%
G=37.05%
B=32.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961720.1800.120.23138.8622.8870
HexA1C4AC120C178b1746
Octal241304254220142721327106
Binary10100001110001001010110010010011001011110001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4AC; }

 p { color: rgb(161,196,172); }

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

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

 a { background-color: rgb(161,196,172); }

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

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

 span { border-color: rgb(161,196,172); }

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