#AAF08A

Color #AAF08A Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAF08A

Tints of Feijoa #AAF08A

Color information

#AAF08A (or 0xAAF08A) is unknown color: approx Feijoa. HEX triplet: AA, F0 and 8A. RGB value is (170,240,138). Sum of RGB (Red+Green+Blue) = 170+240+138=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF08A is #550F75. Grayscale: #CFCFCF. Windows color (decimal): -5574518 or 9105578. OLE color: 9105578.

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

Color convert

RGB170240138-
CMYK0.2900.420.06
HSL101.18º77.27%74.12%-
HSV(B)101.18º42.5%94.12%-
XYZ52.3372.735.32-
YUV207.4488.81101.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 138 (54.30% from 255) = 25.18%
R=31.02%
G=43.80%
B=25.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401380.2900.420.06101.1877.2774.12
HexAAF08A1D02A6654d4a
Octal252360212350526145115112
Binary101010101111000010001010111010101010110110010110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF08A; }

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

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

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

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

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

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

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

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