#A9CEB5

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

Shades of Gum Leaf #A9CEB5

Tints of Gum Leaf #A9CEB5

Color information

#A9CEB5 (or 0xA9CEB5) is unknown color: approx Gum Leaf. HEX triplet: A9, CE and B5. RGB value is (169,206,181). Sum of RGB (Red+Green+Blue) = 169+206+181=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEB5 is #56314A. Grayscale: #C0C0C0. Windows color (decimal): -5648715 or 11914921. OLE color: 11914921.

HSL color Cylindrical-coordinate representation of color #A9CEB5: hue angle of 139.46º degrees, saturation: 0.27, 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 #A9CEB5 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB169206181-
CMYK0.1800.120.19
HSL139.46º27.41%73.53%-
HSV(B)139.46º17.96%80.78%-
XYZ46.7755.9152.04-
YUV192.09121.74111.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=30.40%
G=37.05%
B=32.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061810.1800.120.19139.4627.4173.53
HexA9CEB5120C138b1b4a
Octal251316265220142321333112
Binary10101001110011101011010110010011001001110001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEB5; }

 p { color: rgb(169,206,181); }

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

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

 a { background-color: rgb(169,206,181); }

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

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

 span { border-color: rgb(169,206,181); }

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