#ACDE96

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

Shades of Feijoa #ACDE96

Tints of Feijoa #ACDE96

Color information

#ACDE96 (or 0xACDE96) is unknown color: approx Feijoa. HEX triplet: AC, DE and 96. RGB value is (172,222,150). Sum of RGB (Red+Green+Blue) = 172+222+150=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDE96 is #532169. Grayscale: #C7C7C7. Windows color (decimal): -5448042 or 9887404. OLE color: 9887404.

HSL color Cylindrical-coordinate representation of color #ACDE96: hue angle of 101.67º degrees, saturation: 0.52, 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 #ACDE96 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB172222150-
CMYK0.2300.320.13
HSL101.67º52.17%72.94%-
HSV(B)101.67º32.43%87.06%-
XYZ48.6463.2238.49-
YUV198.84100.44108.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=31.62%
G=40.81%
B=27.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221500.2300.320.13101.6752.1772.94
HexACDE9617020D663449
Octal254336226270401514664111
Binary101011001101111010010110101110100000110111001101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE96; }

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

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

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

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

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

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

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

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