#AAD0AD

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

Shades of Gum Leaf #AAD0AD

Tints of Gum Leaf #AAD0AD

Color information

#AAD0AD (or 0xAAD0AD) is unknown color: approx Gum Leaf. HEX triplet: AA, D0 and AD. RGB value is (170,208,173). Sum of RGB (Red+Green+Blue) = 170+208+173=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AD is #552F52. Grayscale: #C0C0C0. Windows color (decimal): -5582675 or 11391146. OLE color: 11391146.

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

Color convert

RGB170208173-
CMYK0.1800.170.18
HSL124.74º28.79%74.12%-
HSV(B)124.74º18.27%81.57%-
XYZ46.6856.6748.01-
YUV192.65116.91111.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=30.85%
G=37.75%
B=31.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702081730.1800.170.18124.7428.7974.12
HexAAD0AD12011127d1d4a
Octal252320255220212217535112
Binary10101010110100001010110110010010001100101111101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0AD; }

 p { color: rgb(170,208,173); }

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

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

 a { background-color: rgb(170,208,173); }

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

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

 span { border-color: rgb(170,208,173); }

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