#ACCC8A

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

Shades of Feijoa #ACCC8A

Tints of Feijoa #ACCC8A

Color information

#ACCC8A (or 0xACCC8A) is unknown color: approx Feijoa. HEX triplet: AC, CC and 8A. RGB value is (172,204,138). Sum of RGB (Red+Green+Blue) = 172+204+138=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8A is #533375. Grayscale: #BBBBBB. Windows color (decimal): -5452662 or 9096364. OLE color: 9096364.

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

Color convert

RGB172204138-
CMYK0.1600.320.2
HSL89.09º39.29%67.06%-
HSV(B)89.09º32.35%80%-
XYZ43.1953.7932.15-
YUV186.91100.4117.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=33.46%
G=39.69%
B=26.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041380.1600.320.289.0939.2967.06
HexACCC8A1002014592743
Octal254314212200402413147103
Binary1010110011001100100010101000001000001010010110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCC8A; }

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

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

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

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

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

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

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

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