#A9CEAE

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

Shades of Gum Leaf #A9CEAE

Tints of Gum Leaf #A9CEAE

Color information

#A9CEAE (or 0xA9CEAE) is unknown color: approx Gum Leaf. HEX triplet: A9, CE and AE. RGB value is (169,206,174). Sum of RGB (Red+Green+Blue) = 169+206+174=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CEAE is #563151. Grayscale: #BFBFBF. Windows color (decimal): -5648722 or 11456169. OLE color: 11456169.

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

Color convert

RGB169206174-
CMYK0.1800.160.19
HSL128.11º27.41%73.53%-
HSV(B)128.11º17.96%80.78%-
XYZ46.0755.6348.35-
YUV191.29118.24112.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.78%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=30.78%
G=37.52%
B=31.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061740.1800.160.19128.1127.4173.53
HexA9CEAE1201013801b4a
Octal251316256220202320033112
Binary101010011100111010101110100100100001001110000000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEAE; }

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

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

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

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

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

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

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

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