#AAF08E

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

Shades of Granny Smith Apple #AAF08E

Tints of Granny Smith Apple #AAF08E

Color information

#AAF08E (or 0xAAF08E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F0 and 8E. RGB value is (170,240,142). Sum of RGB (Red+Green+Blue) = 170+240+142=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF08E is #550F71. Grayscale: #D0D0D0. Windows color (decimal): -5574514 or 9367722. OLE color: 9367722.

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

Color convert

RGB170240142-
CMYK0.2900.410.06
HSL102.86º76.56%74.9%-
HSV(B)102.86º40.83%94.12%-
XYZ52.6272.8236.87-
YUV207.990.81100.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 240 (94.14% from 255) = 43.48%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=30.80%
G=43.48%
B=25.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401420.2900.410.06102.8676.5674.9
HexAAF08E1D0296674d4b
Octal252360216350516147115113
Binary101010101111000010001110111010101001110110011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF08E; }

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

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

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

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

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

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

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

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