#A9D0AE

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

Shades of Gum Leaf #A9D0AE

Tints of Gum Leaf #A9D0AE

Color information

#A9D0AE (or 0xA9D0AE) is unknown color: approx Gum Leaf. HEX triplet: A9, D0 and AE. RGB value is (169,208,174). Sum of RGB (Red+Green+Blue) = 169+208+174=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0AE is #562F51. Grayscale: #C0C0C0. Windows color (decimal): -5648210 or 11456681. OLE color: 11456681.

HSL color Cylindrical-coordinate representation of color #A9D0AE: hue angle of 127.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D0AE is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB169208174-
CMYK0.1900.160.18
HSL127.69º29.32%73.92%-
HSV(B)127.69º18.75%81.57%-
XYZ46.5656.648.52-
YUV192.46117.58111.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.67%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=30.67%
G=37.75%
B=31.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081740.1900.160.18127.6929.3273.92
HexA9D0AE1301012801d4a
Octal251320256230202220035112
Binary101010011101000010101110100110100001001010000000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0AE; }

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

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

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

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

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

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

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

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