#AACC88

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

Shades of Feijoa #AACC88

Tints of Feijoa #AACC88

Color information

#AACC88 (or 0xAACC88) is unknown color: approx Feijoa. HEX triplet: AA, CC and 88. RGB value is (170,204,136). Sum of RGB (Red+Green+Blue) = 170+204+136=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC88 is #553377. Grayscale: #BABABA. Windows color (decimal): -5583736 or 8965290. OLE color: 8965290.

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

Color convert

RGB170204136-
CMYK0.1700.330.2
HSL90º40%66.67%-
HSV(B)90º33.33%80%-
XYZ42.6153.5131.37-
YUV186.0899.74116.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041360.1700.330.2904066.67
HexAACC8811021145a2843
Octal252314210210412413250103
Binary1010101011001100100010001000101000011010010110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC88; }

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

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

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

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

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

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

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

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