#A9CFAD

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

Shades of Gum Leaf #A9CFAD

Tints of Gum Leaf #A9CFAD

Color information

#A9CFAD (or 0xA9CFAD) is unknown color: approx Gum Leaf. HEX triplet: A9, CF and AD. RGB value is (169,207,173). Sum of RGB (Red+Green+Blue) = 169+207+173=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CFAD is #563052. Grayscale: #BFBFBF. Windows color (decimal): -5648467 or 11390889. OLE color: 11390889.

HSL color Cylindrical-coordinate representation of color #A9CFAD: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFAD is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB169207173-
CMYK0.1800.160.19
HSL126.32º28.36%73.73%-
HSV(B)126.32º18.36%81.18%-
XYZ46.2256.0847.92-
YUV191.76117.41111.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=30.78%
G=37.70%
B=31.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071730.1800.160.19126.3228.3673.73
HexA9CFAD12010137e1c4a
Octal251317255220202317634112
Binary10101001110011111010110110010010000100111111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFAD; }

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

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

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

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

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

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

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

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