#AAE095

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

Shades of Granny Smith Apple #AAE095

Tints of Granny Smith Apple #AAE095

Color information

#AAE095 (or 0xAAE095) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E0 and 95. RGB value is (170,224,149). Sum of RGB (Red+Green+Blue) = 170+224+149=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE095 is #551F6A. Grayscale: #C7C7C7. Windows color (decimal): -5578603 or 9822378. OLE color: 9822378.

HSL color Cylindrical-coordinate representation of color #AAE095: hue angle of 103.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAE095 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB170224149-
CMYK0.2400.330.12
HSL103.2º54.74%73.14%-
HSV(B)103.2º33.48%87.84%-
XYZ48.6664.0338.23-
YUV199.399.61107.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=31.31%
G=41.25%
B=27.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241490.2400.330.12103.254.7473.14
HexAAE09518021C673749
Octal252340225300411414767111
Binary101010101110000010010101110000100001110011001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE095; }

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

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

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

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

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

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

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

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