#AAF88F

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

Shades of Granny Smith Apple #AAF88F

Tints of Granny Smith Apple #AAF88F

Color information

#AAF88F (or 0xAAF88F) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F8 and 8F. RGB value is (170,248,143). Sum of RGB (Red+Green+Blue) = 170+248+143=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF88F is #550770. Grayscale: #D5D5D5. Windows color (decimal): -5572465 or 9435306. OLE color: 9435306.

HSL color Cylindrical-coordinate representation of color #AAF88F: hue angle of 104.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF88F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB170248143-
CMYK0.3100.420.03
HSL104.57º88.24%76.67%-
HSV(B)104.57º42.34%97.25%-
XYZ55.177.6638.07-
YUV212.7188.6697.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 143 (56.25% from 255) = 25.49%
R=30.30%
G=44.21%
B=25.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481430.3100.420.03104.5788.2476.67
HexAAF88F1F02A369584d
Octal252370217370523151130115
Binary10101010111110001000111111111010101011110100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF88F; }

 p { color: rgb(170,248,143); }

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

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

 a { background-color: rgb(170,248,143); }

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

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

 span { border-color: rgb(170,248,143); }

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