#AAF18F

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

Shades of Granny Smith Apple #AAF18F

Tints of Granny Smith Apple #AAF18F

Color information

#AAF18F (or 0xAAF18F) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F1 and 8F. RGB value is (170,241,143). Sum of RGB (Red+Green+Blue) = 170+241+143=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF18F is #550E70. Grayscale: #D0D0D0. Windows color (decimal): -5574257 or 9433514. OLE color: 9433514.

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

Color convert

RGB170241143-
CMYK0.2900.410.05
HSL103.47º77.78%75.29%-
HSV(B)103.47º40.66%94.51%-
XYZ52.9973.4437.37-
YUV208.690.98100.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 143 (56.25% from 255) = 25.81%
R=30.69%
G=43.50%
B=25.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411430.2900.410.05103.4777.7875.29
HexAAF18F1D0295674e4b
Octal252361217350515147116113
Binary101010101111000110001111111010101001101110011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF18F; }

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

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

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

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

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

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

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

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