#AAF58D

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

Shades of Granny Smith Apple #AAF58D

Tints of Granny Smith Apple #AAF58D

Color information

#AAF58D (or 0xAAF58D) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F5 and 8D. RGB value is (170,245,141). Sum of RGB (Red+Green+Blue) = 170+245+141=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF58D is #550A72. Grayscale: #D3D3D3. Windows color (decimal): -5573235 or 9303466. OLE color: 9303466.

HSL color Cylindrical-coordinate representation of color #AAF58D: hue angle of 103.27º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAF58D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB170245141-
CMYK0.3100.420.04
HSL103.27º83.87%75.69%-
HSV(B)103.27º42.45%96.08%-
XYZ54.0475.7736.98-
YUV210.7288.6598.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 141 (55.47% from 255) = 25.36%
R=30.58%
G=44.06%
B=25.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451410.3100.420.04103.2783.8775.69
HexAAF58D1F02A467544c
Octal252365215370524147124114
Binary101010101111010110001101111110101010100110011110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF58D; }

 p { color: rgb(170,245,141); }

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

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

 a { background-color: rgb(170,245,141); }

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

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

 span { border-color: rgb(170,245,141); }

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