#A9D6B0

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

Shades of Gum Leaf #A9D6B0

Tints of Gum Leaf #A9D6B0

Color information

#A9D6B0 (or 0xA9D6B0) is unknown color: approx Gum Leaf. HEX triplet: A9, D6 and B0. RGB value is (169,214,176). Sum of RGB (Red+Green+Blue) = 169+214+176=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D6B0 is #56294F. Grayscale: #C4C4C4. Windows color (decimal): -5646672 or 11589289. OLE color: 11589289.

HSL color Cylindrical-coordinate representation of color #A9D6B0: hue angle of 129.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D6B0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB169214176-
CMYK0.2100.180.16
HSL129.33º35.43%75.1%-
HSV(B)129.33º21.03%83.92%-
XYZ48.2559.6650.05-
YUV196.21116.59108.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=30.23%
G=38.28%
B=31.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141760.2100.180.16129.3335.4375.1
HexA9D6B0150121081234b
Octal251326260250222020143113
Binary1010100111010110101100001010101001010000100000011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6B0; }

 p { color: rgb(169,214,176); }

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

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

 a { background-color: rgb(169,214,176); }

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

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

 span { border-color: rgb(169,214,176); }

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