#AAE394

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

Shades of Granny Smith Apple #AAE394

Tints of Granny Smith Apple #AAE394

Color information

#AAE394 (or 0xAAE394) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E3 and 94. RGB value is (170,227,148). Sum of RGB (Red+Green+Blue) = 170+227+148=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE394 is #551C6B. Grayscale: #C9C9C9. Windows color (decimal): -5577836 or 9757610. OLE color: 9757610.

HSL color Cylindrical-coordinate representation of color #AAE394: hue angle of 103.29º 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 #AAE394 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB170227148-
CMYK0.2500.350.11
HSL103.29º58.52%73.53%-
HSV(B)103.29º34.8%89.02%-
XYZ49.3965.6238.08-
YUV200.9598.12105.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=31.19%
G=41.65%
B=27.16%

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
Decimal1702271480.2500.350.11103.2958.5273.53
HexAAE39419023B673b4a
Octal252343224310431314773112
Binary101010101110001110010100110010100011101111001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE394; }

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

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

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

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

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

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

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

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