#AAF28A

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

Shades of Granny Smith Apple #AAF28A

Tints of Granny Smith Apple #AAF28A

Color information

#AAF28A (or 0xAAF28A) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F2 and 8A. RGB value is (170,242,138). Sum of RGB (Red+Green+Blue) = 170+242+138=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF28A is #550D75. Grayscale: #D0D0D0. Windows color (decimal): -5574006 or 9106090. OLE color: 9106090.

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

Color convert

RGB170242138-
CMYK0.3000.430.05
HSL101.54º80%74.51%-
HSV(B)101.54º42.98%94.9%-
XYZ52.9273.8935.52-
YUV208.6288.15100.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=30.91%
G=44%
B=25.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702421380.3000.430.05101.548074.51
HexAAF28A1E02B566504b
Octal252362212360535146120113
Binary101010101111001010001010111100101011101110011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF28A; }

 p { color: rgb(170,242,138); }

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

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

 a { background-color: rgb(170,242,138); }

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

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

 span { border-color: rgb(170,242,138); }

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