#A2C7AF

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

Shades of Gum Leaf #A2C7AF

Tints of Gum Leaf #A2C7AF

Color information

#A2C7AF (or 0xA2C7AF) is unknown color: approx Gum Leaf. HEX triplet: A2, C7 and AF. RGB value is (162,199,175). Sum of RGB (Red+Green+Blue) = 162+199+175=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C7AF is #5D3850. Grayscale: #B9B9B9. Windows color (decimal): -6109265 or 11519906. OLE color: 11519906.

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

Color convert

RGB162199175-
CMYK0.1900.120.22
HSL141.08º24.83%70.78%-
HSV(B)141.08º18.59%78.04%-
XYZ43.0651.6248.25-
YUV185.2122.24111.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=30.22%
G=37.13%
B=32.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991750.1900.120.22141.0824.8370.78
HexA2C7AF130C168d1947
Octal242307257230142621531107
Binary10100010110001111010111110011011001011010001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C7AF; }

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

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

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

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

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

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

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

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