#AADE95

Color #AADE95 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #AADE95

Tints of Granny Smith Apple #AADE95

Color information

#AADE95 (or 0xAADE95) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DE and 95. RGB value is (170,222,149). Sum of RGB (Red+Green+Blue) = 170+222+149=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADE95 is #55216A. Grayscale: #C6C6C6. Windows color (decimal): -5579115 or 9821866. OLE color: 9821866.

HSL color Cylindrical-coordinate representation of color #AADE95: hue angle of 102.74º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADE95 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB170222149-
CMYK0.2300.330.13
HSL102.74º52.52%72.75%-
HSV(B)102.74º32.88%87.06%-
XYZ48.1262.9638.05-
YUV198.13100.27107.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=31.42%
G=41.04%
B=27.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221490.2300.330.13102.7452.5272.75
HexAADE9517021D673549
Octal252336225270411514765111
Binary101010101101111010010101101110100001110111001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADE95; }

 p { color: rgb(170,222,149); }

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

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

 a { background-color: rgb(170,222,149); }

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

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

 span { border-color: rgb(170,222,149); }

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