#A2C7AE

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

Shades of Gum Leaf #A2C7AE

Tints of Gum Leaf #A2C7AE

Color information

#A2C7AE (or 0xA2C7AE) is unknown color: approx Gum Leaf. HEX triplet: A2, C7 and AE. RGB value is (162,199,174). Sum of RGB (Red+Green+Blue) = 162+199+174=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C7AE is #5D3851. Grayscale: #B9B9B9. Windows color (decimal): -6109266 or 11454370. OLE color: 11454370.

HSL color Cylindrical-coordinate representation of color #A2C7AE: hue angle of 139.46º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C7AE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB162199174-
CMYK0.1900.130.22
HSL139.46º24.83%70.78%-
HSV(B)139.46º18.59%78.04%-
XYZ42.9651.5847.74-
YUV185.09121.74111.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 199 (78.12% from 255) = 37.20%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=30.28%
G=37.20%
B=32.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991740.1900.130.22139.4624.8370.78
HexA2C7AE130D168b1947
Octal242307256230152621331107
Binary10100010110001111010111010011011011011010001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C7AE; }

 p { color: rgb(162,199,174); }

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

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

 a { background-color: rgb(162,199,174); }

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

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

 span { border-color: rgb(162,199,174); }

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