#ACDF84

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

Shades of Feijoa #ACDF84

Tints of Feijoa #ACDF84

Color information

#ACDF84 (or 0xACDF84) is unknown color: approx Feijoa. HEX triplet: AC, DF and 84. RGB value is (172,223,132). Sum of RGB (Red+Green+Blue) = 172+223+132=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF84 is #53207B. Grayscale: #C5C5C5. Windows color (decimal): -5447804 or 8708012. OLE color: 8708012.

HSL color Cylindrical-coordinate representation of color #ACDF84: hue angle of 93.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDF84 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB172223132-
CMYK0.2300.410.13
HSL93.63º58.71%69.61%-
HSV(B)93.63º40.81%87.45%-
XYZ47.5763.2131.52-
YUV197.3891.1109.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=32.64%
G=42.31%
B=25.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231320.2300.410.1393.6358.7169.61
HexACDF8417029D5e3b46
Octal254337204270511513673106
Binary101011001101111110000100101110101001110110111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF84; }

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

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

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

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

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

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

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

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