#AACC95

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

Shades of Feijoa #AACC95

Tints of Feijoa #AACC95

Color information

#AACC95 (or 0xAACC95) is unknown color: approx Feijoa. HEX triplet: AA, CC and 95. RGB value is (170,204,149). Sum of RGB (Red+Green+Blue) = 170+204+149=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC95 is #55336A. Grayscale: #BBBBBB. Windows color (decimal): -5583723 or 9817258. OLE color: 9817258.

HSL color Cylindrical-coordinate representation of color #AACC95: hue angle of 97.09º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACC95 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB170204149-
CMYK0.1700.270.2
HSL97.09º35.03%69.22%-
HSV(B)97.09º26.96%80%-
XYZ43.653.936.54-
YUV187.56106.24115.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=32.50%
G=39.01%
B=28.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041490.1700.270.297.0935.0369.22
HexAACC951101B14612345
Octal252314225210332414143105
Binary101010101100110010010101100010110111010011000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC95; }

 p { color: rgb(170,204,149); }

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

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

 a { background-color: rgb(170,204,149); }

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

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

 span { border-color: rgb(170,204,149); }

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