#A9C7AD

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

Shades of Gum Leaf #A9C7AD

Tints of Gum Leaf #A9C7AD

Color information

#A9C7AD (or 0xA9C7AD) is unknown color: approx Gum Leaf. HEX triplet: A9, C7 and AD. RGB value is (169,199,173). Sum of RGB (Red+Green+Blue) = 169+199+173=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C7AD is #563852. Grayscale: #BBBBBB. Windows color (decimal): -5650515 or 11388841. OLE color: 11388841.

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

Color convert

RGB169199173-
CMYK0.1500.130.22
HSL128º21.13%72.16%-
HSV(B)128º15.08%78.04%-
XYZ44.3352.347.29-
YUV187.07120.06115.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 199 (78.12% from 255) = 36.78%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=31.24%
G=36.78%
B=31.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691991730.1500.130.2212821.1372.16
HexA9C7ADF0D16801548
Octal251307255170152620025110
Binary1010100111000111101011011111011011011010000000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C7AD; }

 p { color: rgb(169,199,173); }

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

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

 a { background-color: rgb(169,199,173); }

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

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

 span { border-color: rgb(169,199,173); }

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