#AAEA95

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

Shades of Granny Smith Apple #AAEA95

Tints of Granny Smith Apple #AAEA95

Color information

#AAEA95 (or 0xAAEA95) is unknown color: approx Granny Smith Apple. HEX triplet: AA, EA and 95. RGB value is (170,234,149). Sum of RGB (Red+Green+Blue) = 170+234+149=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEA95 is #55156A. Grayscale: #CDCDCD. Windows color (decimal): -5576043 or 9824938. OLE color: 9824938.

HSL color Cylindrical-coordinate representation of color #AAEA95: hue angle of 105.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAEA95 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB170234149-
CMYK0.2700.360.08
HSL105.18º66.93%75.1%-
HSV(B)105.18º36.32%91.76%-
XYZ51.4369.5639.15-
YUV205.1796.3102.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=30.74%
G=42.31%
B=26.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341490.2700.360.08105.1866.9375.1
HexAAEA951B024869434b
Octal2523522253304410151103113
Binary1010101011101010100101011101101001001000110100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA95; }

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

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

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

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

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

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

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

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