#A9CDAD

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

Shades of Gum Leaf #A9CDAD

Tints of Gum Leaf #A9CDAD

Color information

#A9CDAD (or 0xA9CDAD) is unknown color: approx Gum Leaf. HEX triplet: A9, CD and AD. RGB value is (169,205,173). Sum of RGB (Red+Green+Blue) = 169+205+173=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CDAD is #563252. Grayscale: #BEBEBE. Windows color (decimal): -5648979 or 11390377. OLE color: 11390377.

HSL color Cylindrical-coordinate representation of color #A9CDAD: hue angle of 126.67º 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 #A9CDAD is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB169205173-
CMYK0.1800.160.20
HSL126.67º26.47%73.33%-
HSV(B)126.67º17.56%80.39%-
XYZ45.7455.1147.76-
YUV190.59118.07112.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.90%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=30.90%
G=37.48%
B=31.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051730.1800.160.20126.6726.4773.33
HexA9CDAD12010147f1a49
Octal251315255220202417732111
Binary10101001110011011010110110010010000101001111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDAD; }

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

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

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

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

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

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

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

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