#A9CDAF

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

Shades of Gum Leaf #A9CDAF

Tints of Gum Leaf #A9CDAF

Color information

#A9CDAF (or 0xA9CDAF) is unknown color: approx Gum Leaf. HEX triplet: A9, CD and AF. RGB value is (169,205,175). Sum of RGB (Red+Green+Blue) = 169+205+175=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CDAF is #563250. Grayscale: #BEBEBE. Windows color (decimal): -5648977 or 11521449. OLE color: 11521449.

HSL color Cylindrical-coordinate representation of color #A9CDAF: hue angle of 130º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDAF is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB169205175-
CMYK0.1800.150.20
HSL130º26.47%73.33%-
HSV(B)130º17.56%80.39%-
XYZ45.9355.1948.79-
YUV190.82119.07112.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=30.78%
G=37.34%
B=31.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051750.1800.150.2013026.4773.33
HexA9CDAF120F14821a49
Octal251315257220172420232111
Binary10101001110011011010111110010011111010010000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDAF; }

 p { color: rgb(169,205,175); }

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

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

 a { background-color: rgb(169,205,175); }

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

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

 span { border-color: rgb(169,205,175); }

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