#ACCA8A

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

Shades of Feijoa #ACCA8A

Tints of Feijoa #ACCA8A

Color information

#ACCA8A (or 0xACCA8A) is unknown color: approx Feijoa. HEX triplet: AC, CA and 8A. RGB value is (172,202,138). Sum of RGB (Red+Green+Blue) = 172+202+138=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA8A is #533575. Grayscale: #B9B9B9. Windows color (decimal): -5453174 or 9095852. OLE color: 9095852.

HSL color Cylindrical-coordinate representation of color #ACCA8A: hue angle of 88.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCA8A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB172202138-
CMYK0.1500.320.21
HSL88.12º37.65%66.67%-
HSV(B)88.12º31.68%79.22%-
XYZ42.7252.8531.99-
YUV185.73101.06118.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=33.59%
G=39.45%
B=26.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021380.1500.320.2188.1237.6566.67
HexACCA8AF02015582643
Octal254312212170402513046103
Binary101011001100101010001010111101000001010110110001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA8A; }

 p { color: rgb(172,202,138); }

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

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

 a { background-color: rgb(172,202,138); }

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

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

 span { border-color: rgb(172,202,138); }

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