#ACDC84

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

Shades of Feijoa #ACDC84

Tints of Feijoa #ACDC84

Color information

#ACDC84 (or 0xACDC84) is unknown color: approx Feijoa. HEX triplet: AC, DC and 84. RGB value is (172,220,132). Sum of RGB (Red+Green+Blue) = 172+220+132=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC84 is #53237B. Grayscale: #C3C3C3. Windows color (decimal): -5448572 or 8707244. OLE color: 8707244.

HSL color Cylindrical-coordinate representation of color #ACDC84: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACDC84 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB172220132-
CMYK0.2200.400.14
HSL92.73º55.7%69.02%-
HSV(B)92.73º40%86.27%-
XYZ46.7761.6231.26-
YUV195.6292.1111.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=32.82%
G=41.98%
B=25.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201320.2200.400.1492.7355.769.02
HexACDC8416028E5d3845
Octal254334204260501613570105
Binary101011001101110010000100101100101000111010111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC84; }

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

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

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

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

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

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

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

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