#ACDA84

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

Shades of Feijoa #ACDA84

Tints of Feijoa #ACDA84

Color information

#ACDA84 (or 0xACDA84) is unknown color: approx Feijoa. HEX triplet: AC, DA and 84. RGB value is (172,218,132). Sum of RGB (Red+Green+Blue) = 172+218+132=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA84 is #53257B. Grayscale: #C2C2C2. Windows color (decimal): -5449084 or 8706732. OLE color: 8706732.

HSL color Cylindrical-coordinate representation of color #ACDA84: hue angle of 92.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACDA84 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB172218132-
CMYK0.2100.390.15
HSL92.09º53.75%68.63%-
HSV(B)92.09º39.45%85.49%-
XYZ46.2560.5831.09-
YUV194.4492.76111.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=32.95%
G=41.76%
B=25.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181320.2100.390.1592.0953.7568.63
HexACDA8415027F5c3645
Octal254332204250471713466105
Binary101011001101101010000100101010100111111110111001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA84; }

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

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

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

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

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

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

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

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