#AAF08B

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

Shades of Granny Smith Apple #AAF08B

Tints of Granny Smith Apple #AAF08B

Color information

#AAF08B (or 0xAAF08B) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F0 and 8B. RGB value is (170,240,139). Sum of RGB (Red+Green+Blue) = 170+240+139=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF08B is #550F74. Grayscale: #CFCFCF. Windows color (decimal): -5574517 or 9171114. OLE color: 9171114.

HSL color Cylindrical-coordinate representation of color #AAF08B: hue angle of 101.58º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF08B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB170240139-
CMYK0.2900.420.06
HSL101.58º77.1%74.31%-
HSV(B)101.58º42.08%94.12%-
XYZ52.472.7335.7-
YUV207.5689.31101.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=30.97%
G=43.72%
B=25.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401390.2900.420.06101.5877.174.31
HexAAF08B1D02A6664d4a
Octal252360213350526146115112
Binary101010101111000010001011111010101010110110011010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF08B; }

 p { color: rgb(170,240,139); }

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

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

 a { background-color: rgb(170,240,139); }

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

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

 span { border-color: rgb(170,240,139); }

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