#ACDD96

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

Shades of Feijoa #ACDD96

Tints of Feijoa #ACDD96

Color information

#ACDD96 (or 0xACDD96) is unknown color: approx Feijoa. HEX triplet: AC, DD and 96. RGB value is (172,221,150). Sum of RGB (Red+Green+Blue) = 172+221+150=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD96 is #532269. Grayscale: #C6C6C6. Windows color (decimal): -5448298 or 9887148. OLE color: 9887148.

HSL color Cylindrical-coordinate representation of color #ACDD96: hue angle of 101.41º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDD96 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB172221150-
CMYK0.2200.320.13
HSL101.41º51.08%72.75%-
HSV(B)101.41º32.13%86.67%-
XYZ48.3762.6938.4-
YUV198.26100.77109.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=31.68%
G=40.70%
B=27.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211500.2200.320.13101.4151.0872.75
HexACDD9616020D653349
Octal254335226260401514563111
Binary101011001101110110010110101100100000110111001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD96; }

 p { color: rgb(172,221,150); }

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

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

 a { background-color: rgb(172,221,150); }

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

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

 span { border-color: rgb(172,221,150); }

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