#AAE094

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

Shades of Granny Smith Apple #AAE094

Tints of Granny Smith Apple #AAE094

Color information

#AAE094 (or 0xAAE094) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E0 and 94. RGB value is (170,224,148). Sum of RGB (Red+Green+Blue) = 170+224+148=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE094 is #551F6B. Grayscale: #C7C7C7. Windows color (decimal): -5578604 or 9756842. OLE color: 9756842.

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

Color convert

RGB170224148-
CMYK0.2400.340.12
HSL102.63º55.07%72.94%-
HSV(B)102.63º33.93%87.84%-
XYZ48.586437.81-
YUV199.1999.11107.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=31.37%
G=41.33%
B=27.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241480.2400.340.12102.6355.0772.94
HexAAE09418022C673749
Octal252340224300421414767111
Binary101010101110000010010100110000100010110011001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE094; }

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

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

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

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

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

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

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

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