#A1C2AA

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

Shades of Gum Leaf #A1C2AA

Tints of Gum Leaf #A1C2AA

Color information

#A1C2AA (or 0xA1C2AA) is unknown color: approx Gum Leaf. HEX triplet: A1, C2 and AA. RGB value is (161,194,170). Sum of RGB (Red+Green+Blue) = 161+194+170=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2AA is #5E3D55. Grayscale: #B5B5B5. Windows color (decimal): -6176086 or 11190945. OLE color: 11190945.

HSL color Cylindrical-coordinate representation of color #A1C2AA: hue angle of 136.36º 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 #A1C2AA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB161194170-
CMYK0.1700.120.24
HSL136.36º21.29%69.61%-
HSV(B)136.36º17.01%76.08%-
XYZ41.2549.0645.33-
YUV181.4121.57113.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=30.67%
G=36.95%
B=32.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941700.1700.120.24136.3621.2969.61
HexA1C2AA110C18881546
Octal241302252210143021025106
Binary10100001110000101010101010001011001100010001000101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C2AA; }

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

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

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

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

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

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

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

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