#AAFA88

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

Shades of Granny Smith Apple #AAFA88

Tints of Granny Smith Apple #AAFA88

Color information

#AAFA88 (or 0xAAFA88) is unknown color: approx Granny Smith Apple. HEX triplet: AA, FA and 88. RGB value is (170,250,136). Sum of RGB (Red+Green+Blue) = 170+250+136=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA88 is #550577. Grayscale: #D5D5D5. Windows color (decimal): -5571960 or 8977066. OLE color: 8977066.

HSL color Cylindrical-coordinate representation of color #AAFA88: hue angle of 102.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAFA88 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB170250136-
CMYK0.3200.460.02
HSL102.11º91.94%75.69%-
HSV(B)102.11º45.6%98.04%-
XYZ55.2178.6935.57-
YUV213.0884.597.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=30.58%
G=44.96%
B=24.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501360.3200.460.02102.1191.9475.69
HexAAFA882002E2665c4c
Octal252372210400562146134114
Binary101010101111101010001000100000010111010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA88; }

 p { color: rgb(170,250,136); }

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

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

 a { background-color: rgb(170,250,136); }

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

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

 span { border-color: rgb(170,250,136); }

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