#AAF98A

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

Shades of Granny Smith Apple #AAF98A

Tints of Granny Smith Apple #AAF98A

Color information

#AAF98A (or 0xAAF98A) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F9 and 8A. RGB value is (170,249,138). Sum of RGB (Red+Green+Blue) = 170+249+138=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98A is #550675. Grayscale: #D5D5D5. Windows color (decimal): -5572214 or 9107882. OLE color: 9107882.

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

Color convert

RGB170249138-
CMYK0.3200.450.02
HSL102.7º90.24%75.88%-
HSV(B)102.7º44.58%97.65%-
XYZ55.0478.1336.22-
YUV212.7285.8397.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 249 (97.66% from 255) = 44.70%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=30.52%
G=44.70%
B=24.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491380.3200.450.02102.790.2475.88
HexAAF98A2002D2675a4c
Octal252371212400552147132114
Binary101010101111100110001010100000010110110110011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF98A; }

 p { color: rgb(170,249,138); }

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

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

 a { background-color: rgb(170,249,138); }

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

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

 span { border-color: rgb(170,249,138); }

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