#AACF80

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

Shades of Feijoa #AACF80

Tints of Feijoa #AACF80

Color information

#AACF80 (or 0xAACF80) is unknown color: approx Feijoa. HEX triplet: AA, CF and 80. RGB value is (170,207,128). Sum of RGB (Red+Green+Blue) = 170+207+128=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF80 is #55307F. Grayscale: #BBBBBB. Windows color (decimal): -5582976 or 8441770. OLE color: 8441770.

HSL color Cylindrical-coordinate representation of color #AACF80: hue angle of 88.1º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AACF80 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB170207128-
CMYK0.1800.380.19
HSL88.1º45.14%65.69%-
HSV(B)88.1º38.16%81.18%-
XYZ42.7954.7328.73-
YUV186.9394.74115.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 207 (81.25% from 255) = 40.99%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=33.66%
G=40.99%
B=25.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071280.1800.380.1988.145.1465.69
HexAACF801202613582d42
Octal252317200220462313055102
Binary1010101011001111100000001001001001101001110110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF80; }

 p { color: rgb(170,207,128); }

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

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

 a { background-color: rgb(170,207,128); }

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

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

 span { border-color: rgb(170,207,128); }

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