#AACF8B

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

Shades of Feijoa #AACF8B

Tints of Feijoa #AACF8B

Color information

#AACF8B (or 0xAACF8B) is unknown color: approx Feijoa. HEX triplet: AA, CF and 8B. RGB value is (170,207,139). Sum of RGB (Red+Green+Blue) = 170+207+139=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF8B is #553074. Grayscale: #BCBCBC. Windows color (decimal): -5582965 or 9162666. OLE color: 9162666.

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

Color convert

RGB170207139-
CMYK0.1800.330.19
HSL92.65º41.46%67.84%-
HSV(B)92.65º32.85%81.18%-
XYZ43.5555.0432.75-
YUV188.18100.24115.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 207 (81.25% from 255) = 40.12%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=32.95%
G=40.12%
B=26.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071390.1800.330.1992.6541.4667.84
HexAACF8B12021135d2944
Octal252317213220412313551104
Binary1010101011001111100010111001001000011001110111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF8B; }

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

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

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

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

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

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

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

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