#A1C5AB

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

Shades of Gum Leaf #A1C5AB

Tints of Gum Leaf #A1C5AB

Color information

#A1C5AB (or 0xA1C5AB) is unknown color: approx Gum Leaf. HEX triplet: A1, C5 and AB. RGB value is (161,197,171). Sum of RGB (Red+Green+Blue) = 161+197+171=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C5AB is #5E3A54. Grayscale: #B7B7B7. Windows color (decimal): -6175317 or 11257249. OLE color: 11257249.

HSL color Cylindrical-coordinate representation of color #A1C5AB: hue angle of 136.67º degrees, saturation: 0.24, 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 #A1C5AB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB161197171-
CMYK0.1800.130.23
HSL136.67º23.68%70.2%-
HSV(B)136.67º18.27%77.25%-
XYZ42.0150.4546.05-
YUV183.27121.07112.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=30.43%
G=37.24%
B=32.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611971710.1800.130.23136.6723.6870.2
HexA1C5AB120D17891846
Octal241305253220152721130106
Binary10100001110001011010101110010011011011110001001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C5AB; }

 p { color: rgb(161,197,171); }

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

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

 a { background-color: rgb(161,197,171); }

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

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

 span { border-color: rgb(161,197,171); }

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