#A1C2AD

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

Shades of Gum Leaf #A1C2AD

Tints of Gum Leaf #A1C2AD

Color information

#A1C2AD (or 0xA1C2AD) is unknown color: approx Gum Leaf. HEX triplet: A1, C2 and AD. RGB value is (161,194,173). Sum of RGB (Red+Green+Blue) = 161+194+173=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2AD is #5E3D52. Grayscale: #B5B5B5. Windows color (decimal): -6176083 or 11387553. OLE color: 11387553.

HSL color Cylindrical-coordinate representation of color #A1C2AD: hue angle of 141.82º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2AD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB161194173-
CMYK0.1700.110.24
HSL141.82º21.29%69.61%-
HSV(B)141.82º17.01%76.08%-
XYZ41.5349.1846.84-
YUV181.74123.07113.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=30.49%
G=36.74%
B=32.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941730.1700.110.24141.8221.2969.61
HexA1C2AD110B188e1546
Octal241302255210133021625106
Binary10100001110000101010110110001010111100010001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C2AD; }

 p { color: rgb(161,194,173); }

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

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

 a { background-color: rgb(161,194,173); }

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

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

 span { border-color: rgb(161,194,173); }

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