#ACDC88

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

Shades of Feijoa #ACDC88

Tints of Feijoa #ACDC88

Color information

#ACDC88 (or 0xACDC88) is unknown color: approx Feijoa. HEX triplet: AC, DC and 88. RGB value is (172,220,136). Sum of RGB (Red+Green+Blue) = 172+220+136=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC88 is #532377. Grayscale: #C4C4C4. Windows color (decimal): -5448568 or 8969388. OLE color: 8969388.

HSL color Cylindrical-coordinate representation of color #ACDC88: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACDC88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB172220136-
CMYK0.2200.380.14
HSL94.29º54.55%69.8%-
HSV(B)94.29º38.18%86.27%-
XYZ47.0561.7332.73-
YUV196.0794.1110.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=32.58%
G=41.67%
B=25.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201360.2200.380.1494.2954.5569.8
HexACDC8816026E5e3746
Octal254334210260461613667106
Binary101011001101110010001000101100100110111010111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC88; }

 p { color: rgb(172,220,136); }

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

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

 a { background-color: rgb(172,220,136); }

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

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

 span { border-color: rgb(172,220,136); }

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