#A9CDB1

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

Shades of Gum Leaf #A9CDB1

Tints of Gum Leaf #A9CDB1

Color information

#A9CDB1 (or 0xA9CDB1) is unknown color: approx Gum Leaf. HEX triplet: A9, CD and B1. RGB value is (169,205,177). Sum of RGB (Red+Green+Blue) = 169+205+177=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CDB1 is #56324E. Grayscale: #BFBFBF. Windows color (decimal): -5648975 or 11652521. OLE color: 11652521.

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

Color convert

RGB169205177-
CMYK0.1800.140.20
HSL133.33º26.47%73.33%-
HSV(B)133.33º17.56%80.39%-
XYZ46.1355.2749.83-
YUV191.04120.07112.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=30.67%
G=37.21%
B=32.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051770.1800.140.20133.3326.4773.33
HexA9CDB1120E14851a49
Octal251315261220162420532111
Binary10101001110011011011000110010011101010010000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDB1; }

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

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

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

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

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

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

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

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