#A9CCB4

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

Shades of Gum Leaf #A9CCB4

Tints of Gum Leaf #A9CCB4

Color information

#A9CCB4 (or 0xA9CCB4) is unknown color: approx Gum Leaf. HEX triplet: A9, CC and B4. RGB value is (169,204,180). Sum of RGB (Red+Green+Blue) = 169+204+180=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCB4 is #56334B. Grayscale: #BEBEBE. Windows color (decimal): -5649228 or 11848873. OLE color: 11848873.

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

Color convert

RGB169204180-
CMYK0.1700.120.2
HSL138.86º25.55%73.14%-
HSV(B)138.86º17.16%80%-
XYZ46.1954.9251.35-
YUV190.8121.9112.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.56%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=30.56%
G=36.89%
B=32.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041800.1700.120.2138.8625.5573.14
HexA9CCB4110C148b1a49
Octal251314264210142421332111
Binary10101001110011001011010010001011001010010001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCB4; }

 p { color: rgb(169,204,180); }

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

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

 a { background-color: rgb(169,204,180); }

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

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

 span { border-color: rgb(169,204,180); }

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