#AAF18C

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

Shades of Granny Smith Apple #AAF18C

Tints of Granny Smith Apple #AAF18C

Color information

#AAF18C (or 0xAAF18C) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F1 and 8C. RGB value is (170,241,140). Sum of RGB (Red+Green+Blue) = 170+241+140=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18C is #550E73. Grayscale: #D0D0D0. Windows color (decimal): -5574260 or 9236906. OLE color: 9236906.

HSL color Cylindrical-coordinate representation of color #AAF18C: hue angle of 102.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF18C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB170241140-
CMYK0.2900.420.05
HSL102.18º78.29%74.71%-
HSV(B)102.18º41.91%94.51%-
XYZ52.7773.3536.19-
YUV208.2689.48100.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 140 (55.08% from 255) = 25.41%
R=30.85%
G=43.74%
B=25.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411400.2900.420.05102.1878.2974.71
HexAAF18C1D02A5664e4b
Octal252361214350525146116113
Binary101010101111000110001100111010101010101110011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF18C; }

 p { color: rgb(170,241,140); }

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

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

 a { background-color: rgb(170,241,140); }

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

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

 span { border-color: rgb(170,241,140); }

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