#AAE495

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

Shades of Granny Smith Apple #AAE495

Tints of Granny Smith Apple #AAE495

Color information

#AAE495 (or 0xAAE495) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E4 and 95. RGB value is (170,228,149). Sum of RGB (Red+Green+Blue) = 170+228+149=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE495 is #551B6A. Grayscale: #C9C9C9. Windows color (decimal): -5577579 or 9823402. OLE color: 9823402.

HSL color Cylindrical-coordinate representation of color #AAE495: hue angle of 104.05º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAE495 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB170228149-
CMYK0.2500.350.11
HSL104.05º59.4%73.92%-
HSV(B)104.05º34.65%89.41%-
XYZ49.7566.238.59-
YUV201.6598.28105.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 228 (89.45% from 255) = 41.68%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=31.08%
G=41.68%
B=27.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281490.2500.350.11104.0559.473.92
HexAAE49519023B683b4a
Octal252344225310431315073112
Binary101010101110010010010101110010100011101111010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE495; }

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

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

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

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

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

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

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

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