#AAE498

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

Shades of Granny Smith Apple #AAE498

Tints of Granny Smith Apple #AAE498

Color information

#AAE498 (or 0xAAE498) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E4 and 98. RGB value is (170,228,152). Sum of RGB (Red+Green+Blue) = 170+228+152=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE498 is #551B67. Grayscale: #CACACA. Windows color (decimal): -5577576 or 10020010. OLE color: 10020010.

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

Color convert

RGB170228152-
CMYK0.2500.330.11
HSL105.79º58.46%74.51%-
HSV(B)105.79º33.33%89.41%-
XYZ49.9966.339.87-
YUV201.9999.78105.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=30.91%
G=41.45%
B=27.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281520.2500.330.11105.7958.4674.51
HexAAE49819021B6a3a4b
Octal252344230310411315272113
Binary101010101110010010011000110010100001101111010101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE498; }

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

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

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

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

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

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

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

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